summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ccfad692f..bd216e455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ netdata (1.10.0+dfsg-2) UNRELEASED; urgency=medium
* Updating year in copyright for current upstream version.
* Adding initial Dutch debconf translations from Frans Spiesschaert
<Frans.Spiesschaert@yucom.be> (Closes: #899023).
+ * Removing explicit use of --parallel in rules, this is already used by
+ default with the currently used debhelper version.
-- Lennart Weller <lhw@ring0.de> Tue, 15 May 2018 14:58:06 +0200
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' $< > $@