This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository osgi-compendium.
commit a8862f485613a4ff677e4a9fbff47d4921d1726b Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 27 23:22:30 2016 +0200 Removed libosgi-foundation-ee-java from the dependencies (dummy J2ME implementation) --- debian/changelog | 2 +- debian/control | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 39ff5e3..2f93c0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ osgi-compendium (5.0.0-4) UNRELEASED; urgency=medium * Team upload. - * Removed the Servlet API and the JPA spec from the dependencies + * Removed the Servlet API, the JPA spec and the J2ME API from the dependencies of the binary package (provided dependencies). -- Emmanuel Bourg <[email protected]> Wed, 27 Apr 2016 23:01:13 +0200 diff --git a/debian/control b/debian/control index 7f7851d..ba32946 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,7 @@ Package: libosgi-compendium-java Architecture: all Depends: ${misc:Depends}, - libosgi-core-java, - libosgi-foundation-ee-java + libosgi-core-java Suggests: libosgi-compendium-java-doc Description: Java OSGi API - Compendium module -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-compendium.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

