diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:51:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-07 15:51:25 +0000 |
commit | 96b7218e73443c99714249d3f9b0d2dba85d669c (patch) | |
tree | 217cfbc589f08ba5b13a5af587138c912bccd8fb | |
parent | Updating vcs fields. (diff) | |
download | lzd-96b7218e73443c99714249d3f9b0d2dba85d669c.tar.xz lzd-96b7218e73443c99714249d3f9b0d2dba85d669c.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 027b978..5a8bb91 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/lzd |