This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit 24a676c7ccf160623c3aa8822b982ee1c7584f2b Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 9 16:18:02 2016 +0200 debian/watch: Track the release tags on GitHub --- debian/changelog | 7 +++++++ debian/watch | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd8ef95..cb5a31f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jetty9 (9.2.18-2) UNRELEASED; urgency=medium + + * Team upload. + * debian/watch: Track the release tags on GitHub + + -- Emmanuel Bourg <[email protected]> Sun, 09 Oct 2016 16:17:41 +0200 + jetty9 (9.2.18-1) unstable; urgency=medium * New upstream release diff --git a/debian/watch b/debian/watch index bbe8c0e..c9bb81d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ -version=3 -https://github.com/eclipse/jetty.project/tags .*jetty-(9\.[\d\.]+).v.*.tar.gz +version=4 +opts="mode=git, pgpmode=none" \ +https://github.com/eclipse/jetty.project refs/tags/jetty-(9\.[\d\.]+).v.* -- 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

