debian: Update for Debhelper 10.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 10:15:53 +0000 (11:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Jul 2017 10:15:53 +0000 (11:15 +0100)
debian/compat
debian/control
debian/rules

index ec63514..f599e28 100644 (file)
@@ -1 +1 @@
-9
+10
index 0b18c7e..d913450 100644 (file)
@@ -1,7 +1,7 @@
 Source: catacomb
 Section: libs
 Priority: extra
-Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.2.1)
+Build-Depends: debhelper (>= 10), python, pkg-config, mlib-dev (>= 2.2.2.1)
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.1.1
 
index a7ae1b0..b200074 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
-DH_OPTIONS = --parallel -Bdebian/build
-%:; dh $@ $(DH_OPTIONS)
+DH_OPTIONS = -Bdebian/build
+%:; dh $@ --without autoreconf $(DH_OPTIONS)
 
 ## Test both with and without CPU-specific optimizations.
 override_dh_auto_test: