File: control

package info (click to toggle)
jarjar 1.4%2Bsvn142-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 373
  • sloc: java: 1,881; xml: 356; sh: 11; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 1,049 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
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.