diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:50:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:50:42 +0000 |
commit | 2f8cecbe227d7b764af0f60a81549d0e8586e442 (patch) | |
tree | 90550dfd7f75cf870045b1837c3fae7b86aad7c4 | |
parent | Updating vcs fields. (diff) | |
download | lunzip-2f8cecbe227d7b764af0f60a81549d0e8586e442.tar.xz lunzip-2f8cecbe227d7b764af0f60a81549d0e8586e442.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 e7251da..f14314b 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/lunzip |