This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipse-mylyn-tasks-github.
commit 685b60f3c54982e06bddefb91580377f20548c1a Author: Emmanuel Bourg <[email protected]> Date: Thu Oct 20 01:07:50 2016 +0200 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 45c14a9..8c9edae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ eclipse-mylyn-tasks-github (3.3.0-2) UNRELEASED; urgency=medium * Compile with javac instead of the Eclipse compiler * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs + * Fixed the watch file -- Emmanuel Bourg <[email protected]> Thu, 20 Oct 2016 01:05:29 +0200 diff --git a/debian/watch b/debian/watch index 5285786..2d44b82 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://git.eclipse.org/c/egit/egit-github.git/refs/tags .*/snapshot/egit-github-(\d.\d.\d).\d+-r.tar.bz2 +http://git.eclipse.org/c/egit/egit-github.git/refs/tags .*/snapshot/egit-github-(\d.\d.\d).\d+-r.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-mylyn-tasks-github.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

