X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/f6795c17f9899da2759a2f5782e17b2ee5a0dbb9..refs/tags/1.6.1:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index 1ee41f9..d6037af 100755 --- a/debian/rules +++ b/debian/rules @@ -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_$@)