[med-svn] [Git][med-team/picard-tools][master] 3 commits: Do not delete "*.bai" files after testing
Andreas Tille
gitlab at salsa.debian.org
Thu Jan 28 07:01:44 GMT 2021
Andreas Tille pushed to branch master at Debian Med / picard-tools
Commits:
cc10679b by Andreas Tille at 2021-01-28T07:33:34+01:00
Do not delete "*.bai" files after testing
- - - - -
d03b8a04 by Andreas Tille at 2021-01-28T07:34:36+01:00
Add changelog entries
- - - - -
968d2ce4 by Andreas Tille at 2021-01-28T07:59:33+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,13 @@
-picard-tools (2.24.1+dfsg-1) UNRELEASED; urgency=medium
+picard-tools (2.24.1+dfsg-1) unstable; urgency=medium
+ [ Andreas Tille ]
* New upstream version
+ * Do not delete "*.bai" files after testing
+
+ [ Pierre Gruet ]
+ * Correcting the data provider for test testActionsWithDontMergeAbutting
- -- Andreas Tille <tille at debian.org> Wed, 27 Jan 2021 18:07:24 +0100
+ -- Andreas Tille <tille at debian.org> Thu, 28 Jan 2021 07:47:42 +0100
picard-tools (2.24.0+dfsg-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -30,7 +30,7 @@ endif
override_dh_clean:
dh_clean
# also remove bai files that are left after tests
- find testdata -iname "*.bai" -exec rm {} \;
+ # find testdata -iname "*.bai" -exec rm {} \; # This needs to be more fine grained since testdata/picard/indices/index_test_b.bam.bai needs to stay!
$(RM) debian/bd-temp-substvars
$(RM) debian/bd.substvars
View it on GitLab: https://salsa.debian.org/med-team/picard-tools/-/compare/29a45212cfea9389831f17dbc12856a5fdb57d81...968d2ce4cbcd2f1b54142fcb6dde1c781099ae34
--
View it on GitLab: https://salsa.debian.org/med-team/picard-tools/-/compare/29a45212cfea9389831f17dbc12856a5fdb57d81...968d2ce4cbcd2f1b54142fcb6dde1c781099ae34
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/20210128/60ac145b/attachment-0001.html>
More information about the debian-med-commit
mailing list