This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty8.
commit 3a4fdaf38283a6a73afb05c7dde367cb59dd9025 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 9 15:20:34 2016 +0200 debian/watch: Track the release tags on GitHub --- debian/changelog | 1 + debian/watch | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index db4d1de..1dd63e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jetty8 (8.1.19-4) UNRELEASED; urgency=medium * Team upload. * Fixed the Maven rule for ASM + * debian/watch: Track the release tags on GitHub -- Emmanuel Bourg <[email protected]> Sun, 09 Oct 2016 15:08:19 +0200 diff --git a/debian/watch b/debian/watch index e591377..83366cc 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ -version=3 -http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/refs/ .*jetty-(8\.[\d\.]+).v.*.tar.gz +version=4 +opts="mode=git, pgpmode=none" \ +https://github.com/eclipse/jetty.project refs/tags/jetty-(8\.[\d\.]+).v.* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

