chiark / gitweb /
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 f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2..ec635144f60048986bc560c5576355344005e6e7 100644 (file)
@@ -1 +1 @@
-10
+9
index d9134507a3433ca0d2fb11ba7a171b28faa4b9bc..0b18c7ea9125de31fe88f788262d94f99ec3eb47 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 b2000747d11bcb6c7d68acdbc70a4f7ec4a43025..a7ae1b01debf84c4284f1c3037186bf37531314f 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: