This is an automated email from the git hooks/post-receive script. afif pushed a commit to branch master in repository python-pysam.
commit b7bb65715b53cc91eb9f62a891515b0713e70738 Author: Afif Elghraoui <[email protected]> Date: Sun Jun 19 14:21:58 2016 -0700 Force at least matching versions of the samtools suite --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 44e8adc..5915454 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Priority: optional Build-Depends: debhelper (>= 9), dh-python, - libhts-dev (>= 1.3), + libhts-dev (>= 1.3.1), zlib1g-dev, python-all-dev, python-setuptools, @@ -19,8 +19,8 @@ Build-Depends: cython3 (>= 0.23), # Test-Depends tabix, - samtools (>= 1.3), - bcftools (>= 1.3), + samtools (>= 1.3.1), + bcftools (>= 1.3.1), python-nose, python3-nose, Standards-Version: 3.9.7 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pysam.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
