debian/: Bump to Debhelper 10.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 29 Sep 2019 14:56:38 +0000 (15:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 Sep 2019 15:40:42 +0000 (16:40 +0100)
debian/compat
debian/control
debian/rules

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