X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/51d4c36b227d9bec03a5bf9e049aabd80ad5cb60..36bcba75bdc4d74d33f99c11b417bc2c5b74cbef:/debian/rules diff --git a/debian/rules b/debian/rules index 028189f..0c0cde0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #! /usr/bin/make -f -DH_OPTIONS = --parallel --without=autoreconf -Bdebian/build -%:; dh $@ $(DH_OPTIONS) +DH_OPTIONS = -Bdebian/build +%:; dh $@ $(DH_OPTIONS) --without autoreconf override_dh_auto_install: dh_auto_install $(addprefix -O,$(DH_OPTIONS))