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
|
Source: felix-shell-tui
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
default-jdk-headless,
default-jdk-doc,
libfelix-shell-java,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libosgi-core-java,
maven-debian-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/felix-shell-tui
Vcs-Git: https://salsa.debian.org/java-team/felix-shell-tui.git
Homepage: https://felix.apache.org/documentation/subprojects/apache-felix-shell-tui.html
Package: libfelix-shell-tui-java
Architecture: all
Depends: ${maven:Depends},
${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libfelix-shell-tui-java-doc
Description: Apache Felix Shell TUI
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 provide a simple command line interface
to act as a shell for Felix.
Package: libfelix-shell-tui-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends},
${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libfelix-shell-tui-java
Description: Documentation for Apache Felix Shell TUI
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 provide a simple command line interface
to act as a shell for Felix.
.
This package contains the API documentation of libfelix-shell-tui-java.
|