Lance Lin pushed to branch master at Debian Med / vcfanno
Commits: b029172d by Lance Lin at 2023-12-18T22:27:42+07:00 routine-update: Packaging update - - - - - 3809283a by Lance Lin at 2023-12-19T20:23:40+07:00 d/rules: Clean generated files from override_dh_installdocs (Closes: #1049212, #1049762) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +vcfanno (0.3.5+ds-2) UNRELEASED; urgency=medium + + * Team upload. + * d/rules: Clean generated files from override_dh_installdocs + (Closes: #1049212, #1049762) + + -- Lance Lin <[email protected]> Mon, 18 Dec 2023 22:24:37 +0700 + vcfanno (0.3.5+ds-1) unstable; urgency=medium * New upstream version 0.3.5+ds ===================================== debian/rules ===================================== @@ -4,6 +4,10 @@ %: dh $@ --buildsystem=golang --with=golang +execute_before_dh_auto_clean: + find . -type f -name *.tbi | xargs rm -rf + find . -type f -name ex.bam* | xargs rm -rf + override_dh_auto_install: dh_auto_install -- --no-source View it on GitLab: https://salsa.debian.org/med-team/vcfanno/-/compare/947d868b5aea7fd6c2a85d067d892090c02879b3...3809283a95ef85865ac83b684c662375639507c2 -- View it on GitLab: https://salsa.debian.org/med-team/vcfanno/-/compare/947d868b5aea7fd6c2a85d067d892090c02879b3...3809283a95ef85865ac83b684c662375639507c2 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
