summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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' $< > $@