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
|
Source: jarjar
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>,
Miguel Landaeta <nomadium@debian.org>
Build-Depends: ant, debhelper (>= 9), default-jdk, libasm-java (>= 5.0),
maven-repo-helper, libmaven2-core-java
Standards-Version: 3.9.8
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jarjar
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/jarjar
Homepage: http://code.google.com/p/jarjar/
Package: libjarjar-java
Architecture: all
Depends: ${misc:Depends}
Built-Using: asm (= ${asm:Version})
Description: repackage third-party jars
Utility that makes it easy to repackage Java libraries and embed them
into your own distribution. This is useful for two reasons:
.
- You can easily ship a single jar file with no external dependencies.
- You can avoid problems where your library depends on a specific
version of a library, which may conflict with the dependencies of
another library.
|