From 296f24eceec13e92939cb23a82c3b4895f415a16 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 May 2017 17:55:06 +0200 Subject: Removing superfluous --parallel when invoking debhelper as it's the default with compat level 10, thanks to Gianfranco Costamagna . Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3