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 53 54
|
Source: jfreepdf
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Christian Bayle <bayle@debian.org>,
Build-Depends:
debhelper-compat (= 13),
default-jdk,
maven-debian-helper (>= 2.6),
Build-Depends-Indep:
default-jdk-doc,
libmaven-install-plugin-java (>= 3.1.3),
libmaven-javadoc-plugin-java,
libmaven-javadoc-plugin-java (>= 3.10.1),
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/jfreepdf.git
Vcs-Browser: https://salsa.debian.org/java-team/jfreepdf
Homepage: http://www.jfree.org
Rules-Requires-Root: no
Package: libjfreepdf-java
Architecture: all
Multi-Arch: foreign
Depends:
${maven:Depends},
${misc:Depends},
Suggests:
libjfreepdf-java-doc,
${maven:OptionalDepends},
Description: Java library generating PDF from Graphics2D
JFreePDF is a library module for the Java(tm) platform that allows you to
create content in Portable Document Format (PDF) using the standard Java2D
drawing API (Graphics2D). JFreePDF is light-weight, fast, and has no
dependencies other than the Java runtime (11 or later).
Package: libjfreepdf-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Recommends:
${maven:DocDepends},
${maven:DocOptionalDepends},
Suggests:
libjfreepdf-java,
Description: Java library generatiing PDF from Graphics2D (doc)
JFreePDF is a library module for the Java(tm) platform that allows you to
create content in Portable Document Format (PDF) using the standard Java2D
drawing API (Graphics2D). JFreePDF is light-weight, fast, and has no
dependencies other than the Java runtime (11 or later).
.
This is the documentation of the jfreepdf library.
|