summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-18 21:19:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-05-19 15:30:59 +0000
commitceac007a33267a3cafe2b8bee4598a6cde237fd3 (patch)
tree2702f1fed4e7042dbb3379fa633f33494ed6a0d6 /debian/rules
parentAdding initial Dutch debconf translations from Frans Spiesschaert <Frans.Spie... (diff)
downloadnetdata-ceac007a33267a3cafe2b8bee4598a6cde237fd3.tar.xz
netdata-ceac007a33267a3cafe2b8bee4598a6cde237fd3.zip
Removing explicit use of --parallel in rules, this is already used by default with the currently used debhelper version.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 0496228fc..ae7806318 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,6 @@ MULTIARCH_INSTALL = debian/netdata.postinst
override_dh_auto_configure:
dh_auto_configure -- --with-math
-override_dh_auto_build:
- dh_auto_build --parallel
-
$(MULTIARCH_INSTALL): % : %.in
sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' $< > $@