This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository easymock.
commit 69d3b023b60033f0a0b79734e2813bbace63d5f3 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 26 16:52:32 2016 +0200 debian/watch: Track the new release tags on GitHub --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b74df4b..b60faf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ easymock (3.3.1+ds-4) UNRELEASED; urgency=medium * Team upload. * Depend on libcglib-java instead of libcglib3-java + * debian/watch: Track the new release tags on GitHub -- Emmanuel Bourg <[email protected]> Mon, 26 Sep 2016 16:48:24 +0200 diff --git a/debian/watch b/debian/watch index d7fa572..ddd2b96 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\+ds// \ - http://sf.net/easymock/easymock-([\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) +https://github.com/easymock/easymock/tags .*/easymock-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

