diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:51:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:51:59 +0000 |
commit | 9dc4eeccbc90c8688c091c8f12e827bbf9d311cc (patch) | |
tree | ab0f21795b60b5ab55f989081aa089baf93f5980 | |
parent | Updating vcs fields. (diff) | |
download | lzip-9dc4eeccbc90c8688c091c8f12e827bbf9d311cc.tar.xz lzip-9dc4eeccbc90c8688c091c8f12e827bbf9d311cc.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 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 |