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 58 59
|
Source: felix-bundlerepository
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
debhelper (>= 11),
default-jdk-doc,
default-jdk-headless,
libeasymock-java,
libfelix-gogo-runtime-java,
libfelix-osgi-obr-java,
libfelix-shell-java,
libfelix-utils-java,
libkxml2-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libmaven-source-plugin-java,
libosgi-compendium-java (>= 6),
libosgi-core-java (>= 5.0.0~),
maven-debian-helper (>= 1.4)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/felix-bundlerepository.git
Vcs-Browser: https://salsa.debian.org/java-team/felix-bundlerepository
Homepage: https://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html
Package: libfelix-bundlerepository-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}, libfelix-bundlerepository-java-doc
Description: Felix OSGi bundle repository service
The Felix project is an implementation
of the OSGi core framework specification.
.
OSGi framework is a module system and service platform
for the Java programming language that implements
a complete and dynamic component model.
.
This subproject provide implementation of repository containing
"bundles".
Package: libfelix-bundlerepository-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libfelix-bundlerepository-java
Description: Documentation for Felix OSGi bundle repository service
The Felix project is an implementation
of the OSGi core framework specification.
.
OSGi framework is a module system and service platform
for the Java programming language that implements
a complete and dynamic component model.
.
This subproject provide implementation of repository containing
"bundles".
.
This package contains the API documentation of libfelix-bundlerepository-java.
|