This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to branch master in repository khmer.
commit 622ceafb79f0e8d2739cbf525921143c802113ad Author: Michael R. Crusoe <[email protected]> Date: Sat Jan 31 09:39:07 2015 -0500 fix sphinx deps --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f708b33..efad844 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,8 @@ Build-Depends: python-screed, python-setuptools (>= 3.3), zlib1g-dev, libbz2-dev, - python-nose + python-nose, + python-sphinx Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/khmer.git Vcs-Git: git://anonscm.debian.org/debian-med/khmer.git @@ -29,7 +30,8 @@ Depends: python (>= 2.7), python-screed, ${misc:Depends}, ${shlibs:Depends}, - ${python:Depends} + ${python:Depends}, + ${sphinxdoc:Depends} Description: in-memory DNA sequence kmer counting, filtering & graph traversal khmer is a library and suite of command line tools for working with DNA sequence. It is primarily aimed at short-read sequencing data such as that -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/khmer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
