summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..32ce888
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: foomatic-filters
+Section: text
+Priority: optional
+Maintainer: Debian Printing Group <debian-printing@lists.debian.org>
+Uploaders: Didier Raboud <odyx@debian.org>, Till Kamppeter <till.kamppeter@gmail.com>
+Build-Depends: debhelper (>> 9~), po-debconf, perl, libcups2-dev, pkg-config, libdbus-1-dev
+Homepage: http://www.openprinting.org/
+Vcs-Git: git://git.debian.org/collab-maint/foomatic-filters.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/foomatic-filters.git
+Standards-Version: 3.9.3.0
+
+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 | rlpr,
+ ghostscript,
+ cups | enscript | a2ps | mpage,
+ foomatic-db-engine (>= 4.0),
+ poppler-utils (>= 0.11.2),
+ colord
+Breaks: 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 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 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.
+ .
+ For use with CUPS, you will need both the cups and cups-client
+ packages installed on your system.