[med-svn] [Git][med-team/vcfanno][master] 2 commits: routine-update: Packaging update

Lance Lin (@linqigang) gitlab at salsa.debian.org
Tue Dec 19 13:28:43 GMT 2023



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 <lq27267 at gmail.com>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231219/c2d36d43/attachment-0001.htm>


More information about the debian-med-commit mailing list