Source: jarjar
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Niels Thykier <niels@thykier.net>,
           Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk, libasm4-java (>= 4.1-2),
 maven-repo-helper
Standards-Version: 3.9.4
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}
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.

Package: libjarjar-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libjarjar-java
Description: repackage third-party jars - documentation
 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.
 .
 This package includes the documentation.
