This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch debian/unstable in repository bedtools.
commit 68dfd728b54b67bf7e26fd6c273a0a42f5d167c6 Author: Andreas Tille <[email protected]> Date: Fri May 23 23:07:25 2014 +0200 Build-Depends: samtools to run the full test suite --- debian/changelog | 3 ++- debian/control | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9c803d0..d2f1bb3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -bedtools (2.19.1-2) UNRELEASED; urgency=medium +bedtools (2.19.1-2) unstable; urgency=medium * debian/tests/control: Add "Depends: @, samtools" as advised in #747337 @@ -7,6 +7,7 @@ bedtools (2.19.1-2) UNRELEASED; urgency=medium Closes: #747337 * debian/rules: Use dh to easily enable unit tests at package build time + * Build-Depends: samtools to run the full test suite -- Andreas Tille <[email protected]> Fri, 09 May 2014 09:48:05 +0200 diff --git a/debian/control b/debian/control index 8850c11..9dd931f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,8 @@ Section: science Priority: optional Build-Depends: debhelper (>= 9), python, - zlib1g-dev + zlib1g-dev, + samtools Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/bedtools.git Vcs-Git: git://anonscm.debian.org/debian-med/bedtools.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bedtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
