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

index ec63514..f599e28 100644 (file)
@@ -1 +1 @@
-9
+10
index 5c6bb82..0c25c55 100644 (file)
@@ -3,7 +3,7 @@ Section: net
 Priority: extra
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 XS-Python-Version: >= 2.4
-Build-Depends: debhelper (>= 9), pkg-config, curl, rsync,
+Build-Depends: debhelper (>= 10), pkg-config, curl, rsync,
        tshark, wireshark-dev (>= 1.12.1),
        python (>= 2.6.6-3~),
        mlib-dev (>= 2.4.1),
index 0822dce..68e0a90 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
 
-DH_OPTIONS              = --parallel -Bdebian/build
+DH_OPTIONS              = --parallel --without=autoreconf -Bdebian/build
 
 ###--------------------------------------------------------------------------
 ### Configuration.