From e46bb87f5f9ae209a4b26d4b940bbaafe837e063 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 29 Sep 2019 15:56:38 +0100 Subject: [PATCH] debian/: Bump to Debhelper 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.11.0