Skip to content

Debian Changelog lua50 (5.0.3-4)

2009

lua50 (5.0.3-4) unstable; urgency=low

   * cheange lua to Lua in package description
   * updated Vcs-* fields
   * bumped standards-version to 3.8.3
   * added README.source
   * fixed doc-base section, now it is Programming

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 27 Sep 2009 18:47:28 +0200

2006

lua50 (5.0.3-3) unstable; urgency=low

   * made control file binNMU safe
   * commented out upstream strip of binaries (Closes: #437542)

 -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 16 Sep 2006 13:34:43 +0200

lua50 (5.0.3-2) unstable; urgency=low

   * Removed compatibility layer with lua40 (both compat.lua and -C switch).
   * Added compat-5.1r5 to liblualib50 (both the .o and the .lua).
   * Added LUA_CPATH environment variable and fixed LUA_PATH to include
     /usr/share/lua/50 (/usr/share/lua50 is preserved for backward
     compatibility).
   * Fixed .pc to report the correct version and to include the definition
     of INSTALL_LMOD and INSTALL_CMOD.

 -- Enrico Tassi <gareuselesinge@debian.org>  Fri, 15 Sep 2006 17:34:57 +0200

lua50 (5.0.3-1) unstable; urgency=low

   * New upstream release (Closes: #378764)
   * Applied patch to fix -l (Closes: #370633)
   * The current interpreter returns 1 in case of fatal error (Closes: #359132)
   * Enrico Tassi <gareuselesinge@debian.org> adopted lua50 (Closes: #339009)
   * Updated standards to 3.7.2

 -- Enrico Tassi <gareuselesinge@debian.org>  Thu, 10 Aug 2006 10:45:57 +0200

lua50 (5.0.2-6) unstable; urgency=low

   * QA upload.
   * Package is orphaned (#339009); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #326327.
   * Switch to debhelper 5.
   * Make liblua50-dev and liblualib50-dev depend on exact versions of
     liblua50 and liblualib50 respectively (per Policy 8.5).
   * Make liblua50-dev and liblualib50-dev depend on libc6-dev.
   * Remove Lintian override for `unusual-interpreter #!/usr/bin/lua50';
     this is a bug in Lintian (#361644).
   * debian/lua50-doc.doc-base: Fix authors list.
   * debian/liblua50-dev.postinst, debian/liblua50-dev.prerm,
     debian/lua50.postinst, debian/lua50.prerm: Use `set -e'.
   * debian/rules: Add support for DEB_BUILD_OPTIONS=noopt.
   * debian/watch: Add.
   * Conforms to Standards version 3.6.2.

 -- Matej Vela <vela@debian.org>  Sun, 9 Apr 2006 16:02:28 +0200

2005

lua50 (5.0.2-5.1) unstable; urgency=low

   * Non Maintainer Upload
   * Build-Depend on libreadline5-dev instead of libreadline4
     (closes: #326327)

 -- Don Armstrong <don@debian.org>  Sat, 24 Dec 2005 04:13:30 -0800

2004

lua50 (5.0.2-5) unstable; urgency=low

   * Missed a place where calling do_path() is kinda important in lua.c

 -- Daniel Silverstone <dsilvers@debian.org>  Thu, 5 Aug 2004 22:03:23 +0100

lua50 (5.0.2-4) unstable; urgency=low

   * The "Suddenly the Dungeon collapses!! - You die..." release
   * Added in a patch so that if pclose() returns -1 and errno is ECHILD then
     assume the pclose() succeeded rather than calling fclose() on the FILE*
     and thus rendering the world a very unpleasant place to call malloc() in.

 -- Daniel Silverstone <dsilvers@debian.org>  Tue, 27 Jul 2004 01:11:53 +0100

lua50 (5.0.2-3) unstable; urgency=low

   * Fold in a patch from Reuben Thomas, integrating the signal and error
     code from Fedora Core. Thanks Reuben.
   * Lintian cleanups (recursive symlink stays, sorry)

 -- Daniel Silverstone <dsilvers@debian.org>  Thu, 3 Jun 2004 14:35:00 -0300

lua50 (5.0.2-2) unstable; urgency=low

   * Update the link line for liblualib50.so so that it gets -ldl too

 -- Daniel Silverstone <dsilvers@debian.org>  Wed, 26 May 2004 12:10:36 -0300

lua50 (5.0.2-1) unstable; urgency=low

   * New upstream release  Closes: #223259
     - This includes many bug fixes
   * Forward-ported the fixed makesystem to build shared objects etc.

 -- Daniel Silverstone <dsilvers@debian.org>  Thu, 18 Mar 2004 17:48:04 +0000

lua50 (5.0-5) unstable; urgency=low

   * Fixed the doc-base part of lua50-doc Closes: #224247
   * Fixed handling of --extralibs for lua-config50 Closes: #226143
   * Fixed handling of --version for lua-config50 Closes: #226295
   * Included a lua50.pc for pkg-config and recommended pkg-config
     for the liblua50-dev package.
     Also included a lualib50.pc and these together solve a portability
     issue. Closes: #226353
   * Updated the lua-config50 manpage to reflect the above.

 -- Daniel Silverstone <dsilvers@debian.org>  Tue, 6 Jan 2004 23:37:48 +0000

2003

lua50 (5.0-4) unstable; urgency=low

   * Updated a pile of descriptions.
     Closes: #209899

 -- Daniel Silverstone <dsilvers@debian.org>  Sun, 14 Sep 2003 21:48:28 +0100

lua50 (5.0-3) unstable; urgency=low

   * Fix the lua-config50 script a little more
   * Correct bug to close for previous change: Closes: #198952
   * Update standards version to 3.6.0

 -- Daniel Silverstone <dsilvers@debian.org>  Sat, 19 Jul 2003 11:34:53 +0100

lua50 (5.0-2) unstable; urgency=low

   * Remembered to put the new lua-config script in.

 -- Daniel Silverstone <dsilvers@debian.org>  Thu, 26 Jun 2003 23:40:23 +0100

lua50 (5.0-1) unstable; urgency=low

   * Initial release of Lua 5.0 (closes: #188715)
   * Added better support for building the shared libraries
   * Added support for -C to load the compatibility library on startup
   * Added an initial LUA_PATH to support /usr/share/lua50 etc.
   * Added a -P switch to suppress the LUA_PATH code if need-be
   * Created a version of lua-config for this release of Lua
   * Updated the manpage lua.1 for the -C and -P switches
   * Modified the SO support to work better on HPPA
   * Rolled in a late-riding change to io.close() to fix a segfault

 -- Daniel Silverstone <dsilvers@debian.org>  Wed, 11 Jun 2003 20:18:57 +0100