File: control

package info (click to toggle)
jfreesvg 4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 388 kB
  • sloc: java: 2,802; xml: 135; sh: 7; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,619 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: jfreesvg
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               maven-debian-helper (>= 2.1)
Build-Depends-Indep: default-jdk-doc,
                     junit4,
                     libmaven-javadoc-plugin-java (>= 3.0.1)
Standards-Version: 4.5.0
Homepage: http://www.jfree.org/jfreesvg
Vcs-Git: https://salsa.debian.org/java-team/jfreesvg.git
Vcs-Browser: https://salsa.debian.org/java-team/jfreesvg
Rules-Requires-Root: no

Package: libjfreesvg-java
Multi-Arch: foreign
Architecture: all
Depends: ${maven:Depends},
         ${misc:Depends}
Suggests: libjfreesvg-java-doc,
          ${maven:OptionalDepends}
Description: Java graphics library to generate content in SVG format
 JFreeSVG is a fast, light-weight, vector graphics library for the
 Java platform that makes it easy to generate graphical output in SVG
 format directly from Java code (via SVGGraphics2D).

Package: libjfreesvg-java-doc
Multi-Arch: foreign
Section: doc
Architecture: all
Depends: ${java:Depends},
         ${misc:Depends}
Recommends: ${maven:DocDepends},
            ${maven:DocOptionalDepends}
Suggests: libjfreesvg-java
Description: Java graphics library to generate content in SVG format (docs)
 JFreeSVG is a fast, light-weight, vector graphics library for the
 Java platform that makes it easy to generate graphical output in SVG
 format directly from Java code (via SVGGraphics2D).
 .
 This is the documentation of the jfreesvg library.