From: Mark Wooding Date: Thu, 6 Jul 2017 09:57:03 +0000 (+0100) Subject: debian: Update for Debhelper 10. X-Git-Tag: 2.2.4~4 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/6d061820334c97ed4f3266d7130e089de6b21b55 debian: Update for Debhelper 10. --- diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 14d26a7..54a8976 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mlib Section: libs Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>= 9), python, libadns1-dev +Build-Depends: debhelper (>= 10), python, libadns1-dev Standards-Version: 3.1.1 Package: mlib2 diff --git a/debian/rules b/debian/rules index f7796aa..8635ec0 100755 --- a/debian/rules +++ b/debian/rules @@ -14,10 +14,10 @@ DEB_UPSTREAM_VERSION ?= \ v := $(DEB_UPSTREAM_VERSION) ## Default Debhelper options. -DH_OPTIONS = --parallel +DH_OPTIONS = ## Default Debhelper actions. -%:; dh $@ $(DH_OPTIONS) +%:; dh $@ --without autoreconf $(DH_OPTIONS) ###-------------------------------------------------------------------------- ### Multiple flavours.