diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:50:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:50:03 +0000 |
commit | fe72edc5e739a00a73a17617df0b5f56409bfaca (patch) | |
tree | a7d30180ec65733b554a833700e22e47adeceea0 | |
parent | Updating vcs fields. (diff) | |
download | clzip-fe72edc5e739a00a73a17617df0b5f56409bfaca.tar.xz clzip-fe72edc5e739a00a73a17617df0b5f56409bfaca.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>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 887166d..f2f3d73 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/clzip |