[med-svn] [mptp] 01/08: Do not try parallel builds since makefile is not properly generated
Andreas Tille
tille at debian.org
Sat Aug 5 11:48:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mptp.
commit 9d66c2ebd8a171c3531a6db96afb084850427cf1
Author: Andreas Tille <tille at debian.org>
Date: Sat Aug 5 13:30:23 2017 +0200
Do not try parallel builds since makefile is not properly generated
---
debian/changelog | 8 ++++++++
debian/rules | 3 +++
2 files changed, 11 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 668eb1b..ad8678a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mptp (0.2.2-2) UNRELEASED; urgency=medium
+
+ * Do not try parallel builds since makefile is not properly generated
+ (see bug #541713)
+ Closes: #870783
+
+ -- Andreas Tille <tille at debian.org> Sat, 05 Aug 2017 13:29:27 +0200
+
mptp (0.2.2-1) unstable; urgency=medium
* Initial release (Closes: #857874)
diff --git a/debian/rules b/debian/rules
index 3d12d42..7b9ec23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_auto_configure:
dh_auto_configure -- --with-bash-completions=`pkg-config --variable=completionsdir bash-completion`
+
+override_dh_auto_build:
+ override_dh_auto_build $@ --no-parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mptp.git
More information about the debian-med-commit
mailing list