chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
262cdce
)
debian/rules: Don't pass `--without=...' to all Debhelper programs.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 22 Jul 2017 10:40:53 +0000
(11:40 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 28 Mar 2020 14:21:46 +0000
(14:21 +0000)
debian/rules
patch
|
blob
|
blame
|
history
diff --git
a/debian/rules
b/debian/rules
index 028189f8984520b8944e3449fb1b63f7fe54b09b..0c0cde0201118fc0d57cbe1534d04fc5e023ac2e 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,7
+1,7
@@
#! /usr/bin/make -f
#! /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))
override_dh_auto_install:
dh_auto_install $(addprefix -O,$(DH_OPTIONS))