File: control

package info (click to toggle)
libppd 2%3A0.10-7.3
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,736 kB
  • ctags: 301
  • sloc: sh: 8,899; ansic: 3,276; makefile: 96
file content (38 lines) | stat: -rw-r--r-- 1,544 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
Source: libppd
Section: libs
Priority: optional
Maintainer: A Mennucc1 <mennucc1@debian.org>
Build-Depends: debhelper (>= 10~), dh-autoreconf, libglib2.0-dev
Standards-Version: 3.8.0.0

Package: libppd-dev
Section: libdevel
Architecture: any
Depends: libppd0 (= ${binary:Version}), libc6-dev
Description: postscript PPD file library, development kit
 This package contains the static library and header files used in
 development of programs that use libppd.

Package: ppdfilt
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: filter that inserts printer specific commands into print jobs
 ppdfilt is a filter program designed to be used within a filter
 script or from the command line tool to insert printer specific
 commands to a PostScript print job. This can be used to tell the printer
 to duplex or staple the print job, or tell it what paper tray to draw
 paper from. In the GNULpr printing environment, users do not call ppdfilt
 directly, but its features are accessed by using 'lpr' or 'gpr' (see)

Package: libppd0
Architecture: any
Depends: ${shlibs:Depends}
Description: postscript PPD file library
 PostScript was designed as a device independent language. To be able
 to access device specific features like selecting different paper
 trays and turning on different imaging models, each printer vendor
 supplies a PostScript Printer Definition or PPD file. This library
 reads those PPD files and provides functions that allow a program to
 modify PostScript print jobs to acces these special features.