This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository netty.
commit 6c0c87ff802d6dfeb3721d744462d05dc042c2b4 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 28 16:56:56 2015 +0200 debian/watch: Track the release tags on GitHub --- debian/changelog | 2 +- debian/watch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 43d04c9..505009c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,12 +6,12 @@ netty (1:3.2.6.Final-3) UNRELEASED; urgency=low * debian/control: - Team maintenance by Debian Java Maintainers - Standards-Version updated to 3.9.6 (no changes) + * debian/watch: Track the release tags on GitHub * Moved the package to Git * Switch to debhelper level 9 [ Charles Plessy ] * Updated homepage (debian/control). - * Track http://netty.io/downloads/ (debian/watch). -- Charles Plessy <[email protected]> Wed, 13 Jun 2012 13:10:51 +0900 diff --git a/debian/watch b/debian/watch index cd975eb..fcb3e64 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://netty.io/downloads/netty-(.*).tar.bz2 +https://github.com/netty/netty/tags .*/netty-([\d\.]+).Final.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netty.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

