This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 9a0117aec55dfb4f042702fb1feb8cb56585e6d7 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 28 13:01:16 2016 +0200 Track the release tags on GitHub --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f02b28d..350a43a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jetty9 (9.2.16-2) UNRELEASED; urgency=medium + + * Track the release tags on GitHub + + -- Emmanuel Bourg <[email protected]> Thu, 28 Jul 2016 13:00:57 +0200 + jetty9 (9.2.16-1) unstable; urgency=medium * New upstream release diff --git a/debian/watch b/debian/watch index f7e80b3..bbe8c0e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/refs/ .*jetty-(9\.[\d\.]+).v.*.tar.gz +https://github.com/eclipse/jetty.project/tags .*jetty-(9\.[\d\.]+).v.*.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

