dh-lua (23+dyson1) unstable; urgency=medium

  * Package for Dyson

 -- Igor Pashev <pashev.igor@gmail.com>  Fri, 22 Jan 2016 21:25:09 +0300

dh-lua (23) unstable; urgency=medium

  * Build depend on txt2man (Closes: #796803) 

 -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 25 Aug 2015 16:41:06 +0800

dh-lua (22) unstable; urgency=medium

  * New binary package lua-any containing helper script for shebang lines 

 -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 18 Aug 2015 16:28:54 +0200

dh-lua (21) unstable; urgency=medium

  * Depend on lua5.3 
  * templates: use ${misc:Pre-Depends}
  * templates: set dh compat to 9

 -- Enrico Tassi <gareuselesinge@debian.org>  Fri, 14 Aug 2015 18:27:23 +0200

dh-lua (20) unstable; urgency=low

  * Add jit to the supported LUA_VERSION
  * Add lua5.3 support
  * Acknowledge NMU 

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 20 Oct 2013 15:55:11 +0200

dh-lua (19.1) unstable; urgency=medium

  * Non maintainer upload.
  * dh-lua: Depend on libtool-bin. Closes: #761794.

 -- Matthias Klose <doko@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  Sun, 06 May 2012 21:30:00 +0200

dh-lua (13) unstable; urgency=low

  * default value for PKG_VERSION 

 -- Enrico Tassi <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  Tue, 21 Feb 2012 12:52:31 +0100

dh-lua (4) unstable; urgency=low

  * Depend on libtool and pkg-config

 -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 21 Feb 2012 10:32:46 +0100

dh-lua (3) unstable; urgency=low

  * Build-depend on markdown

 -- Enrico Tassi <gareuselesinge@debian.org>  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 <gareuselesinge@debian.org>  Mon, 20 Feb 2012 22:50:28 +0100

dh-lua (1) unstable; urgency=low

  * Initial release. (Closes: #660251)

 -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 19 Feb 2012 11:13:27 +0100