debian/compat: Update to Debhelper 9 and `dh_python2'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 13 Aug 2017 00:41:41 +0000 (01:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 13 Aug 2017 15:55:25 +0000 (16:55 +0100)
Suspiciously, the control file already had a build-dependency on
Debhelper 9.

debian/compat
debian/control
debian/rules

index 45a4fb7..ec63514 100644 (file)
@@ -1 +1 @@
-8
+9
index 8003ed0..743330a 100644 (file)
@@ -3,8 +3,7 @@ Section: x11
 Priority: extra
 Build-Depends: debhelper (>= 9), pkg-config,
        libx11-dev, libxrandr-dev, mlib-dev (>= 2.0.4)
-Build-Depends-Indep: python-central, python (>= 2.4),
-       python-gtk2
+Build-Depends-Indep: python (>= 2.6.6-3~), python-gtk2
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 XS-Python-Version: >= 2.4
 Standards-Version: 3.1.1
index cec98bb..d6037af 100755 (executable)
@@ -1,2 +1,4 @@
 #! /usr/bin/make -f
-%:; dh $@ --parallel -Bdebian/build
+
+ARGS_binary-indep = --with-python2
+%:; dh $@ --parallel -Bdebian/build $(ARGS_$@)