diff -Nru lua-bitop-1.0.2/debian/changelog lua-bitop-1.0.2/debian/changelog --- lua-bitop-1.0.2/debian/changelog 2016-12-18 21:52:32.000000000 +0000 +++ lua-bitop-1.0.2/debian/changelog 2018-02-23 11:29:27.000000000 +0000 @@ -1,3 +1,10 @@ +lua-bitop (1.0.2-5) unstable; urgency=medium + + * Team upload. + * Drop luasandbox support as the package is going away (see #891191). + + -- Raphaƫl Hertzog Fri, 23 Feb 2018 12:29:27 +0100 + lua-bitop (1.0.2-4) unstable; urgency=medium * Team upload. diff -Nru lua-bitop-1.0.2/debian/control lua-bitop-1.0.2/debian/control --- lua-bitop-1.0.2/debian/control 2016-12-18 21:52:32.000000000 +0000 +++ lua-bitop-1.0.2/debian/control 2018-02-23 11:29:27.000000000 +0000 @@ -2,7 +2,7 @@ Section: interpreters Priority: optional Maintainer: Enrico Tassi -Build-Depends: debhelper (>= 9), dh-lua (>= 24~) +Build-Depends: debhelper (>= 9), dh-lua Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-lua/lua-bitop.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-bitop.git diff -Nru lua-bitop-1.0.2/debian/luasandbox.dh-lua.conf lua-bitop-1.0.2/debian/luasandbox.dh-lua.conf --- lua-bitop-1.0.2/debian/luasandbox.dh-lua.conf 2016-12-18 21:43:46.000000000 +0000 +++ lua-bitop-1.0.2/debian/luasandbox.dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,14 +0,0 @@ -PKG_NAME=bitop - -ifeq "arm" "$(shell dpkg-architecture -qDEB_BUILD_ARCH)" -CLIB_CFLAGS=-DSWAPPED_DOUBLE -else -CLIB_CFLAGS= -endif -CLIB_LDFLAGS= -CLIB_OBJS=bit.lo -LUA_MODNAME_CPART=bit -LUA_MODNAME=bit -LUA_TEST=runall.lua -PKG_URL=http://bitop.luajit.org -PKG_REQUIRES=lua5.1