From 6d061820334c97ed4f3266d7130e089de6b21b55 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 6 Jul 2017 10:57:03 +0100 Subject: [PATCH] debian: Update for Debhelper 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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. -- 2.11.0