[med-svn] [jellyfish] 01/06: Explicitly disable parallel building
Andreas Tille
tille at debian.org
Mon Aug 28 13:23:06 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 6d12aa235938e9d250c2b99735fe7f6fd3096c59
Author: Andreas Tille <tille at debian.org>
Date: Sat Aug 26 21:53:21 2017 +0200
Explicitly disable parallel building
---
debian/changelog | 7 +++++++
debian/rules | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ab424a5..0736834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jellyfish (2.2.6-3) unstable; urgency=medium
+
+ * Explicitly disable parallel building
+ Closes: #873318
+
+ -- Andreas Tille <tille at debian.org> Sat, 26 Aug 2017 21:53:10 +0200
+
jellyfish (2.2.6-2) unstable; urgency=medium
* Ignore result of "big" test to let autopkgtest pass
diff --git a/debian/rules b/debian/rules
index 7112654..b067394 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
override_dh_auto_install:
dh_auto_install -- install-data
@@ -62,7 +62,7 @@ override_dh_clean:
override_dh_auto_build:
mkdir -p debian/tmp_save_tests
cp -a tests/* debian/tmp_save_tests
- dh_auto_build -- all bin/generate_sequence bin/test_all
+ dh_auto_build --no-parallel -- all bin/generate_sequence bin/test_all
# cd doc ; RUBYLIB=$PWD PATH=$PATH:../bin make clean all ; cd ..
# broken
--
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