From f387d11694b78bd95842474ea4df913425fb054a Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 22 Jul 2017 11:40:53 +0100 Subject: [PATCH] debian/rules: Don't pass `--without=...' to all Debhelper programs. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.11.0