diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 06:50:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-07-01 08:13:43 +0000 |
commit | eb1cc558edc3b1174cde3b59b48166726bcdca6c (patch) | |
tree | 86c85ce965b8e13215d0c5f378cf9509d96cb8a9 | |
parent | Merging upstream version 20170701. (diff) | |
download | open-infrastructure-service-tools-eb1cc558edc3b1174cde3b59b48166726bcdca6c.tar.xz open-infrastructure-service-tools-eb1cc558edc3b1174cde3b59b48166726bcdca6c.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 f3c9032..18a14f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} --parallel --with apache2 + dh ${@} --with apache2 override_dh_auto_build: # disabled |