Convert packaging to Debhelper 9
authorAlexandre Detiste <alexandre.detiste@gmail.com>
Thu, 28 May 2015 19:32:51 +0000 (21:32 +0200)
committerDidier Raboud <odyx@debian.org>
Tue, 14 Jul 2015 08:54:46 +0000 (10:54 +0200)
debian/compat
debian/control
debian/rules

index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..ec635144f60048986bc560c5576355344005e6e7 100644 (file)
@@ -1 +1 @@
-7
+9
index caf417f5051ac878a66e12f38e02aeeae8e39dc7..ba4c83a6ef49bc7740a6ecb99b2eaf698451cf77 100644 (file)
@@ -3,7 +3,7 @@ Section: misc
 Priority: extra
 Maintainer: Debian LSB Team <debian-lsb@lists.debian.org>
 Uploaders: Didier Raboud <odyx@debian.org>, Jeff Licquia <licquia@debian.org>
-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~),
index 444465bd54a7a46279007d162c1683eb4d7418e0..6bc0f05f60752814450ea90eaf7080f546489763 100755 (executable)
@@ -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)