This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-csb.
commit 4a3e4473492ab148c71d797995098173557d7bb2 Author: Andreas Tille <[email protected]> Date: Fri Dec 27 23:55:02 2013 +0100 Enable detecting also *.zip source archives --- debian/changelog | 6 ++++-- debian/watch | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 310c302..fbb66aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ -python-csb (1.2.1+dfsg-3) UNRELEASED; urgency=medium +python-csb (1.2.2+dfsg-1) UNRELEASED; urgency=medium + * New upstream version + * debian/watch: Enable detecting also *.zip source archives * debian/rules: - delete useless .PHONY lines * debian/copyright: Add Upstream-Contact and more authors addresses - -- Andreas Tille <[email protected]> Mon, 23 Dec 2013 00:11:10 +0100 + -- Andreas Tille <[email protected]> Fri, 27 Dec 2013 23:54:09 +0100 python-csb (1.2.1+dfsg-2) unstable; urgency=medium diff --git a/debian/watch b/debian/watch index 0ab3a3d..33ca57e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\.dfsg// \ -http://pypi.python.org/packages/source/c/csb/csb-(.*).tar.gz +http://pypi.python.org/packages/source/c/csb/csb-(.*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip) -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/python-csb.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
