From: Mark Wooding Date: Wed, 9 Aug 2017 10:08:57 +0000 (+0100) Subject: debian/: Update for Debhelper 10. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/yaid/commitdiff_plain/a4cfc6a99b7a32174f11c14db8b5218f98ee8c93 debian/: Update for Debhelper 10. --- 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