This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit afc1cd7b28c73ffc16ae8d9789d971fb9fef9960 Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 26 11:42:32 2014 +0200 Added a watch file --- debian/changelog | 1 + debian/watch | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index c831b3a..f243448 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ ecj (3.9.0-3) UNRELEASED; urgency=medium * Switch to debhelper level 9 * Call 'set -e' in the body of the ecj maintainer scripts * Fixed a typo in the ecj manpages + * Added a watch file -- Emmanuel Bourg <[email protected]> Thu, 26 Jun 2014 01:40:40 +0200 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..637a42e --- /dev/null +++ b/debian/watch @@ -0,0 +1,9 @@ +version=3 +# +# There is a mismatch between the version of the Eclipse Platform which is used +# to tag the upstream source repository and the version of the Eclipse Compiler. +# The package caries the version of the compiler and the version of the platform +# has to be hardcoded here to detect the new releases. +# +opts="uversionmangle=s/_/./g,dversionmangle=s/.*/4.3.1/" \ +http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/refs/tags .*/R([\d_]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

