From a4cfc6a99b7a32174f11c14db8b5218f98ee8c93 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 9 Aug 2017 11:08:57 +0100 Subject: [PATCH] debian/: Update for Debhelper 10. Organization: Straylight/Edgeware From: Mark Wooding --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/compat b/debian/compat index 45a4fb7..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +10 diff --git a/debian/control b/debian/control index 53166d1..f6c6025 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: yaid Section: net Priority: extra Maintainer: Mark Wooding -Build-Depends: debhelper (>= 8), pkg-config, mlib-dev (>= 2.2.1) +Build-Depends: debhelper (>= 10), pkg-config, mlib-dev (>= 2.2.1) Standards-Version: 3.1.1 Package: yaid diff --git a/debian/rules b/debian/rules index fba2378..4024e0a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #! /usr/bin/make -f -%:; dh $@ -Bdebian/build --parallel +%:; dh $@ -Bdebian/build --without autoreconf -- [mdw]