From: Mark Wooding Date: Mon, 14 Aug 2017 12:28:57 +0000 (+0100) Subject: Revert "debian: Update for Debhelper 10." X-Git-Tag: 2.4.2~28 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/91500ba6aa3433232eb5f5711e35521b7c184d05?ds=sidebyside Revert "debian: Update for Debhelper 10." This reverts commit aef6942f4a28e2d422fc33709a08116f51406fd1. --- diff --git a/debian/compat b/debian/compat index f599e28b..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +9 diff --git a/debian/control b/debian/control index d9134507..0b18c7ea 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: catacomb Section: libs Priority: extra -Build-Depends: debhelper (>= 10), python, pkg-config, mlib-dev (>= 2.2.2.1) +Build-Depends: debhelper (>= 9), 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 b2000747..a7ae1b01 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -DH_OPTIONS = -Bdebian/build -%:; dh $@ --without autoreconf $(DH_OPTIONS) +DH_OPTIONS = --parallel -Bdebian/build +%:; dh $@ $(DH_OPTIONS) ## Test both with and without CPU-specific optimizations. override_dh_auto_test: