chiark / gitweb /
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 45a4fb75db864000d01701c0f7a51864bd4daabf..ec635144f60048986bc560c5576355344005e6e7 100644 (file)
@@ -1 +1 @@
-8
+9
index 8003ed0595cfb58265dfb9d9b7a1aab31ad094d2..743330a9b3abb09a366834fc2f12dc52647fc80f 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 cec98bbefd3fecee9c600823051662e275a37f25..d6037af8a705e9913d1a55f3685af74670259266 100755 (executable)
@@ -1,2 +1,4 @@
 #! /usr/bin/make -f
-%:; dh $@ --parallel -Bdebian/build
+
+ARGS_binary-indep = --with-python2
+%:; dh $@ --parallel -Bdebian/build $(ARGS_$@)