Steffen Möller pushed to branch master at Debian Med / bedtools
Commits: 6292daff by Steffen Moeller at 2020-01-23T12:32:03+01:00 Test for intersect.new will fail with earlier samtools - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +bedtools (2.29.2+dfsg-2) UNRELEASED; urgency=medium + + * Added version to dependency of samtools + + -- Steffen Moeller <[email protected]> Sat, 18 Jan 2020 01:44:47 +0100 + bedtools (2.29.2+dfsg-1) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12), zlib1g-dev, libbz2-dev, liblzma-dev, - samtools + samtools (>= 1.10) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/bedtools Vcs-Git: https://salsa.debian.org/med-team/bedtools.git @@ -19,6 +19,7 @@ Package: bedtools Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: samtools (>= 1.10) Conflicts: filo Provides: filo Replaces: filo View it on GitLab: https://salsa.debian.org/med-team/bedtools/commit/6292daff18efea2105b0be72a0b2d070f3ae6a82 -- View it on GitLab: https://salsa.debian.org/med-team/bedtools/commit/6292daff18efea2105b0be72a0b2d070f3ae6a82 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
