summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorDidier Raboud <didier@raboud.com>2010-07-19 16:15:52 +0200
committerDidier Raboud <didier@raboud.com>2010-07-19 16:15:52 +0200
commitf6cbd7b1928e4e6a5209ab8007f5f11d8ad29ec7 (patch)
treec3e937565085330101881dea5ac9f551b4a594dd /debian/control
parent385997f8e67c69cca2f6271d06be5abcf7cd6fc6 (diff)
WIP for the new version
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 11 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 9151a8f..6f5a456 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: foomatic-filters
Section: text
Priority: optional
Maintainer: Chris Lawrence <lawrencc@debian.org>
-Build-Depends: debhelper (>> 7), po-debconf, libgs-dev
+Uploaders: Didier Raboud <didier@raboud.com
+Build-Depends: debhelper (>> 7), po-debconf, libgs-dev, perl, libcups2-dev
Homepage: http://www.openprinting.org/
Standards-Version: 3.8.1
@@ -10,20 +11,23 @@ Package: foomatic-filters
Architecture: any
Pre-Depends: bash (>= 2.05)
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, ucf (>= 0.30)
-Recommends: cups-client | lpr | lprng | pdq | rlpr, ghostscript, cups | enscript | a2ps | mpage, foomatic-db-engine (>= 4.0)
+Recommends:
+ cups-client | lpr | lprng | pdq | rlpr,
+ ghostscript,
+ cups | enscript | a2ps | mpage,
+ foomatic-db-engine (>= 4.0),
+ poppler-utils (>= 0.11.2)
Conflicts: foomatic-bin (<< 2.9), cupsomatic-ppd (<< 20030507)
Replaces: foomatic-bin (<< 2.9), cupsomatic-ppd
Description: OpenPrinting printer support - filters
Foomatic is a printer database designed to make it easier to set up
- common printers for use with UNIX-like other operating systems.
+ common printers for use with UNIX-like operating systems.
It provides the "glue" between a print spooler (like CUPS or lpr) and
the printer, by processing files sent to the printer.
.
- This package consists of filter scripts used by the printer spoolers
+ This package consists of filters used by the printer spoolers
to convert the incoming PostScript data into the printer's native
format using a printer-specific, but spooler-independent PPD file.
- You will need to install the foomatic-db-engine package and its
- dependencies for this package to be useful.
.
- For use with CUPS, you will need both the cupsys and cupsys-client
+ For use with CUPS, you will need both the cups and cups-client
packages installed on your system.