chiark
/
gitweb
/
~mdw
/
preload-hacks
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa3f71
)
debian/rules: Use old-fashioned `dpkg-buildflags' options.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 Jun 2018 10:36:22 +0000
(11:36 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 Jun 2018 10:36:22 +0000
(11:36 +0100)
I'm still trying to build packages for `wheezy' sometimes.
debian/rules
patch
|
blob
|
blame
|
history
diff --git
a/debian/rules
b/debian/rules
index 22e825d5ddf296ee9744610c2af61bf75113f633..d780d0e7151480a3254c074072c244bb3df5b564 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-6,4
+6,4
@@
DH_OPTIONS = --parallel -Bdebian/build
override_dh_auto_configure:
dh_auto_configure $(DH_OPTIONS) -- \
- $(shell dpkg-buildflags --export=c
mdlin
e)
+ $(shell dpkg-buildflags --export=c
onfigur
e)