From 3d32ff8ff7bc08ccc7772cb326b54ebcff2b1224 Mon Sep 17 00:00:00 2001 Message-Id: <3d32ff8ff7bc08ccc7772cb326b54ebcff2b1224.1716399320.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 7 Jul 2017 11:01:32 +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 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 -- [mdw]