File: control

package info (click to toggle)
tea4cups 3.13~alpha0%2Bsvn3565-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 208 kB
  • ctags: 307
  • sloc: python: 1,206; sh: 35; makefile: 22
file content (52 lines) | stat: -rw-r--r-- 1,893 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
48
49
50
51
52
Source: tea4cups
Section: text
Priority: optional
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends:
 debhelper (>= 9),
 cdbs,
 python,
 subversion,
 svn2cl | subversion-tools (<< 1.7.5),
Standards-Version: 3.9.5
Homepage: http://www.pykota.com/software/tea4cups
Vcs-Git: https://alioth.debian.org/anonscm/git/printing/tea4cups.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=printing/tea4cups.git

Package: cups-tea4cups
Architecture: all
Depends: 
 ${python:Depends},
 ${misc:Depends},
 cups,
 python,
Description: Swiss Army's knife of advanced CUPS administrators
 Tea4CUPS is a CUPS backend wrapper which can capture print datas before they
 are sent to a printer and process, duplicate or dispatch them in a number of
 ways.
 .
 Tea4CUPS is the Swiss Army's knife of the advanced CUPS administrator, and
 can easily replace or extend most of the existing specialized CUPS backends
 (pdf, email, ftp, etc...).
 .
 You are greatly encouraged to use this software instead of writing your own
 CUPS backends: Tea4CUPS will let you plug your own scripts, filters, tools,
 or commands wherever you want, while giving them access to all the print
 job's characteristics in a consistent way.
 .
 Tea4CUPS makes all information about the current print job, in particular the
 job's datas and attributes, available to your own commands through environment
 variables.
 .
 The possibilities are endless:
 .
   - Your own commands can optionally decide to discard the current print job
     instead of printing it.
   - Send the same job to several printers at the same time, which is not
     possible with CUPS.
   - Automate the PDF archiving of all print jobs.
   - Forbid duplicate print jobs (a simple example is shown in the sample
     configuration file).
   - Easily create a print accounting solution.