This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snappy-java.
commit b5de3869d75386e0465eeecbd3a31133df65bf8d Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 25 14:14:45 2014 +0100 Watch the release tags on Github --- debian/changelog | 1 + debian/watch | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 816e9d0..213fb61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ snappy-java (1.0.4.1~dfsg-2) UNRELEASED; urgency=low * Standards-Version updated to 3.9.6 (no changes) * Use canonical URLs for the Vcs-* fields * Updated the project URL + * debian/watch: Watch the release tags on Github -- Emmanuel Bourg <[email protected]> Tue, 25 Nov 2014 14:07:43 +0100 diff --git a/debian/watch b/debian/watch index 4dd5345..ed413cd 100644 --- a/debian/watch +++ b/debian/watch @@ -1,6 +1,3 @@ version=3 #http://googlecode.debian.net/p/snappy-java/snappy-java-(.*).tar.gz -opts=dversionmangle=s/\~dfsg// \ - http://code.google.com/p/snappy-java/downloads/list?can=1 \ - .*/snappy-java-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip) \ - debian debian/get-orig-source +https://github.com/xerial/snappy-java/tags .*/([\d\.]+).tar.gz debian debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snappy-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

