This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.1.4+dfsg-2 in repository python-biom-format.
commit 5d8bb0a407a75bbad610028b0ae5cf8c90ba04cf Author: Andreas Tille <[email protected]> Date: Tue Nov 10 22:35:05 2015 +0100 Fix clean target enabling building twice in a row --- debian/changelog | 1 + debian/clean | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index ba57bc2..0d6e434 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-biom-format (2.1.4+dfsg-2) UNRELEASED; urgency=medium * Fix test target Closes: #804441 + * Fix clean target enabling building twice in a row -- Andreas Tille <[email protected]> Tue, 10 Nov 2015 22:32:40 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..9321e3c --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +biom/_*.c -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biom-format.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
