File: control

package info (click to toggle)
freehep-graphicsio-pdf 2.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 360 kB
  • ctags: 643
  • sloc: java: 3,555; xml: 75; sh: 10; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,292 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
Source: freehep-graphicsio-pdf
Section: java
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Giovanni Mascellani <gio@debian.org>,
 Gabriele Giacone <1o5g4r8o@gmail.com>,
 Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk
Build-Depends-Indep: libfreehep-graphicsio-java, libfreehep-graphicsio-tests-java,
 junit
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphicsio-pdf.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-graphicsio-pdf.git
Homepage: http://java.freehep.org/

Package: libfreehep-graphicsio-pdf-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Description: FreeHEP Portable Document Format Driver
 The GraphicsIO library offers a base interface for image exporters in many
 vector or bitmap image formats. It features direct support for GIF, PNG, PPM
 and RAW formats, as well as the ability to manage TrueType fonts. Support
 for other file types can be added with plugins.
 .
 This package contains a GraphicsIO plugin to export to Portable Document
 Format.
 .
 FreeHEP is a collection of Java libraries used in High Energy Physics.