Andreas Tille pushed to branch master at Debian Med / pyranges
Commits: d33ef329 by Andreas Tille at 2020-11-02T15:59:37+01:00 Remove .hypothesis dir in examples - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,12 @@ -pyranges (0.0.85+ds-1) UNRELEASED; urgency=medium +pyranges (0.0.85+ds-1) unstable; urgency=medium * Team upload. * New upstream version * Remove trailing whitespace in debian/copyright (routine-update) * debian/copyright: use spaces rather than tabs to start continuation lines. + * Remove .hypothesis dir in examples - -- Andreas Tille <[email protected]> Mon, 02 Nov 2020 08:39:34 +0100 + -- Andreas Tille <[email protected]> Mon, 02 Nov 2020 10:56:13 +0100 pyranges (0.0.79+ds-1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -25,3 +25,4 @@ override_dh_install: dh_install find debian/ -name *.bam* | xargs rm -rf find debian/ -name 'hi' | xargs rm -rf + find debian/ -name '.hypothesis' | xargs rm -rf View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/commit/d33ef32952c835fd542db5301a70294105ee0e1a -- View it on GitLab: https://salsa.debian.org/med-team/pyranges/-/commit/d33ef32952c835fd542db5301a70294105ee0e1a 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
