[med-svn] [jellyfish] 01/02: Forbid parallel builds (https://lists.debian.org/debian-mentors/2017/02/msg00279.html)
Andreas Tille
tille at debian.org
Wed Mar 1 12:53:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jellyfish.
commit 2dd935dbeae083a0631edd9477b16043b731ff83
Author: Andreas Tille <tille at debian.org>
Date: Wed Mar 1 13:49:56 2017 +0100
Forbid parallel builds (https://lists.debian.org/debian-mentors/2017/02/msg00279.html)
---
debian/changelog | 10 ++++++++--
debian/rules | 2 +-
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e764235..2b1a035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,16 @@
-jellyfish (2.2.6-2) UNRELEASED; urgency=medium
+jellyfish (2.2.6-3) UNRELEASED; urgency=medium
+
+ * Parallel builds seem to cause problems
+
+ -- Andreas Tille <tille at debian.org> Wed, 01 Mar 2017 13:48:20 +0100
+
+jellyfish (2.2.6-2) unstable; urgency=medium
* Ignore result of "big" test to let autopkgtest pass
* debhelper 10
* d/watch: version=4
- -- Andreas Tille <tille at debian.org> Sun, 15 Jan 2017 09:18:57 +0100
+ -- Andreas Tille <tille at debian.org> Sun, 15 Jan 2017 09:20:53 +0100
jellyfish (2.2.6-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 21686a2..39cbc35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export PERL_MM_OPT=INSTALLDIRS=vendor
export PYBUILD_BUILD_ARGS=build_ext --rpath "${CURDIR}/debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}"
%:
- dh $@ --with autoreconf,python3 #--parallel
+ dh $@ --with autoreconf,python3 --no-parallel
override_dh_auto_install:
dh_auto_install -- install-data
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish.git
More information about the debian-med-commit
mailing list