From: Mark Wooding Date: Thu, 6 Jul 2017 10:15:53 +0000 (+0100) Subject: debian: Update for Debhelper 10. X-Git-Tag: 2.4.2~34 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/aef6942f4a28e2d422fc33709a08116f51406fd1 debian: Update for Debhelper 10. --- diff --git a/debian/compat b/debian/compat index ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 0b18c7ea..d9134507 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: catacomb Section: libs Priority: extra -Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.2.1) +Build-Depends: debhelper (>= 10), python, pkg-config, mlib-dev (>= 2.2.2.1) Maintainer: Mark Wooding Standards-Version: 3.1.1 diff --git a/debian/rules b/debian/rules index a7ae1b01..b2000747 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -DH_OPTIONS = --parallel -Bdebian/build -%:; dh $@ $(DH_OPTIONS) +DH_OPTIONS = -Bdebian/build +%:; dh $@ --without autoreconf $(DH_OPTIONS) ## Test both with and without CPU-specific optimizations. override_dh_auto_test: