This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository gubbins.
commit 6d36a3fa37afb7b6470901ad90c5f0169ccb7cda Author: Andreas Tille <[email protected]> Date: Thu Nov 19 11:12:08 2015 +0100 Gubbins switched to Python3 so adapt the Dependencies --- debian/control | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 8620a72..7004b1f 100644 --- a/debian/control +++ b/debian/control @@ -9,13 +9,13 @@ Build-Depends: debhelper (>= 9), fasttree, raxml, autotools-dev, - python-setuptools, + python3-setuptools, zlib1g-dev, check, - python-biopython, - python-dendropy, - python-reportlab, - python-nose, + python3-biopython, + python3-dendropy, + python3-reportlab, + python3-nose, pkg-config Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gubbins.git @@ -26,11 +26,9 @@ Package: gubbins Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - fastml2, - fasttree, - python-biopython, - python-reportlab, - python-nose + ${python3:Depends}, + fastml, + fasttree Description: Phylogenetic analysis of genome sequences Gubbins supports rapid phylogenetic analysis of large samples of recombinant bacterial whole genome sequences. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gubbins.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
