File: control

package info (click to toggle)
bnd 2.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,480 kB
  • sloc: java: 93,752; xml: 19,453; sh: 268; makefile: 160
file content (57 lines) | stat: -rw-r--r-- 1,518 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
Source: bnd
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Ludovic Claude <ludovic.claude@laposte.net>,
 Damien Raude-Morvan <drazzib@debian.org>,
 Jakub Adam <jakub.adam@ktknet.cz>,
 Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 ant,
 debhelper (>= 9),
 default-jdk-headless | default-jdk,
 eclipse-jdt,
 eclipse-rcp,
 libfindbugs-ant-java,
 gradle-debian-helper,
 javahelper,
 junit,
 junit4,
 libbindex-java (>= 2.2+svn101),
 libosgi-compendium-java (>= 5.0.0-3~),
 libosgi-core-java (>= 6.0.0),
 maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/bnd.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bnd.git
Homepage: http://www.aQute.biz/Bnd

Package: bnd
Architecture: all
Depends:
 default-jre-headless | java6-runtime-headless,
 java-wrappers,
 libosgi-compendium-java (>= 5.0.0-3~),
 libosgi-core-java (>= 6.0.0),
 ${misc:Depends}
Recommends:
 libbindex-java (>= 2.2+svn101)
Suggests:
 eclipse-jdt,
 eclipse-rcp
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
   * Eclipse Plugin
   * Maven Plugin
   * Ant Plugin