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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Source: libjcommon-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Christian Bayle <bayle@debian.org>,
Rene Engelhard <rene@debian.org>,
Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends:
ant,
bnd (>= 2.1.0),
debhelper (>= 10),
default-jdk,
junit,
libservlet3.1-java,
maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjcommon-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjcommon-java.git
Homepage: http://www.jfree.org/jcommon/
Package: libjcommon-java
Architecture: all
Depends:
${misc:Depends}
Suggests:
libjcommon-java-doc
Description: General Purpose library for Java
JCommon is a free general purpose Java class library that is used in
several projects at The Object Refinery, including JFreeChart and
JFreeReport.
.
The library includes:
* user interface classes for displaying information about applications
* custom layout managers
* a date chooser panel
* serialization utilities
* XML parser support classes
Package: libjcommon-java-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Suggests:
libjcommon-java
Description: General Purpose library for Java - documentation
JCommon is a free general purpose Java class library that is used in
several projects at The Object Refinery, including JFreeChart and
JFreeReport.
.
This package includes the documentation.
|