File: control

package info (click to toggle)
net-luminis-build-plugin 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 132 kB
  • ctags: 131
  • sloc: java: 262; xml: 23; sh: 15; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 1,005 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
Source: net-luminis-build-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Mathieu Malaterre <malat@debian.org>
Build-Depends:
 debhelper (>= 9),
 javahelper
Build-Depends-Indep:
 ant,
 bnd (>= 2.1.0),
 default-jdk
Standards-Version: 3.9.6
Homepage: https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/net-luminis-build-plugin
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/net-luminis-build-plugin/

Package: libnet-luminis-build-plugin-java
Architecture: all
Depends:
 ${java:Depends},
 ${misc:Depends}
Recommends:
 ${java:Recommends}
Description: Wrapper around Bnd to allow easy bundle creation from ant builds.
 The OSGi bundle ant task is a wrapper around Bnd to allow easy bundle creation
 from ant builds.
 .
 Creates an OSGi bundle. Computes OSGi headers (most notably the importPackage
 and exportPackage) from class analysis.