This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit d693cf0c2a4d0d94f26072aabd1f9220f389f40f Author: Emmanuel Bourg <[email protected]> Date: Thu Jun 26 02:12:12 2014 +0200 Removed the recommended dependency on a JRE for libecj-java --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 34c8682..3ad7ae6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ ecj (3.9.0-3) UNRELEASED; urgency=medium * Team upload. * debian/control: + - Removed the recommended dependency on a JRE for libecj-java - Added the Homepage and the Vcs-* fields * Switch to debhelper level 9 * Call 'set -e' in the body of the ecj maintainer scripts diff --git a/debian/control b/debian/control index 8f51859..d8845de 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,6 @@ Architecture: all Depends: java-common (>= 0.23), ${misc:Depends} Conflicts: ecj-bootstrap (<< 3.2.2), eclipse-ecj Replaces: ecj-bootstrap (<< 3.2.2), eclipse-ecj, ecj (<< 3.3.0-1) -Recommends: default-jre-headless | java2-runtime-headless | java5-runtime-headless Suggests: ecj, ant, libecj-java-gcj Description: Eclipse Java compiler (library) This package provides a standalone version of the Eclipse JDT compiler library -- 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

