This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-biopython.
commit 21db6468cdd9442ac7bd6494abcee75a22616903 Author: Andreas Tille <[email protected]> Date: Tue Jan 17 19:52:38 2017 +0100 (Build-)Depend: phyml only on those architectures where it is available --- debian/changelog | 6 ++++++ debian/control | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6a89a86..f9ad22b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-biopython (1.68+dfsg-3) UNRELEASED; urgency=medium + + * (Build-)Depend: phyml only on those architectures where it is available + + -- Andreas Tille <[email protected]> Tue, 17 Jan 2017 19:51:16 +0100 + python-biopython (1.68+dfsg-2) unstable; urgency=medium * Add Tutorial.tex to *-doc package since its used in autopkgtest and diff --git a/debian/control b/debian/control index 8e4b94b..d4ac52e 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10), muscle, ncbi-blast+, phylip, - phyml, + phyml [any-amd64 any-i386 arm64 armhf sparc64], prank, probcons, python-mysqldb, @@ -73,7 +73,7 @@ Suggests: python-tk, mafft, muscle, phylip, - phyml, + phyml [any-amd64 any-i386 arm64 armhf sparc64], prank, probcons, python-mysqldb, @@ -124,7 +124,7 @@ Suggests: python3-tk, mafft, muscle, phylip, - phyml, + phyml [any-amd64 any-i386 arm64 armhf sparc64], prank, probcons, python-mysqldb, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biopython.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
