From 946d18b62315f50d6ce4e091f5ccfc37d9b050c9 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 11 Aug 2017 12:00:57 +0100 Subject: [PATCH] Revert "debian: Update for Debhelper 10." I think I might still have to build for wheezy. This reverts commit 6d061820334c97ed4f3266d7130e089de6b21b55. --- 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 f599e28..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +9 diff --git a/debian/control b/debian/control index 54a8976..14d26a7 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mlib Section: libs Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>= 10), python, libadns1-dev +Build-Depends: debhelper (>= 9), python, libadns1-dev Standards-Version: 3.1.1 Package: mlib2 diff --git a/debian/rules b/debian/rules index 8635ec0..f7796aa 100755 --- a/debian/rules +++ b/debian/rules @@ -14,10 +14,10 @@ DEB_UPSTREAM_VERSION ?= \ v := $(DEB_UPSTREAM_VERSION) ## Default Debhelper options. -DH_OPTIONS = +DH_OPTIONS = --parallel ## Default Debhelper actions. -%:; dh $@ --without autoreconf $(DH_OPTIONS) +%:; dh $@ $(DH_OPTIONS) ###-------------------------------------------------------------------------- ### Multiple flavours. -- 2.11.0