From 9dc4eeccbc90c8688c091c8f12e827bbf9d311cc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 May 2017 17:51:59 +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 b6fae3e..e04f219 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} --parallel + dh ${@} override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzip -- cgit v1.2.3