From: Mark Wooding Date: Fri, 11 Aug 2017 11:00:57 +0000 (+0100) Subject: Revert "debian: Update for Debhelper 10." X-Git-Tag: 2.2.4~1 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/946d18b62315f50d6ce4e091f5ccfc37d9b050c9 Revert "debian: Update for Debhelper 10." I think I might still have to build for wheezy. This reverts commit 6d061820334c97ed4f3266d7130e089de6b21b55. --- diff --git a/debian/compat b/debian/compat index f599e28..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +9 diff --git a/debian/control b/debian/control index 54a8976..14d26a7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mlib Section: libs Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>= 10), python, libadns1-dev +Build-Depends: debhelper (>= 9), python, libadns1-dev Standards-Version: 3.1.1 Package: mlib2 diff --git a/debian/rules b/debian/rules index 8635ec0..f7796aa 100755 --- a/debian/rules +++ b/debian/rules @@ -14,10 +14,10 @@ DEB_UPSTREAM_VERSION ?= \ v := $(DEB_UPSTREAM_VERSION) ## Default Debhelper options. -DH_OPTIONS = +DH_OPTIONS = --parallel ## Default Debhelper actions. -%:; dh $@ --without autoreconf $(DH_OPTIONS) +%:; dh $@ $(DH_OPTIONS) ###-------------------------------------------------------------------------- ### Multiple flavours.