This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jnr-netdb.
commit 6e814aa0bc1d3385c6cdf3938a0b5affe797c5b5 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 4 10:06:46 2016 +0200 debian/watch: Adjusted the regexp to catch the latest 1.1.6 release --- debian/changelog | 1 + debian/watch | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7da2485..1e40476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ jnr-netdb (1.1.4-3) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs * debian/copyright: Added the Files-Excluded field to filter the tarball + * debian/watch: Adjusted the regexp to catch the latest 1.1.6 release -- Emmanuel Bourg <[email protected]> Mon, 03 Oct 2016 17:59:00 +0200 diff --git a/debian/watch b/debian/watch index 493caee..d8fc393 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,2 @@ version=3 -https://github.com/jnr/jnr-netdb/releases \ - /jnr/jnr-netdb/archive/([0-9]\..+)\.tar\.gz +https://github.com/jnr/jnr-netdb/releases .*/archive/(?:jnr-netdb-)?([0-9]\..+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-netdb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

