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