From: Mark Wooding Date: Fri, 7 Jul 2017 10:01:32 +0000 (+0100) Subject: debian: Update for Debhelper 10. X-Git-Tag: 1.1.1~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/rsync-backup/commitdiff_plain/3d32ff8ff7bc08ccc7772cb326b54ebcff2b1224 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 39a21a4..7d17c13 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: extra Maintainer: Mark Wooding XS-Python-Version: >= 2.5 -Build-Depends: mlib-dev (>= 2.2.1), debhelper (>= 8.1) +Build-Depends: mlib-dev (>= 2.2.1), debhelper (>= 10) Standards-Version: 3.1.1 Package: fshash diff --git a/debian/rules b/debian/rules index 6de5f27..8b362ab 100755 --- a/debian/rules +++ b/debian/rules @@ -1,2 +1,2 @@ #! /usr/bin/make -f -%:; dh $@ -Bdebian/build --parallel +%:; dh $@ -Bdebian/build --without autoreconf