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/rules | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian/rules') 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