File: control

package info (click to toggle)
pyppd 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: python: 464; perl: 46; makefile: 20
file content (29 lines) | stat: -rw-r--r-- 957 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: pyppd
Maintainer: Debian Printing Group <debian-printing@lists.debian.org>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/printing-team/pyppd
Vcs-Git: https://salsa.debian.org/printing-team/pyppd.git
Homepage: https://github.com/OpenPrinting/pyppd/

Package: pyppd
Architecture: all
Multi-Arch: foreign
Depends:
 xz-utils,
 ${misc:Depends},
 ${perl:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: CUPS PostScript Printer Driver's compressor and generator
 pyppd is a CUPS PPD generator. It holds an compressed archive of PPDs, which
 can be listed and retrieved only when needed by CUPS, saving disk space.
 .
 This tool is mostly useful as build-dependency for printing driver packages.
 For this use, it provides a Debian-specific dh_pyppd Debhelper addon that
 handles the pyppd launch and the cleanup after it.