From: Mark Wooding Date: Sun, 29 Sep 2019 14:55:38 +0000 (+0100) Subject: debian/: Bump to Debhelper 10. X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/a899c52963b94297e4c9982faf26ebbd516904f6 debian/: Bump to Debhelper 10. --- diff --git a/debian/compat b/debian/compat index ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 5c6bb82c..0c25c55b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Mark Wooding 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), diff --git a/debian/rules b/debian/rules index 0822dce1..68e0a90c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -DH_OPTIONS = --parallel -Bdebian/build +DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build ###-------------------------------------------------------------------------- ### Configuration.