diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 14:42:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 14:42:40 +0000 |
commit | c4f913fb0ca829b01a939f885144816165f998a4 (patch) | |
tree | 8a0838a5648af15a402ee0e7eed089feffc16e4f | |
parent | Merging upstream version 20170510. (diff) | |
download | open-infrastructure-compute-tools-c4f913fb0ca829b01a939f885144816165f998a4.tar.xz open-infrastructure-compute-tools-c4f913fb0ca829b01a939f885144816165f998a4.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 63942fb..34dfc2c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} --parallel --with systemd + dh ${@} --with systemd override_dh_auto_build: # disabled |