File: control

package info (click to toggle)
bnd 5.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 44,128 kB
  • sloc: java: 249,039; xml: 90,728; sh: 655; perl: 153; makefile: 96; python: 47; javascript: 9
file content (68 lines) | stat: -rw-r--r-- 1,803 bytes parent folder | download
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
60
61
62
63
64
65
66
67
68
Source: bnd
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Ludovic Claude <ludovic.claude@laposte.net>,
 Jakub Adam <jakub.adam@ktknet.cz>,
 Emmanuel Bourg <ebourg@apache.org>,
Build-Depends:
 ant,
 debhelper-compat (= 12),
 default-jdk-headless | default-jdk,
 libfindbugs-ant-java,
 gradle-debian-helper (>= 1.6~),
 javahelper,
 junit4,
 libbindex-java (>= 2.2+svn101),
 libeclipse-jdt-annotation-java,
 libfelix-framework-java,
 libfelix-gogo-runtime-java,
 libfelix-resolver-java (>= 1.16),
 libjline2-java,
 libosgi-annotation-java,
 libosgi-compendium-java (>= 7),
 libosgi-core-java (>= 7.0.0),
 libslf4j-java,
 libxz-java,
 libyaml-snake-java,
 maven-repo-helper
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/bnd.git
Vcs-Browser: https://salsa.debian.org/java-team/bnd
Homepage: http://bnd.bndtools.org/
Rules-Requires-Root: no

Package: bnd
Architecture: all
Depends:
 default-jre-headless | java8-runtime-headless,
 java-wrappers,
 junit4,
 libfelix-framework-java,
 libfelix-gogo-runtime-java,
 libfelix-resolver-java (>= 1.16),
 libjline2-java,
 libosgi-annotation-java,
 libosgi-compendium-java (>= 7),
 libosgi-core-java (>= 7.0.0),
 libslf4j-java,
 libxz-java,
 libyaml-snake-java,
 ${misc:Depends}
Recommends:
 libbindex-java (>= 2.2+svn101)
Description: tool to create and diagnose OSGi bundles
 The bnd tool helps you create and diagnose OSGi bundles.
 The key functions are:
 .
   * Show the manifest and JAR contents of a bundle
   * Wrap a JAR so that it becomes a bundle
   * Create a Bundle from a specification and a class path
   * Verify the validity of the manifest entries
 .
 The tool is capable of acting as:
 .
   * Command line tool
   * Maven Plugin
   * Ant Plugin