debian/rules: Don't pass `--without=...' to all Debhelper programs.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 22 Jul 2017 10:40:53 +0000 (11:40 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 28 Mar 2020 14:21:46 +0000 (14:21 +0000)
debian/rules

index 028189f..0c0cde0 100755 (executable)
@@ -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))