Revert "debian: Update for Debhelper 10."
authorMark Wooding <mdw@distorted.org.uk>
Fri, 11 Aug 2017 11:00:57 +0000 (12:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 11 Aug 2017 11:00:57 +0000 (12:00 +0100)
I think I might still have to build for wheezy.
This reverts commit 6d061820334c97ed4f3266d7130e089de6b21b55.

debian/compat
debian/control
debian/rules

index f599e28..ec63514 100644 (file)
@@ -1 +1 @@
-10
+9
index 54a8976..14d26a7 100644 (file)
@@ -2,7 +2,7 @@ Source: mlib
 Section: libs
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: debhelper (>= 10), python, libadns1-dev
+Build-Depends: debhelper (>= 9), python, libadns1-dev
 Standards-Version: 3.1.1
 
 Package: mlib2
index 8635ec0..f7796aa 100755 (executable)
@@ -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.