This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository geronimo-j2ee-connector-1.5-spec.
commit 6e2ff203cb052966d422a1888c59dcfe97505bd6 Author: Emmanuel Bourg <[email protected]> Date: Thu Nov 27 13:07:38 2014 +0100 Removed the dependency on the JRE for the binary package --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7ea5bc4..48d18f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ geronimo-j2ee-connector-1.5-spec (2.0.0-2) UNRELEASED; urgency=medium * Maintenance transferred to the Debian Java Maintainers * Standards-Version updated to 3.9.6 (no changes) * Removed the deprecated DM-Upload-Allowed field + * Removed the dependency on the JRE for the binary package -- Emmanuel Bourg <[email protected]> Thu, 27 Nov 2014 12:57:55 +0100 diff --git a/debian/control b/debian/control index 28d0bc0..83a4157 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: http://geronimo.apache.org Package: libgeronimo-j2ee-connector-1.5-spec-java Architecture: all -Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends} +Depends: ${misc:Depends} Description: Geronimo API implementation of the J2EE connector 1.5 spec The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-j2ee-connector-1.5-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

