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
|
Source: xmlgraphics-commons
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Mathieu Malaterre <malat@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
default-jdk-doc,
gnupg,
junit4,
libcommons-io-java (>= 1.3.1),
libcommons-logging-java,
libmaven-javadoc-plugin-java,
libmockito-java,
libxml-commons-resolver1.1-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/xmlgraphics-commons.git
Vcs-Browser: https://salsa.debian.org/java-team/xmlgraphics-commons
Homepage: http://xmlgraphics.apache.org/commons/
Rules-Requires-Root: no
Package: libxmlgraphics-commons-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: libxmlgraphics-commons-java-doc, ${maven:OptionalDepends}
Description: Reusable components used by Batik and FOP
Apache XML Graphics Commons is a library that consists of several
reusable components used by Apache Batik and Apache FOP. Many of these
components can easily be used separately outside the domains of SVG and
XSL-FO. You will find components such as a PDF library, an RTF library,
Graphics2D implementations that let you generate PDF & PostScript
files, and much more.
Package: libxmlgraphics-commons-java-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libxmlgraphics-commons-java
Description: Reusable components used by Batik and FOP (documentation)
Apache XML Graphics Commons is a library that consists of several
reusable components used by Apache Batik and Apache FOP. Many of these
components can easily be used separately outside the domains of SVG and
XSL-FO. You will find components such as a PDF library, an RTF library,
Graphics2D implementations that let you generate PDF & PostScript
files, and much more.
.
This package includes the documentation.
|