summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-07 15:53:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-07 15:53:51 +0000
commited79cc4c91c20cd77c5522ccd1725411acc35b78 (patch)
treedd68530b4fbb34fed32f44ef282d99880d96aa62
parentUpdating vcs fields. (diff)
downloadlzlib-ed79cc4c91c20cd77c5522ccd1725411acc35b78.tar.xz
lzlib-ed79cc4c91c20cd77c5522ccd1725411acc35b78.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-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 3d54356..6057e7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh ${@} --parallel
+ dh ${@}
override_dh_auto_configure:
dh_auto_configure -- --enable-shared --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)