This is an automated email from the git hooks/post-receive script. vdanjean pushed a commit to branch master in repository picard-tools.
commit 687ad7c9e48c05b8f1e3b0e2483ad5026ab55d04 Author: Vincent Danjean <[email protected]> Date: Sun Dec 18 18:51:37 2016 +0100 cleanup generated test files --- debian/changelog | 1 + debian/rules | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 025bcf1..66564d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ picard-tools (2.8.0+dfsg-1) UNRELEASED; urgency=medium [ Vincent Danjean ] * Really force C locale for tests * Fix parameter type for one test + * cleanup generated test files -- Andreas Tille <[email protected]> Sun, 11 Dec 2016 08:52:38 +0100 diff --git a/debian/rules b/debian/rules index 8dbac35..7606249 100755 --- a/debian/rules +++ b/debian/rules @@ -17,3 +17,8 @@ override_dh_auto_test: # (for example ',') env LC_ALL=C \ dh_auto_build -- test + +override_dh_clean: + dh_auto_clean + # also remove bai files that are left after tests + find testdata -iname "*.bai" -exec rm {} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/picard-tools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
