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
|
Source: cpdb-backend-cups
Priority: optional
Section: net
Maintainer: Thorsten Alteholz <debian@alteholz.de>
#Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
#Uploaders:
# Till Kamppeter <till.kamppeter@gmail.com>,
# Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (=13)
, autoconf
, dpkg-dev (>= 1.16.1~)
, pkg-config
, sharutils
, libcups2-dev (>= 2.2.2)
, libglib2.0-dev
, libcpdb-backend-dev (>= 2.0~)
, libcupsfilters2-dev
, libdbus-1-dev
# only needed for tests, deactivated at the moment
# , cpdb-libs-tools (>= 2.0~b4)
# , cups
# , cups-client
# , cups-daemon
# , dbus-daemon
Homepage: https://github.com/OpenPrinting/cpdb-backend-cups
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/printing-team/cpdb-backend-cups
Vcs-Git: https://salsa.debian.org/printing-team/cpdb-backend-cups.git
Package: cpdb-backend-cups
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Common Print Dialog Backends - CUPS/IPP Backend
This is the CUPS/IPP backend for print dialogs using the Common Print
Dialog Backends concept of OpenPrinting. It makes the dialog list CUPS
print queues and driverless-capable IPP printers and allows printing
on these using the dialog.
|