diff -Nru lua-geoip-0.1.2+git20160613/debian/changelog lua-geoip-0.1.2+git20160613/debian/changelog --- lua-geoip-0.1.2+git20160613/debian/changelog 2016-12-12 11:18:37.000000000 +0000 +++ lua-geoip-0.1.2+git20160613/debian/changelog 2018-02-23 11:36:06.000000000 +0000 @@ -1,3 +1,12 @@ +lua-geoip (0.1.2+git20160613-3) unstable; urgency=medium + + * Team upload. + * Drop luasandbox support as the package is going away (see #891191). + * Switch to debhelper compat level to 11. + * Bump Standards-Version to 4.1.3. + + -- Raphaƫl Hertzog Fri, 23 Feb 2018 12:36:06 +0100 + lua-geoip (0.1.2+git20160613-2) unstable; urgency=medium * Patch tests to drop access to network during build (Closes: #847842) diff -Nru lua-geoip-0.1.2+git20160613/debian/compat lua-geoip-0.1.2+git20160613/debian/compat --- lua-geoip-0.1.2+git20160613/debian/compat 2016-12-12 11:18:37.000000000 +0000 +++ lua-geoip-0.1.2+git20160613/debian/compat 2018-02-23 11:36:06.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru lua-geoip-0.1.2+git20160613/debian/control lua-geoip-0.1.2+git20160613/debian/control --- lua-geoip-0.1.2+git20160613/debian/control 2016-12-12 11:18:37.000000000 +0000 +++ lua-geoip-0.1.2+git20160613/debian/control 2018-02-23 11:36:06.000000000 +0000 @@ -2,16 +2,16 @@ Section: interpreters Priority: optional Maintainer: Sophie Brun -Build-Depends: debhelper (>=9), +Build-Depends: debhelper (>= 11), pkg-config, - dh-lua (>=24), + dh-lua, liblua5.1-0-dev, libgeoip-dev, # for the tests: lua-socket, geoip-database, geoip-database-extra, -Standards-Version: 3.9.8 +Standards-Version: 4.1.3 Homepage: https://github.com/agladysh/lua-geoip Vcs-Git: https://anonscm.debian.org/git/pkg-lua/lua-geoip.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lua/lua-geoip.git diff -Nru lua-geoip-0.1.2+git20160613/debian/lua-geoip.install lua-geoip-0.1.2+git20160613/debian/lua-geoip.install --- lua-geoip-0.1.2+git20160613/debian/lua-geoip.install 2016-12-12 11:18:37.000000000 +0000 +++ lua-geoip-0.1.2+git20160613/debian/lua-geoip.install 2018-02-23 11:36:06.000000000 +0000 @@ -1,3 +1,2 @@ usr/lib/**/*.so.* usr/lib/**/lua/5.1/**/*.so -usr/lib/**/lua/sandbox/**/*.so diff -Nru lua-geoip-0.1.2+git20160613/debian/luasandbox-city.dh-lua.conf lua-geoip-0.1.2+git20160613/debian/luasandbox-city.dh-lua.conf --- lua-geoip-0.1.2+git20160613/debian/luasandbox-city.dh-lua.conf 2016-12-12 11:18:37.000000000 +0000 +++ lua-geoip-0.1.2+git20160613/debian/luasandbox-city.dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -### mandatory fields -PKG_NAME=geoip.city - -### things relative to the C library part -CLIB_CFLAGS=$(shell pkg-config geoip --cflags) -CLIB_LDFLAGS=$(shell pkg-config geoip --libs) -CLIB_OBJS=src/database.lo src/city.lo - -### things relative to the lua library part -#LUA_HEADER=src/lua-geoip.h -#LUA_SOURCES=$(shell src/*.c) -#LUA_SOURCES_MANGLER= -#LUA_MODNAME=geoip.city -#LUA_TEST=test/test.lua - -### this part is relative to pkg-config -#PKG_VERSION= -#PKG_LIBS_PRIVATE= -#PKG_URL= -PKG_REQUIRES=geoip -#PKG_CONFLICTS= diff -Nru lua-geoip-0.1.2+git20160613/debian/luasandbox-country.dh-lua.conf lua-geoip-0.1.2+git20160613/debian/luasandbox-country.dh-lua.conf --- lua-geoip-0.1.2+git20160613/debian/luasandbox-country.dh-lua.conf 2016-12-12 11:18:37.000000000 +0000 +++ lua-geoip-0.1.2+git20160613/debian/luasandbox-country.dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,21 +0,0 @@ -### mandatory fields -PKG_NAME=geoip.country - -### things relative to the C library part -CLIB_CFLAGS=$(shell pkg-config geoip --cflags) -CLIB_LDFLAGS=$(shell pkg-config geoip --libs) -CLIB_OBJS=src/database.lo src/country.lo - -### things relative to the lua library part -#LUA_HEADER=src/lua-geoip.h -#LUA_SOURCES=$(shell src/*.c) -#LUA_SOURCES_MANGLER= -#LUA_MODNAME=geoip.country -#LUA_TEST=test/test.lua - -### this part is relative to pkg-config -#PKG_VERSION= -#PKG_LIBS_PRIVATE= -#PKG_URL= -PKG_REQUIRES=geoip -#PKG_CONFLICTS= diff -Nru lua-geoip-0.1.2+git20160613/debian/luasandbox.dh-lua.conf lua-geoip-0.1.2+git20160613/debian/luasandbox.dh-lua.conf --- lua-geoip-0.1.2+git20160613/debian/luasandbox.dh-lua.conf 2016-12-12 11:18:37.000000000 +0000 +++ lua-geoip-0.1.2+git20160613/debian/luasandbox.dh-lua.conf 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -### mandatory fields -PKG_NAME=geoip - -### things relative to the C library part -CLIB_CFLAGS=$(shell pkg-config geoip --cflags) -CLIB_LDFLAGS=$(shell pkg-config geoip --libs) -CLIB_OBJS=src/database.lo src/lua-geoip.lo -#LUA_MODNAME_CPART= - -### things relative to the lua library part -#LUA_HEADER=src/lua-geoip.h -#LUA_SOURCES=$(shell src/*.c) -#LUA_SOURCES_MANGLER= -#LUA_MODNAME=geoip -#LUA_TEST=test/test.lua - -### this part is relative to pkg-config -#PKG_VERSION= -#PKG_LIBS_PRIVATE= -#PKG_URL= -PKG_REQUIRES=geoip -#PKG_CONFLICTS=