Steffen Möller pushed to branch master at Debian Med / bcftools
Commits: c5336447 by Steffen Moeller at 2021-05-24T23:12:25+02:00 Update 1.11 -> 1.12 - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,14 +1,13 @@ bcftools (1.12-1) UNRELEASED; urgency=medium + * Team upload. [ Steffen Moeller ] * New upstream version * Standards-Version: 4.5.1 (routine-update) * No tab in license text (routine-update) * watch file standard 4 (routine-update) - TODO: 8 tests fail, reported as https://github.com/samtools/bcftools/issues/1491 - - -- steffen <[email protected]> Sun, 16 May 2021 20:37:51 +0200 + -- Steffen Moeller <[email protected]> Sun, 16 May 2021 20:37:51 +0200 bcftools (1.11-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), zlib1g-dev, libbz2-dev, liblzma-dev, - libhts-dev (>= 1.11), + libhts-dev (>= 1.12), libgsl-dev, tabix <!nocheck>, libio-pty-perl <!nocheck> ===================================== debian/rules ===================================== @@ -16,6 +16,10 @@ override_dh_installman: # clean target tries to include config.mk which does not exist inside clean source tree clean: config.mk +override_dh_auto_clean: + dh_auto_clean + rm -f test/mpileup/indel-AD.1.out.new test/view-t.1.out.new test/view-t.2.out.new + config.mk: $(RM) $@ && touch $@ View it on GitLab: https://salsa.debian.org/med-team/bcftools/-/commit/c5336447a08a2e55f0cac7ea6bceec6d296cf288 -- View it on GitLab: https://salsa.debian.org/med-team/bcftools/-/commit/c5336447a08a2e55f0cac7ea6bceec6d296cf288 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
