File: control

package info (click to toggle)
paps 0.6.8-7.2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,196 kB
  • sloc: sh: 9,020; ansic: 1,681; makefile: 78
file content (42 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (2)
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
Source: paps
Priority: optional
Maintainer: Lior Kaplan <kaplan@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 5.0.0), libpango1.0-dev, doxygen (>= 1.4.6),
 autoconf, libtool, automake, dh-autoreconf
Standards-Version: 3.9.2
Section: libs
Homepage: http://paps.sourceforge.net/

Package: libpaps0t64
Provides: ${t64:Provides}
Replaces: libpaps0
Breaks: libpaps0 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: UTF-8 to PostScript converter library using Pango
 Paps reads a UTF-8 encoded file and generates a PostScript language rendering 
 of the file. The rendering is done by creating outline curves through the 
 pango ft2 backend.
 .
 This package contains the library that implements paps' API.

Package: libpaps-dev
Section: libdevel
Architecture: any
Depends: libpaps0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libpango1.0-dev
Description: Development files for libpaps
 Paps reads a UTF-8 encoded file and generates a PostScript language rendering 
 of the file. The rendering is done by creating outline curves through the 
 pango ft2 backend.
 .
 This package contains the development files that are necessary to develop
 applications using paps API.

Package: paps
Section: text
Architecture: any
Depends: libpaps0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: UTF-8 to PostScript converter using Pango
 Paps reads a UTF-8 encoded file and generates a PostScript language rendering 
 of the file. The rendering is done by creating outline curves through the 
 pango ft2 backend.