Removing superfluous --parallel when invoking debhelper as it's the default with compat level 10, thanks to Gianfranco Costamagna <locutusofborg@debian.org>.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
54452b5fed
commit
936fe29965
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@} --parallel
|
dh ${@}
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/
|
LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/
|
||||||
|
|
Loading…
Add table
Reference in a new issue