This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository guice.
commit c01a430f0f94653ab5f00515e4bb35d1f5f17ba1 Author: Emmanuel Bourg <[email protected]> Date: Sat Oct 18 23:18:27 2014 +0200 Fixed debian/watch to catch the version 4.0~beta --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1cf72d7..af2aedd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +guice (4.0~beta5-2) UNRELEASED; urgency=medium + + * debian/watch: Fixed to catch the version 4.0~beta + + -- Emmanuel Bourg <[email protected]> Sat, 18 Oct 2014 23:17:54 +0200 + guice (4.0~beta5-1) unstable; urgency=medium * Team upload. diff --git a/debian/watch b/debian/watch index bb460eb..b2a428b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=uversionmangle=s/-(rc|beta)/~$1/ \ -https://github.com/google/guice/tags .*/([\d\.]+(?:-(?:rc|beta)\d+)?).tar.gz debian debian/orig-tar.sh +https://github.com/google/guice/tags .*/([\d\.]+(?:-(?:rc|beta)(?:\d+)?)?).tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guice.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

