1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: osgi-compendium
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Ludovic Claude <ludovic.claude@laposte.net>
Build-Depends:
ant,
debhelper-compat (= 13),
default-jdk-headless (>= 2:1.8),
javahelper,
libgeronimo-jpa-2.0-spec-java,
libjaxrs-api-java,
libosgi-annotation-java (>= 7.0.0),
libosgi-core-java (>= 5.0.0~),
libosgi-foundation-ee-java,
libservlet3.1-java,
maven-repo-helper
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/java-team/osgi-compendium.git
Vcs-Browser: https://salsa.debian.org/java-team/osgi-compendium
Homepage: http://www.osgi.org/Specifications/HomePage
Package: libosgi-compendium-java
Architecture: all
Depends:
${misc:Depends},
libosgi-annotation-java (>= 7.0.0),
libosgi-core-java
Suggests:
libosgi-compendium-java-doc
Description: Java OSGi API - Compendium module
OSGi, for Open Services Gateway initiative framework, is a module system and
service platform for the Java programming language.
.
This package contains OSGi Compendium for Release 6.
.
On top of OSGi Core, this provide additional services to help dynamic
components.
Package: libosgi-compendium-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Recommends:
${java:Recommends}
Description: Javadoc for Java OSGi API - Compendium module
OSGi, for Open Services Gateway initiative framework, is a module system and
service platform for the Java programming language.
.
This package contains OSGi Compendium for Release 6.
.
On top of OSGi Core, this provide additional services to help dynamic
components.
.
This package contains Javadoc HTML documentation for libosgi-compendium-java.
|