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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186
|
Source: cpdb-libs
Priority: optional
Section: net
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
, pkg-config
, sharutils
, libglib2.0-dev
, libcups2-dev (>= 2.2.2)
, libdbus-1-dev
, dbus-daemon
Homepage: https://github.com/OpenPrinting/cpdb-libs
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/printing-team/cpdb-libs
Vcs-Git: https://salsa.debian.org/printing-team/cpdb-libs.git
Package: libcpdb2t64
Provides: ${t64:Provides}
Replaces: libcpdb2
Breaks: libcpdb2 (<< ${source:Version})
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Common Print Dialog Backends - Interface Library
The Common Print Dialog Backends project provides a D-Bus interface
so that the print dialogs of GUI applications and the communication
with the print technologies (CUPS/IPP, cloud printing services, Save
to File, ...) are put into separate executables to be separately
exchangeable.
.
The print dialogs of the different GUI toolkits and applications
(GTK, Qt, LibreOffice, ...) are the frontends and to communicate with
the different print technologies they use common backends. This way
one simply adds new backends for new print technologies and updates
the backends for changes in the print technologies, and immediately
all applications are up-to-date, without need of modifying the code
of the GUI toolkits or applications.
.
This package contains the library which provides the functions needed
by both the frontends and the backends.
Package: libcpdb-frontend2t64
Provides: ${t64:Provides}
Replaces: libcpdb-frontend2
Breaks: libcpdb-frontend2 (<< ${source:Version})
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends},
libcpdb2t64 (= ${binary:Version})
Multi-Arch: same
Description: Common Print Dialog Backends - Interface Library for Frontends
The Common Print Dialog Backends project provides a D-Bus interface
so that the print dialogs of GUI applications and the communication
with the print technologies (CUPS/IPP, Google Cloud Print, Save to
File, ...) are put into separate executables to be separately
exchangeable.
.
The print dialogs of the different GUI toolkits and applications
(GTK, Qt, LibreOffice, ...) are the frontends and to communicate with
the different print technologies they use common backends. This way
one simply adds new backends for new print technologies and updates
the backends for changes in the print technologies, and immediately
all applications are up-to-date, without need of modifying the code
of the GUI toolkits or applications.
.
This package contains the library which provides the functions needed
by the frontends (print dialogs).
Package: libcpdb-backend-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
libcpdb2t64 (= ${binary:Version}),
libcpdb-dev (= ${binary:Version})
Description: Common Print Dialog Backends - Development files for Backend Library
The Common Print Dialog Backends project provides a D-Bus interface
so that the print dialogs of GUI applications and the communication
with the print technologies (CUPS/IPP, Google Cloud Print, Save to
File, ...) are put into separate executables to be separately
exchangeable.
.
The print dialogs of the different GUI toolkits and applications
(GTK, Qt, LibreOffice, ...) are the frontends and to communicate with
the different print technologies they use common backends. This way
one simply adds new backends for new print technologies and updates
the backends for changes in the print technologies, and immediately
all applications are up-to-date, without need of modifying the code
of the GUI toolkits or applications.
.
This package contains the header files to develop print dialog
backends using libcpdb.
Package: libcpdb-frontend-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
libcpdb-frontend2t64 (= ${binary:Version}),
libcpdb2t64 (= ${binary:Version}),
libcpdb-dev (= ${binary:Version})
Description: Common Print Dialog Backends - Development files for Frontend Library
The Common Print Dialog Backends project provides a D-Bus interface
so that the print dialogs of GUI applications and the communication
with the print technologies (CUPS/IPP, Google Cloud Print, Save to
File, ...) are put into separate executables to be separately
exchangeable.
.
The print dialogs of the different GUI toolkits and applications
(GTK, Qt, LibreOffice, ...) are the frontends and to communicate with
the different print technologies they use common backends. This way
one simply adds new backends for new print technologies and updates
the backends for changes in the print technologies, and immediately
all applications are up-to-date, without need of modifying the code
of the GUI toolkits or applications.
.
This package contains the header files to develop print dialogs
supporting the Common Print Dialog Backends interface using
libcpdb-frontend.
Package: libcpdb-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
libcpdb2t64 (= ${binary:Version})
Description: Common Print Dialog Backends - Development files for both libraries
The Common Print Dialog Backends project provides a D-Bus interface
so that the print dialogs of GUI applications and the communication
with the print technologies (CUPS/IPP, Google Cloud Print, Save to
File, ...) are put into separate executables to be separately
exchangeable.
.
The print dialogs of the different GUI toolkits and applications
(GTK, Qt, LibreOffice, ...) are the frontends and to communicate with
the different print technologies they use common backends. This way
one simply adds new backends for new print technologies and updates
the backends for changes in the print technologies, and immediately
all applications are up-to-date, without need of modifying the code
of the GUI toolkits or applications.
.
This package contains the header files to develop print dialog
backends and print dialogs using libcpdb.
Package: cpdb-libs-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libcpdb2t64 (= ${binary:Version})
Breaks: libcpdb-libs-common-dev (<< 1.2.0-1~),
libcpdb-libs-tools (<< 2~)
Replaces: libcpdb-libs-common-dev (<< 1.2.0-1~),
libcpdb-libs-tools (<< 2~)
Description: Common Print Dialog Backends - tools
The Common Print Dialog Backends project provides a D-Bus interface
so that the print dialogs of GUI applications and the communication
with the print technologies (CUPS/IPP, Google Cloud Print, Save to
File, ...) are put into separate executables to be separately
exchangeable.
.
The print dialogs of the different GUI toolkits and applications
(GTK, Qt, LibreOffice, ...) are the frontends and to communicate with
the different print technologies they use common backends. This way
one simply adds new backends for new print technologies and updates
the backends for changes in the print technologies, and immediately
all applications are up-to-date, without need of modifying the code
of the GUI toolkits or applications.
.
This package contains tools to help develop print dialogs supporting
the Common Print Dialog Backends interface and print backends using
libcpdb and/or libcpdb-frontend.
Package: libcpdb-libs-tools
Section: oldlibs
Architecture: all
Depends: cpdb-libs-tools (>= 2~),
${misc:Depends}
Description: Common Print Dialog Backends - Tools (transitional package)
This is a transitional package and can safely be removed once no other
packages depend on it.
|