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 4fc474976aa94da9116f6355151454d04f930890 Author: Emmanuel Bourg <[email protected]> Date: Wed Apr 27 23:02:14 2016 +0200 Removed the Servlet API and the JPA spec from the dependencies of the binary package --- debian/changelog | 8 ++++++++ debian/control | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4c7b47d..39ff5e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +osgi-compendium (5.0.0-4) UNRELEASED; urgency=medium + + * Team upload. + * Removed the Servlet API and the JPA spec from the dependencies + of the binary package (provided dependencies). + + -- Emmanuel Bourg <[email protected]> Wed, 27 Apr 2016 23:01:13 +0200 + osgi-compendium (5.0.0-3) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 90d7908..7f7851d 100644 --- a/debian/control +++ b/debian/control @@ -23,8 +23,9 @@ Homepage: http://www.osgi.org/Specifications/HomePage Package: libosgi-compendium-java Architecture: all Depends: - ${java:Depends}, - ${misc:Depends} + ${misc:Depends}, + libosgi-core-java, + libosgi-foundation-ee-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

