This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eclipselink.
commit 9c04d37513f3271c51ad9adb841c1b0f5b60c357 Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 27 23:51:06 2014 +0100 Removed the recommended dependency on libservlet3.0-java --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5adce9e..2002174 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ eclipselink (2.5.1-2) UNRELEASED; urgency=medium * Team upload. * debian/control: - Standards-Version updated to 3.9.6 (no changes) + - Removed the recommended dependency on libservlet3.0-java -- Emmanuel Bourg <[email protected]> Tue, 02 Sep 2014 01:15:55 +0200 diff --git a/debian/control b/debian/control index e28fbc7..d96a77e 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Depends: libgeronimo-j2ee-connector-1.5-spec-java, libcdi-api-java, libjsr311-api-java, libasm3-java, antlr3 (>= 3.2), ${misc:Depends} -Recommends: aspectj, libsdo-api-java, libservlet3.0-java +Recommends: aspectj, libsdo-api-java Suggests: libeclipselink-java-doc (= ${binary:Version}) Description: Eclipse Persistence Services Project Eclipse Persistence Services Project, more commonly known as EclipseLink, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipselink.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

