diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:55:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:55:06 +0000 |
commit | 296f24eceec13e92939cb23a82c3b4895f415a16 (patch) | |
tree | 6710505da93c64ab5c52eee444d15e04b831d2c8 | |
parent | Updating vcs fields. (diff) | |
download | plzip-296f24eceec13e92939cb23a82c3b4895f415a16.tar.xz plzip-296f24eceec13e92939cb23a82c3b4895f415a16.zip |
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.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6fe2ac9..8039e0a 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |