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
|
Source: felix-gogo-command
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,
maven-debian-helper
Build-Depends-Indep: default-jdk-doc,
junit4,
libfelix-bundlerepository-java,
libfelix-bundlerepository-java-doc,
libfelix-gogo-runtime-java,
libfelix-gogo-runtime-java-doc,
libmaven-bundle-plugin-java,
libmaven-javadoc-plugin-java,
libosgi-compendium-java,
libosgi-compendium-java-doc,
libosgi-core-java,
libosgi-core-java-doc,
libsurefire-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/felix-gogo-command
Vcs-Git: https://salsa.debian.org/java-team/felix-gogo-command.git
Homepage: https://felix.apache.org/documentation/subprojects/apache-felix-gogo.html
Package: libfelix-gogo-command-java
Architecture: all
Depends: ${maven:Depends},
${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libfelix-gogo-command-java-doc
Description: Apache Felix Gogo Command bundle
Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
RFC 147, which describes a standard shell for OSGi-based environments.
.
Command bundle of Gogo subproject implements a set of basic commands.
Package: libfelix-gogo-command-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends},
${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libfelix-gogo-command-java
Description: Documentation for Apache Felix Gogo Command bundle
Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
RFC 147, which describes a standard shell for OSGi-based environments.
.
Command bundle of Gogo subproject implements a set of basic commands.
.
This package contains the API documentation of libfelix-gogo-command-java.
|