[med-svn] [phylip] 02/03: d/rules: Does not reliably build with debhelper compat level 10 automatic --parallel feature so set --no-parallel
Andreas Tille
tille at debian.org
Fri Dec 16 15:11:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository phylip.
commit 73e8104a6abbefd8b605318d744b563da7724fcf
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 16 15:53:04 2016 +0100
d/rules: Does not reliably build with debhelper compat level 10 automatic --parallel feature so set --no-parallel
---
debian/changelog | 2 ++
debian/rules | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 417ae72..e25ae8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
phylip (1:3.696+dfsg-5) UNRELEASED; urgency=medium
* Bioperl-run expects executable named Consense
+ * d/rules: Does not reliably build with debhelper compat level 10
+ automatic --parallel feature so set --no-parallel
-- Andreas Tille <tille at debian.org> Fri, 16 Dec 2016 15:13:27 +0100
diff --git a/debian/rules b/debian/rules
index 9aa3217..c223155 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ LIBDIR := $(CURDIR)/debian/$(DEBPKGNAME)/usr/lib/ # $(DEB_HOST_MULTIARCH)
export JAVA_HOME=/usr/lib/jvm/default-java
%:
- dh $@ --with javahelper
+ dh $@ --with javahelper --no-parallel
override_dh_auto_build:
dh_auto_build --sourcedirectory=src --buildsystem=makefile -- -f Makefile.unx all
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phylip.git
More information about the debian-med-commit
mailing list