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