File: control

package info (click to toggle)
felix-gogo-shell 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 272 kB
  • ctags: 244
  • sloc: java: 2,379; xml: 88; sh: 11; makefile: 5
file content (59 lines) | stat: -rw-r--r-- 1,829 bytes parent folder | download | duplicates (2)
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-gogo-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),
 default-jdk,
 default-jdk-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,
 maven-debian-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/felix-gogo-shell.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/felix-gogo-shell.git
Homepage: http://felix.apache.org/site/apache-felix-gogo.html

Package: libfelix-gogo-shell-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends}
Recommends:
 ${maven:OptionalDepends}
Suggests:
 libfelix-gogo-shell-java-doc
Description: Apache Felix Gogo Shell bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Shell bundle of Gogo subproject provides a simple textual user interface
 to interact with the command processor.

Package: libfelix-gogo-shell-java-doc
Architecture: all
Section: doc
Depends:
 ${maven:DocDepends},
 ${misc:Depends}
Recommends:
 ${maven:DocOptionalDepends}
Suggests:
 libfelix-gogo-shell-java
Description: Documentation for Apache Felix Gogo Shell bundle
 Apache Felix Gogo is a subproject of Apache Felix implementing the OSGi
 RFC 147, which describes a standard shell for OSGi-based environments.
 .
 Shell bundle of Gogo subproject provides a simple textual user interface
 to interact with the command processor.
 .
 This package contains the API documentation of libfelix-gogo-shell-java.