dh-lua (19.1) unstable; urgency=medium * Non maintainer upload. * dh-lua: Depend on libtool-bin. Closes: #761794. -- Matthias Klose Wed, 08 Oct 2014 10:15:33 +0200 dh-lua (19) unstable; urgency=low * Add sequence autopkgtest to dh, calling dh_auto_test * lua-create-gitbuildpackage-layout installs debian/tests/control and debian/tests/dh-lua-tests so that autopkgtest runs the lua-test-dynamic tests (they are run at build time only otherwise) -- Enrico Tassi Sat, 14 Sep 2013 19:47:03 +0200 dh-lua (18) unstable; urgency=low * Do not override LUA_MODNAME_CPART_UNDERSCORE with the default value * Substitute @@V@@ with the actual policy version in html title -- Enrico Tassi Wed, 21 Aug 2013 10:16:13 +0200 dh-lua (17) unstable; urgency=low * Use 0x04 as a character for sed s command to avoid grabbing any other character (assuming nobody uses ascii 0x04 in a file name). * Better document LUA_SOURCES_MANGLER. * Write the version number in the policy (txt and html) -- Enrico Tassi Sun, 16 Jun 2013 22:49:51 +0200 dh-lua (16) unstable; urgency=low * Fixed some typos (thanks Sylvain Hitier) * Support: `include @@TEMPLATE@@/...` in debian/foo.install.in * Support: `LUA_TEST_CUSTOM` in debian/foo.dh-lua.conf * Moved development to git.d.o * Clean: remove debian/trash * New tool: lua-create-gitbuildpackage-layout * New manpage: lua-create-gitbuildpackage-layout.1 * Issue chmod 644 on files installed in /usr/share/lua/ -- Enrico Tassi Sat, 12 May 2012 18:56:58 +0200 dh-lua (15) unstable; urgency=low * Better template for dh-lua.conf * Template for copyright (1.0 format) * Template for control file -- Enrico Tassi Wed, 09 May 2012 22:23:54 +0200 dh-lua (14) unstable; urgency=low * New dh_lua script, called after dh_install. Its only activity is to deduplicate usr/share/lua/5.2/ w.r.t. usr/share/lua/5.1/ * Cleanup garbage in debian/ properly -- Enrico Tassi Sun, 06 May 2012 21:30:00 +0200 dh-lua (13) unstable; urgency=low * default value for PKG_VERSION -- Enrico Tassi Thu, 03 May 2012 22:42:50 +0200 dh-lua (12) unstable; urgency=low * Add support for LUA_SOURCES_MANGLER. * Add support for test context in LUA_TEST. -- Enrico Tassi Wed, 18 Apr 2012 23:34:32 +0200 dh-lua (11) unstable; urgency=low * During tests set PATH so that 'lua' points to 'lua5.1' or 'lua5.2' depending on the current build. This avoids upstream tests that just call 'lua' to end up using the wrong lua interpreter. -- Enrico Tassi Mon, 02 Apr 2012 09:56:58 +0200 dh-lua (10) unstable; urgency=low * Honour DH_LUA_OPTS to fine tune the behaviour of dh-lua, mainly for debugging or working around bugs in the toolchains. Supported options are: - verbose - skip-test-lua-synamic - skip-test-app-dynamic - skip-test-app-static -- Enrico Tassi Sun, 01 Apr 2012 13:37:04 +0200 dh-lua (9) unstable; urgency=low * Svn add debian/source/format when creating the layout of a new package * lua-create-svnbuildpackage-layout sets svn prop mergeWithUpstream * LUA_SOURCES installs files in their dirname * Make LUA_SOURCES available to the test infrastructure * Honour DH_VERBOSE -- Enrico Tassi Sat, 31 Mar 2012 18:12:59 +0200 dh-lua (8) unstable; urgency=low * Standards-version to 3.9.3 * make/dh-lua.Makefile.single: - test-lua-app-dynamic target fixed, typo in the -fake variant target name - subst_vars fixed to make global substitutions * template/lib.install.in adds a line per item in LUA_SOURCES -- Enrico Tassi Sun, 25 Mar 2012 17:14:11 +0200 dh-lua (7) unstable; urgency=low * Support multiple test files in LUA_TEST (separated by ;) * Honour LUA_INIT=string in app.c * Make LUA_SOURCES available to the tests * Improved logging -- Enrico Tassi Wed, 22 Feb 2012 13:21:25 +0100 dh-lua (6) unstable; urgency=low * Compile with -Wall -Wextra * Cope with lua5.2 not having shake (yet) * Avoid overwriting upstream .h file -- Enrico Tassi Wed, 22 Feb 2012 11:07:32 +0100 dh-lua (5) unstable; urgency=low * Depend on liblua5.1-0-dev, liblua5.2-dev, lua5.1, lua5.2, dctrl-tools * Clean up logging -- Enrico Tassi Tue, 21 Feb 2012 12:52:31 +0100 dh-lua (4) unstable; urgency=low * Depend on libtool and pkg-config -- Enrico Tassi Tue, 21 Feb 2012 10:32:46 +0100 dh-lua (3) unstable; urgency=low * Build-depend on markdown -- Enrico Tassi Mon, 20 Feb 2012 22:54:29 +0100 dh-lua (2) unstable; urgency=low * Fixed build-depends and depends fields (debhelper >= 8) * Put binaris in /usr/bin and not /bin/ -- Enrico Tassi Mon, 20 Feb 2012 22:50:28 +0100 dh-lua (1) unstable; urgency=low * Initial release. (Closes: #660251) -- Enrico Tassi Sun, 19 Feb 2012 11:13:27 +0100