[med-svn] [unanimity] 01/01: Force serial build
Afif Elghraoui
afif at moszumanska.debian.org
Fri Dec 23 11:39:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository unanimity.
commit c2e6358fc0f080e616ab6b417848bb0c2a3c5ec1
Author: Afif Elghraoui <afif at debian.org>
Date: Fri Dec 23 03:22:26 2016 -0800
Force serial build
I've discovered that this is the only way we avoid build errors.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 5486e1f..dd0ad35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,11 +18,13 @@ export PYBUILD_NAME=consensuscore2
%:
dh $@ \
+ --no-parallel \
--package=ccs \
--no-package=python-consensuscore2 \
--buildsystem=cmake \
--builddirectory=build
dh $@ \
+ --no-parallel \
--package=python-consensuscore2 \
--no-package=ccs \
--with python2 \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/unanimity.git
More information about the debian-med-commit
mailing list