This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository samtools.
commit b5f284c41b5f1db2c09686427ee9145d34e79f0f Author: Charles Plessy <[email protected]> Date: Mon Aug 18 10:45:56 2014 +0900 Build-depend on tabix for the regression tests, that use bgzip. --- debian/control | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index ccc5459..0d5ea4a 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,9 @@ Priority: optional Build-Depends: debhelper (>= 9), bash-completion, libncurses5-dev, - zlib1g-dev + zlib1g-dev, + tabix (>= 1.0) +# tabix is needed for the regression tests. Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/samtools.git Vcs-Git: git://anonscm.debian.org/debian-med/samtools.git @@ -17,9 +19,6 @@ Package: samtools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: tabix (<= 0.2.6-1) -Replace: tabix (<= 0.2.6-1) -Suggests: python Description: processing sequence alignments in SAM and BAM formats Samtools is a set of utilities that manipulate nucleotide sequence alignments in the binary BAM format. It imports from and exports to the ascii SAM -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
