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
|
Source: bindex
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
ant,
bnd (>= 2.1.0),
debhelper (>= 11),
default-jdk,
javahelper,
junit4,
libfelix-osgi-obr-java,
libkxml2-java,
libosgi-core-java,
libxpp3-java
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/bindex.git
Vcs-Browser: https://salsa.debian.org/java-team/bindex
Homepage: http://www.osgi.org/Repository/BIndex
Package: libbindex-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Description: OSGi BIndex reader
BIndex is a small Java program that implements the manifest header to repository
format mapping as described in RFC-0112 Bundle Repository. BIndex can recurse
over a directory structure and just creates a repository.xml file.
The URLs can be rewritten using a template.
|