From: Mark Wooding Date: Sat, 22 Jul 2017 10:40:53 +0000 (+0100) Subject: debian/rules: Don't pass `--without=...' to all Debhelper programs. X-Git-Tag: 1.4.0~20 X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/commitdiff_plain/f387d11694b78bd95842474ea4df913425fb054a debian/rules: Don't pass `--without=...' to all Debhelper programs. --- 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))