Andreas Tille pushed to branch master at Debian Med / vcfanno
Commits: e1be5f4c by Andreas Tille at 2021-10-01T16:42:29+02:00 Fix watchfile to detect new versions on github - - - - - 67db0c2a by Andreas Tille at 2021-10-01T16:43:40+02:00 routine-update: Standards-Version: 4.6.0 - - - - - 19b3dc86 by Andreas Tille at 2021-10-01T16:43:43+02:00 routine-update: No tab in license text - - - - - 961cb063 by Andreas Tille at 2021-10-01T16:43:48+02:00 Apply multi-arch hints. + vcfanno-examples: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints - - - - - 4e375c8a by Andreas Tille at 2021-10-01T16:45:44+02:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/copyright - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +vcfanno (0.3.2+ds-3) unstable; urgency=medium + + * Fix watchfile to detect new versions on github + * Standards-Version: 4.6.0 (routine-update) + * No tab in license text (routine-update) + * Apply multi-arch hints. + + vcfanno-examples: Add Multi-Arch: foreign. + + -- Andreas Tille <[email protected]> Fri, 01 Oct 2021 16:43:49 +0200 + vcfanno (0.3.2+ds-2) unstable; urgency=medium * Re-add Build-Using ===================================== debian/control ===================================== @@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13), golang-github-brentp-goluaez-dev, samtools, tabix -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/vcfanno Vcs-Git: https://salsa.debian.org/med-team/vcfanno.git Homepage: https://github.com/brentp/vcfanno @@ -49,6 +49,7 @@ Package: vcfanno-examples Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign Description: examples for vcfanno: annotate a VCF with other VCFs/BEDs/tabixed files Vcfanno allows you to quickly annotate your VCF with any number of INFO fields from any number of VCFs or BED files. It uses a simple conf file ===================================== debian/copyright ===================================== @@ -1,10 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vcfanno Source: https://github.com/brentp/vcfanno/releases -Files-Excluded: example/*.tbi - example/ex.bam* - tests/**/*.tbi - docs/examples/gff_sv/*.tbi +Files-Excluded: example/*.tbi + example/ex.bam* + tests/**/*.tbi + docs/examples/gff_sv/*.tbi Files: * Copyright: 2015-2019 Brent Pedersen and Aaron Quinlan ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 opts="dversionmangle=auto,repacksuffix=+ds" \ -https://github.com/brentp/vcfanno/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@ +https://github.com/brentp/vcfanno/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/med-team/vcfanno/-/compare/f431a33735e67ff218af779e666ec6d766d9bb50...4e375c8a4b314ee586a46412bfb7086682688087 -- View it on GitLab: https://salsa.debian.org/med-team/vcfanno/-/compare/f431a33735e67ff218af779e666ec6d766d9bb50...4e375c8a4b314ee586a46412bfb7086682688087 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
