X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/273e441860916146b0069e977c5ee9b58de0ba74..a899c52963b94297e4c9982faf26ebbd516904f6:/debian/rules diff --git a/debian/rules b/debian/rules index 9b5065a3..68e0a90c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f -DH_OPTIONS = -Bdebian/build +DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build ###-------------------------------------------------------------------------- ### Configuration. @@ -48,9 +48,9 @@ dh-clean-hook:: ### Other things. ## Python stuff. -DH_OPTIONS += --with=python-central -OVERRIDES += pycentral -dh_pycentral_OPTS += -ppython-tripe +DH_OPTIONS += --with=python2 +OVERRIDES += python2 +dh_python2_OPTS += -ppython-tripe ## The peer database. OVERRIDES += install @@ -62,7 +62,7 @@ dh-install-hook:: ###-------------------------------------------------------------------------- ### Some machinery for overriding Debhelper in a structured way. -%:; dh $@ --without autoreconf $(DH_OPTIONS) +%:; dh $@ $(DH_OPTIONS) $(foreach o, $(sort $(OVERRIDES)), dh-$o-hook)::; @: $(foreach o, $(sort $(OVERRIDES)), override_dh_$o): override_dh_%: dh-%-hook