From 177a5617b255ff8c31ced4ea020dc774266cf9f7 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Thu, 28 May 2015 21:32:51 +0200 Subject: [PATCH] Convert packaging to Debhelper 9 --- 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 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index caf417f..ba4c83a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: misc Priority: extra Maintainer: Debian LSB Team Uploaders: Didier Raboud , Jeff Licquia -Build-Depends: debhelper (>> 7.0.50~), +Build-Depends: debhelper (>> 9.0), po-debconf (>= 0.5.0), dpkg-dev (>= 1.10), python-all-dev (>= 2.6.6-6~), diff --git a/debian/rules b/debian/rules index 444465b..6bc0f05 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ PY2VERSIONS=$(shell pyversions -vr) PY3VERSIONS=$(shell [ -x /usr/bin/py3versions ] && py3versions -vr) %: - dh --with python2 $@ + dh $@ --with python2 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) -- 2.30.2