Revert "debian: Update for Debhelper 10."
authorMark Wooding <mdw@distorted.org.uk>
Mon, 14 Aug 2017 12:28:57 +0000 (13:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 14 Aug 2017 12:32:25 +0000 (13:32 +0100)
This reverts commit aef6942f4a28e2d422fc33709a08116f51406fd1.

debian/compat
debian/control
debian/rules

index f599e28..ec63514 100644 (file)
@@ -1 +1 @@
-10
+9
index d913450..0b18c7e 100644 (file)
@@ -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 <mdw@distorted.org.uk>
 Standards-Version: 3.1.1
 
index b200074..a7ae1b0 100755 (executable)
@@ -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: