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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Source: cupsys
Section: net
Priority: extra
Maintainer: Jeff Licquia <licquia@debian.org>
Standards-Version: 3.1.1
Build-Depends: htmldoc, libtiff-dev, libjpeg-dev, libz-dev, libpng-dev
Package: cupsys
Architecture: any
Depends: ${shlibs:Depends}, libcupsys1 (= ${Source-Version})
Conflicts: lprng
Suggests: cupsys-bsd
Description: Common UNIX Printing System(tm) - base
The Common UNIX Printing System (or CUPS(tm)) is a printing system and
general replacement for lpd and the like. It supports the Internet
Printing Protocol (IPP), and has its own filtering driver model for
handling various document types.
.
This package provides the base commands (based on SysV) and the CUPS
daemon/scheduler.
.
The terms "Common UNIX Printing System" and "CUPS" are trademarks of
Easy Software Products (www.easysw.com), and refer to the original
source packages from which these packages are made.
Package: libcupsys1
Architecture: any
Depends: ${shlibs:Depends}
Description: Common UNIX Printing System(tm) - libs
The Common UNIX Printing System (or CUPS(tm)) is a printing system and
general replacement for lpd and the like. It supports the Internet
Printing Protocol (IPP), and has its own filtering driver model for
handling various document types.
.
This package provides the base shared libraries for CUPS.
.
The terms "Common UNIX Printing System" and "CUPS" are trademarks of
Easy Software Products (www.easysw.com), and refer to the original
source packages from which these packages are made.
Package: libcupsys1-dev
Architecture: any
Depends: libcupsys1 (= ${Source-Version}), libc6-dev
Provides: cupsys-dev
Conflicts: cupsys-dev
Description: Common UNIX Printing System(tm) - development files
The Common UNIX Printing System (or CUPS(tm)) is a printing system and
general replacement for lpd and the like. It supports the Internet
Printing Protocol (IPP), and has its own filtering driver model for
handling various document types.
.
This package provides the files necessary for developing CUPS-aware
applications and CUPS drivers.
.
The terms "Common UNIX Printing System" and "CUPS" are trademarks of
Easy Software Products (www.easysw.com), and refer to the original
source packages from which these packages are made.
Package: cupsys-bsd
Architecture: any
Depends: ${shlibs:Depends}, cupsys (= ${Source-Version})
Conflicts: lpr, lprng
Description: Common UNIX Printing System(tm) - BSD commands
The Common UNIX Printing System (or CUPS(tm)) is a printing system and
general replacement for lpd and the like. It supports the Internet
Printing Protocol (IPP), and has its own filtering driver model for
handling various document types.
.
This package provides the BSD commands for interacting with CUPS. It
is provides separately to allow CUPS to coexist with other printing
systems (to a small degree).
.
The terms "Common UNIX Printing System" and "CUPS" are trademarks of
Easy Software Products (www.easysw.com), and refer to the original
source packages from which these packages are made.
|