debian/compat: Update to Debhelper 9 and `dh_python2'.
[xtoys] / debian / rules
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_$@)