From: Alexandre Detiste Date: Thu, 28 May 2015 19:32:51 +0000 (+0200) Subject: Convert packaging to Debhelper 9 X-Git-Tag: archive/raspbian/10.2018112800+rpi1^2~53 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=177a5617b255ff8c31ced4ea020dc774266cf9f7;p=lsb.git Convert packaging to Debhelper 9 --- 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)