debian/: Bump to Debhelper 10.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 1 Oct 2019 20:28:06 +0000 (21:28 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 4 Oct 2019 17:18:32 +0000 (18:18 +0100)
debian/compat
debian/control
debian/rules

index 45a4fb7..f599e28 100644 (file)
@@ -1 +1 @@
-8
+10
index af08b1c..e707a7b 100644 (file)
@@ -2,7 +2,7 @@ Source: cfd
 Section: devel
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
-Build-Depends: debhelper (>> 8.0), automake, texinfo
+Build-Depends: debhelper (>> 10), automake, texinfo
 Standards-Version: 3.1.1
 
 Package: cfd
index 4cf60b1..028189f 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
 
-DH_OPTIONS = --parallel -Bdebian/build
+DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build
 %:; dh $@ $(DH_OPTIONS)
 
 override_dh_auto_install: