diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:53:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:53:51 +0000 |
commit | ed79cc4c91c20cd77c5522ccd1725411acc35b78 (patch) | |
tree | dd68530b4fbb34fed32f44ef282d99880d96aa62 | |
parent | Updating vcs fields. (diff) | |
download | lzlib-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-x | debian/rules | 2 |
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) |