From: Mark Wooding Date: Sun, 29 Sep 2019 14:56:38 +0000 (+0100) Subject: debian/: Bump to Debhelper 10. X-Git-Tag: 2.4.4~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/e46bb87f5f9ae209a4b26d4b940bbaafe837e063 debian/: Bump to 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 8f318664..be186cfd 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: catacomb Section: libs Priority: extra -Build-Depends: debhelper (>= 9), python, valgrind [!armel], pkg-config, +Build-Depends: debhelper (>= 10), python, valgrind [!armel], 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 509866f5..93899888 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #! /usr/bin/make -f -DH_OPTIONS = --parallel -Bdebian/build +DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build %:; dh $@ $(DH_OPTIONS) ## Test both with and without CPU-specific optimizations.