This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jatl.
commit 28f9f4d6d5caeae31a1f1cb65b565b941700b1d7 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 31 10:15:24 2015 +0200 debian/watch: Track the 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 66a4bad..0516414 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jatl (0.2.2-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.6 (no changes) + * debian/watch: Track the release tags on GitHub -- Emmanuel Bourg <[email protected]> Mon, 31 Aug 2015 10:10:12 +0200 diff --git a/debian/watch b/debian/watch index 4a34f66..b1adf4e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://central.maven.org/maven2/com/googlecode/jatl/jatl/(\d.[\d\.]+)/jatl-(\d.[\d\.]+).jar debian debian/orig-tar.sh +https://github.com/agentgt/jatl/tags .*/jatl-([\d\.]+).tar.gz debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jatl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

