diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:53:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:53:13 +0000 |
commit | 89fa2ccfb83193f3af6bdfc22ecb384975d02302 (patch) | |
tree | 57e37ba762345a476c2ec1a39f4afb73e28f6072 | |
parent | Updating vcs fields. (diff) | |
download | lziprecover-89fa2ccfb83193f3af6bdfc22ecb384975d02302.tar.xz lziprecover-89fa2ccfb83193f3af6bdfc22ecb384975d02302.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 b66a690..187e522 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/lziprecover |