diff -Nru iprutils-2.4.18.1/debian/changelog iprutils-2.4.18.1/debian/changelog --- iprutils-2.4.18.1/debian/changelog 2019-06-03 14:26:02.000000000 +0000 +++ iprutils-2.4.18.1/debian/changelog 2019-08-03 12:19:23.000000000 +0000 @@ -1,3 +1,10 @@ +iprutils (2.4.18.1-2) unstable; urgency=medium + + * Use debhelper-compat instead of debian/compat. + * Build using python3. + + -- Colin Watson Sat, 03 Aug 2019 13:19:23 +0100 + iprutils (2.4.18.1-1) unstable; urgency=medium * New upstream release. diff -Nru iprutils-2.4.18.1/debian/compat iprutils-2.4.18.1/debian/compat --- iprutils-2.4.18.1/debian/compat 2019-06-03 14:26:02.000000000 +0000 +++ iprutils-2.4.18.1/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru iprutils-2.4.18.1/debian/control iprutils-2.4.18.1/debian/control --- iprutils-2.4.18.1/debian/control 2019-06-03 14:26:02.000000000 +0000 +++ iprutils-2.4.18.1/debian/control 2019-08-03 12:19:23.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Colin Watson Uploaders: Frederic Bonnard , Breno Leitao Standards-Version: 4.1.0 -Build-Depends: debhelper (>= 9.20160709~), dh-autoreconf, dh-exec, libncurses5-dev, zlib1g-dev, python +Build-Depends: debhelper (>= 9.20160709~), debhelper-compat (= 9), dh-autoreconf, dh-exec, libncurses5-dev, zlib1g-dev, python3 Homepage: https://sourceforge.net/projects/iprdd/ Vcs-Git: https://salsa.debian.org/debian/iprutils.git Vcs-Browser: https://salsa.debian.org/debian/iprutils diff -Nru iprutils-2.4.18.1/debian/.gitignore iprutils-2.4.18.1/debian/.gitignore --- iprutils-2.4.18.1/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ iprutils-2.4.18.1/debian/.gitignore 2019-08-03 12:19:23.000000000 +0000 @@ -0,0 +1 @@ +/files diff -Nru iprutils-2.4.18.1/debian/rules iprutils-2.4.18.1/debian/rules --- iprutils-2.4.18.1/debian/rules 2019-06-03 14:26:02.000000000 +0000 +++ iprutils-2.4.18.1/debian/rules 2019-08-03 12:19:23.000000000 +0000 @@ -6,7 +6,7 @@ dh $@ --with=autoreconf,systemd override_dh_auto_configure: - dh_auto_configure -- \ + PYTHON=python3 dh_auto_configure -- \ --prefix=/ --mandir=/usr/share/man \ --with-initscripts=/etc/init.d \ --enable-iprdumpfmt --enable-sosreport \