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
|
Source: felix-shell
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 (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.4),
libosgi-core-java, libosgi-compendium-java, libmaven-bundle-plugin-java,
default-jdk-doc, libmaven-javadoc-plugin-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/felix-shell.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/felix-shell.git
Homepage: http://felix.apache.org/site/apache-felix-shell.html
Package: libfelix-shell-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libfelix-shell-java-doc
Description: Felix OSGi shell to issue commands to the framework
The Felix project is an implementation
of the OSGi R4.2 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 defines a shell service for creating and
executing arbitrary commands into Apache Felix.
Package: libfelix-shell-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libfelix-shell-java
Description: Felix OSGi shell - documentation
The Felix project is an implementation
of the OSGi R4.2 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 package contains Javadoc API documentation for libfelix-shell-java.
|