chiark / gitweb /
debian/compat: Update to Debhelper 9 and `dh_python2'.
[xtoys] / debian / rules
index 1ee41f91c505139bc43dd9c6bafee95ba5a34948..d6037af8a705e9913d1a55f3685af74670259266 100755 (executable)
@@ -1,8 +1,4 @@
 #! /usr/bin/make -f
 
-CDBS = /usr/share/cdbs/1
-include $(CDBS)/rules/debhelper.mk
-include $(CDBS)/class/autotools.mk
-
-DEB_BUILDDIR = $(CURDIR)/build
-DEB_DESTDIR = $(CURDIR)/debian/tmp
+ARGS_binary-indep = --with-python2
+%:; dh $@ --parallel -Bdebian/build $(ARGS_$@)