summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-09 14:42:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-05-09 14:42:40 +0000
commitc4f913fb0ca829b01a939f885144816165f998a4 (patch)
tree8a0838a5648af15a402ee0e7eed089feffc16e4f
parentMerging upstream version 20170510. (diff)
downloadopen-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-xdebian/rules2
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