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
1c32fbfe13
commit
29afab3443
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -3,7 +3,7 @@
|
|||
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||
|
||||
%:
|
||||
dh ${@} --parallel
|
||||
dh ${@}
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
|
||||
|
|
Loading…
Add table
Reference in a new issue