diff -Nru lua-bit32-5.3.0/debian/changelog lua-bit32-5.3.0/debian/changelog --- lua-bit32-5.3.0/debian/changelog 2015-08-15 17:09:21.000000000 +0000 +++ lua-bit32-5.3.0/debian/changelog 2016-11-20 13:57:46.000000000 +0000 @@ -1,3 +1,10 @@ +lua-bit32 (5.3.0-2) unstable; urgency=medium + + * Team upload + * luasandbox support (Closes: #845114) + + -- Mathieu Parent Sun, 20 Nov 2016 14:57:46 +0100 + lua-bit32 (5.3.0-1) unstable; urgency=medium * Initial release. (Closes: #795604) diff -Nru lua-bit32-5.3.0/debian/control lua-bit32-5.3.0/debian/control --- lua-bit32-5.3.0/debian/control 2015-08-15 17:09:21.000000000 +0000 +++ lua-bit32-5.3.0/debian/control 2016-11-20 13:52:29.000000000 +0000 @@ -2,7 +2,7 @@ Section: interpreters Priority: optional Maintainer: Enrico Tassi -Build-Depends: debhelper (>= 9), dh-lua +Build-Depends: debhelper (>= 9), dh-lua (>= 24~) Standards-Version: 3.9.6 Homepage: Vcs-Git: git://git.debian.org/git/pkg-lua/lua-bit32.git diff -Nru lua-bit32-5.3.0/debian/dh-lua.conf lua-bit32-5.3.0/debian/dh-lua.conf --- lua-bit32-5.3.0/debian/dh-lua.conf 2015-08-15 17:09:21.000000000 +0000 +++ lua-bit32-5.3.0/debian/dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -### mandatory fields -LUA_VERSION=5.1 -PKG_NAME=bit32 - -### things relative to the C library part -CLIB_CFLAGS=-I c-api -CLIB_LDFLAGS= -CLIB_LDFLAGS_STATIC= -CLIB_OBJS=lbitlib.lo -LUA_MODNAME_CPART= - -### things relative to the lua library part -LUA_HEADER= -LUA_SOURCES= -LUA_SOURCES_MANGLER= -LUA_MODNAME= -LUA_TEST= - -### this part is relative to pkg-config -PKG_VERSION= -PKG_LIBS_PRIVATE= -PKG_URL= -PKG_REQUIRES= -PKG_CONFLICTS= diff -Nru lua-bit32-5.3.0/debian/lua5.1.dh-lua.conf lua-bit32-5.3.0/debian/lua5.1.dh-lua.conf --- lua-bit32-5.3.0/debian/lua5.1.dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 +++ lua-bit32-5.3.0/debian/lua5.1.dh-lua.conf 2016-11-20 13:52:29.000000000 +0000 @@ -0,0 +1,23 @@ +### mandatory fields +PKG_NAME=bit32 + +### things relative to the C library part +CLIB_CFLAGS=-I c-api +CLIB_LDFLAGS= +CLIB_LDFLAGS_STATIC= +CLIB_OBJS=lbitlib.lo +LUA_MODNAME_CPART= + +### things relative to the lua library part +LUA_HEADER= +LUA_SOURCES= +LUA_SOURCES_MANGLER= +LUA_MODNAME= +LUA_TEST= + +### this part is relative to pkg-config +PKG_VERSION= +PKG_LIBS_PRIVATE= +PKG_URL= +PKG_REQUIRES= +PKG_CONFLICTS= diff -Nru lua-bit32-5.3.0/debian/luasandbox.dh-lua.conf lua-bit32-5.3.0/debian/luasandbox.dh-lua.conf --- lua-bit32-5.3.0/debian/luasandbox.dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 +++ lua-bit32-5.3.0/debian/luasandbox.dh-lua.conf 2016-11-20 13:52:29.000000000 +0000 @@ -0,0 +1,23 @@ +### mandatory fields +PKG_NAME=bit32 + +### things relative to the C library part +CLIB_CFLAGS=-I c-api +CLIB_LDFLAGS= +CLIB_LDFLAGS_STATIC= +CLIB_OBJS=lbitlib.lo +LUA_MODNAME_CPART= + +### things relative to the lua library part +LUA_HEADER= +LUA_SOURCES= +LUA_SOURCES_MANGLER= +LUA_MODNAME= +LUA_TEST= + +### this part is relative to pkg-config +PKG_VERSION= +PKG_LIBS_PRIVATE= +PKG_URL= +PKG_REQUIRES= +PKG_CONFLICTS=