File: control

package info (click to toggle)
jlibeps 0.1.ds3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: java: 1,004; xml: 72; makefile: 18
file content (46 lines) | stat: -rw-r--r-- 1,319 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
Source: jlibeps
Section: java
Priority: optional
Maintainer: Stuart Prescott <stuart@debian.org>
Build-Depends:
 debhelper-compat (= 13)
Build-Depends-Indep:
 ant,
 default-jdk,
 default-jdk-doc,
 maven-repo-helper,
Standards-Version: 4.7.2
Homepage: https://jlibeps.sourceforge.net/
Vcs-Git: https://salsa.debian.org/debian/jlibeps.git
Vcs-Browser: https://salsa.debian.org/debian/jlibeps
Rules-Requires-Root: no

Package: libjlibeps-java
Architecture: all
Depends:
 ${misc:Depends}
Multi-Arch: foreign
Description: Java library to create EPS images
 The jlibeps classes are a set of Java classes for creating EPS images.
 .
 They are suitable for creating high quality EPS graphics for use
 in documents and papers, and can be used just like a standard Graphics2D
 object within Java applications that are using AWT.
 .
 jlibeps is a fork of the last GPL version of the EpsGraphics2D package
 from jibble.org.

Package: libjlibeps-java-doc
Architecture: all
Section: doc
Depends:
 default-jdk-doc,
 ${misc:Depends}
Suggests:
 libjlibeps-java
Description: API documentation for jlibeps Java library to create EPS images
 The jlibeps classes are a set of Java classes for creating EPS images.
 .
 This package contains the API documentation for the library.
 .
 See the package libjlibeps-java for further information.