This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository akuma.
commit 85b2446d91bf006cef1d3bfe19bcc780ecae0061 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 9 00:53:59 2017 +0100 Fixed the watch file --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index da8e13b..0372e1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ akuma (1.9-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use a secure Vcs-Git URL + * Fixed the watch file -- Emmanuel Bourg <[email protected]> Mon, 09 Jan 2017 00:52:24 +0100 diff --git a/debian/watch b/debian/watch index 7a4ca9c..af0118a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=dversionmangle=s/\+dfsg// \ -http://githubredir.debian.net/github/kohsuke/akuma/ akuma-(.*).tar.gz +https://github.com/kohsuke/akuma/tags .*/akuma-(.*).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/akuma.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

