summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7a956de..4997135 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ ipmiutil (3.0.8-1) unstable; urgency=medium
* Migrate to debhelper 11:
- Change debian/compat to 11.
- Bump minimum debhelper version in debian/control to >= 11.
+ * debian/rules (Closes: #877211):
+ - Add --no-parallel to fix frequent parallel FTBFS.
+ Thanks to Adrian Bunk <bunk@debian.org>.
-- Jörg Frings-Fürst <debian@jff.email> Sun, 14 Jan 2018 22:17:05 +0100
diff --git a/debian/rules b/debian/rules
index 5b4d955..b710591 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ CFLAGS += -fPIC
CONFPARA = --enable-gpl --enable-useflags --enable-libsensors
%:
- dh $@
+ dh $@ --no-parallel
override_dh_auto_configure:
$(CURDIR)/beforeconf.sh