File: control

package info (click to toggle)
libiscwt-java 5.5.20131203%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: java: 5,816; makefile: 4
file content (47 lines) | stat: -rw-r--r-- 2,058 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
Source: libiscwt-java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Section: java
Priority: optional
Build-Depends: debhelper-compat (= 13),
               default-jdk-headless,
               javahelper,
               libisfreetype-java,
               libisrt-java,
               libswt-gtk-4-java
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/libiscwt-java
Vcs-Git: https://salsa.debian.org/java-team/libiscwt-java.git
Homepage: https://web.archive.org/web/20150226075441/http://opensource.intarsys.de/home/en/index.php?n=OpenSource.IsCWT

Package: libiscwt-java
Architecture: all
Depends: libisfreetype-java,
         libisnativec-java,
         libisrt-java,
         libswt-gtk-4-java,
         ${misc:Depends}
Recommends: ${java:Recommends}
Description: abstractions and Java implementations for rendering PDF
 To built a flexible PDF rendering one first needed some basics
 functionality to deal with fonts, images and general platform
 abstractions. The result is isCWT. It contains all abstraction and
 implementations needed for rendering PDF that are not related to PDF
 itself.  This library is built and used primarily for jPod Renderer,
 so one is likely to miss some features when using it in another context.

Package: libiscwt-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: ${java:Recommends}
Description: Javadoc API description for isCWT
 To built a flexible PDF rendering one first needed some basics
 functionality to deal with fonts, images and general platform
 abstractions. The result is isCWT. It contains all abstraction and
 implementations needed for rendering PDF that are not related to PDF
 itself.  This library is built and used primarily for jPod Renderer,
 so one is likely to miss some features when using it in another context.
 .
 This package contains autogenerated documentation from the Java source code,
 consisting of HTML files describing the library for programmers.