File: control

package info (click to toggle)
batik 1.19-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 28,976 kB
  • sloc: java: 192,236; xml: 19,457; javascript: 1,276; sh: 85; makefile: 5
file content (73 lines) | stat: -rw-r--r-- 2,498 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: batik
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Wolfgang Baer <WBaer@gmx.de>,
           Vincent Fourmond <fourmond@debian.org>,
           Pierre Gruet <pgt@debian.org>
Build-Depends:
 ant,
 debhelper-compat (= 13),
 default-jdk,
 javahelper,
 libjaxp1.3-java,
 libmaven-assembly-plugin-java,
 libmaven-dependency-plugin-java,
 libxalan2-java,
 libxml-commons-external-java,
 libxmlgraphics-commons-java,
 maven-debian-helper,
 rhino
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/java-team/batik.git
Vcs-Browser: https://salsa.debian.org/java-team/batik
Homepage: https://xmlgraphics.apache.org/batik/
Rules-Requires-Root: no

Package: libbatik-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Breaks:
 elki (<= 0.6.5),
 libfop-java (<< 2.0)
Description: Apache Batik SVG Toolkit (library)
 Batik is a toolkit for applications or applets that want to use images
 in the Scalable Vector Graphics (SVG) format for various purposes, such
 as viewing, generation or manipulation.
 .
 Batik provides several modules to be used in applications:
  * A SVG generator module, usable to export graphics into the SVG format.
  * A SVG processor and SVG Viewing component for integrating SVG viewing.
  * A module to convert SVG to various formats, such as raster images
    (JPEG, PNG or Tiff) and PS, PDF.
 .
 For detailed information, go to http://xml.apache.org/batik/
 .
 This package contains the Batik library.

Package: batik
Architecture: all
Depends:
 default-jre-headless (>= 1:1.8) | java8-runtime-headless,
 fop,
 java-wrappers,
 libbatik-java (>= ${source:Version}),
 rhino,
 ${misc:Depends}
Breaks: libbatik-java (<< 1.19-1~)
Replaces: libbatik-java (<< 1.19-1~)
Description: Apache Batik SVG Toolkit (tools)
 Batik is a toolkit for applications or applets that want to use images
 in the Scalable Vector Graphics (SVG) format for various purposes, such
 as viewing, generation or manipulation.
 .
 Batik provides several modules to be used in applications:
  * A SVG generator module, usable to export graphics into the SVG format.
  * A SVG processor and SVG Viewing component for integrating SVG viewing.
  * A module to convert SVG to various formats, such as raster images
    (JPEG, PNG or Tiff) and PS, PDF.
 .
 For detailed information, go to http://xml.apache.org/batik/
 .
 This package contains the Batik command line tools.