From ceac007a33267a3cafe2b8bee4598a6cde237fd3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 May 2018 23:19:59 +0200 Subject: Removing explicit use of --parallel in rules, this is already used by default with the currently used debhelper version. Signed-off-by: Daniel Baumann --- debian/changelog | 2 ++ debian/rules | 3 --- 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 (Closes: #899023). + * Removing explicit use of --parallel in rules, this is already used by + default with the currently used debhelper version. -- Lennart Weller 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' $< > $@ -- cgit v1.2.3