This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netty-3.9.
commit a2936bd41bd2e8c8c2dadd51fddc08879494604a Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 10 00:12:49 2017 +0100 Modified the watch file to track the 3.9.x releases from Git --- debian/changelog | 1 + debian/watch | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2f3af89..42832bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ netty-3.9 (3.9.0.Final-3) UNRELEASED; urgency=medium * Team upload. * Switch to debhelper level 10 + * Modified the watch file to track the 3.9.x releases from Git -- Emmanuel Bourg <[email protected]> Tue, 10 Jan 2017 00:01:59 +0100 diff --git a/debian/watch b/debian/watch index 82f409b..8741653 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ -version=3 -https://github.com/netty/netty/releases .*/archive/netty-(3\.9\..*\.Final)\.tar\.gz +version=4 +opts=mode=git,repack,compression=xz \ +https://github.com/netty/netty refs/tags/netty-(3.9.\d+.Final) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty-3.9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

