Code sync
[external/cups.git] / debian / control
1 Source: cups
2 Standards-Version: 3.9.3
3 Priority: optional
4 Section: net
5 Maintainer: GangHeok Kim <gangheok.kim@samsung.com>, Taeksu Shin <taeksu.shin@samsung.com>, Dongwook Lee <dwmax.lee@samsung.com>
6 Uploaders: GangHeok Kim <gangheok.kim@samsung.com>,
7            Taeksu Shin <taeksu.shin@samsung.com>,
8            Dongwook Lee <dwmax.lee@samsung.com>
9 Build-Depends: 
10  cdbs,
11  debhelper (>= 8),
12  patch,
13  autoconf, 
14  automake, 
15  libtool,
16  autotools-dev,
17  pkg-config,
18  libavahi-client-dev,
19  libavahi-common-dev,
20  libfontconfig1-dev,
21  libfreetype6-dev,
22  libgnutls-dev, 
23  libijs-dev,
24  libjpeg-dev,
25  libpng-dev | libpng12-dev, 
26  po4a (>= 0.31~),
27  po-debconf,
28  poppler-utils, 
29  sharutils,
30  zlib1g-dev,
31  libusb-dev 
32 # cdbs (>= 0.4.93~),
33 # libusb-1.0-0-dev [!hurd-any], 
34 # libdbus-1-dev,
35 # libavahi-compat-libdnssd-dev,
36 # dpkg-dev (>= 1.16.1~),
37 # libslp-dev,
38 # ghostscript (>= 9.02~),
39 # libtiff5-dev | libtiff-dev,
40 # libpam0g-dev,
41 # libpaper-dev,
42 # debhelper (>= 8.1.3~),
43 # libldap2-dev,
44 # libkrb5-dev,
45 Homepage: http://www.cups.org
46 Vcs-Bzr: http://bzr.debian.org/pkg-cups/cups/debian-trunk/
47 Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-cups/cups/debian-trunk/
48
49 Package: libcups2
50 Priority: optional
51 Section: libs
52 Architecture: any
53 Depends: ${shlibs:Depends}, ${misc:Depends}
54 Suggests: cups-common
55 Provides: libcupsys2
56 Conflicts: libcupsys2
57 Replaces: libcupsys2
58 Breaks: cups (<< 1.5.0)
59 #Pre-Depends: ${misc:Pre-Depends}
60 #Multi-Arch: same
61 Description: Common UNIX Printing System(tm) - Core library
62  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
63  general replacement for lpd and the like.  It supports the Internet 
64  Printing Protocol (IPP), and has its own filtering driver model for 
65  handling various document types.
66  .
67  This package provides the base shared libraries for CUPS.
68
69 Package: libcupsimage2
70 Priority: optional
71 Section: libs
72 Architecture: any
73 Depends: ${shlibs:Depends}, ${misc:Depends}
74 Pre-Depends: ${misc:Pre-Depends}
75 Multi-Arch: same
76 Description: Common UNIX Printing System(tm) - Raster image library
77  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
78  general replacement for lpd and the like.  It supports the Internet 
79  Printing Protocol (IPP), and has its own filtering driver model for 
80  handling various document types.
81  .
82  This package provides the image libraries for handling the CUPS
83  raster format.
84
85 Package: libcupscgi1
86 Priority: optional
87 Section: libs
88 Architecture: any
89 Depends: ${shlibs:Depends}, ${misc:Depends}
90 Pre-Depends: ${misc:Pre-Depends}
91 Multi-Arch: same
92 Description: Common UNIX Printing System(tm) - CGI library
93  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
94  general replacement for lpd and the like.  It supports the Internet 
95  Printing Protocol (IPP), and has its own filtering driver model for 
96  handling various document types.
97  .
98  This package provides a shared library for CGI programs in the
99  CUPS web interface
100
101 Package: libcupsdriver1
102 Priority: optional
103 Section: libs
104 Architecture: any
105 Depends: ${shlibs:Depends}, ${misc:Depends}
106 Pre-Depends: ${misc:Pre-Depends}
107 Multi-Arch: same
108 Description: Common UNIX Printing System(tm) - Driver library
109  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
110  general replacement for lpd and the like.  It supports the Internet 
111  Printing Protocol (IPP), and has its own filtering driver model for 
112  handling various document types.
113  .
114  This package provides a shared library with useful functions for printer
115  drivers.
116
117 Package: libcupsmime1
118 Priority: optional
119 Section: libs
120 Architecture: any
121 Depends: libcups2 (>= 1.5~), ${shlibs:Depends}, ${misc:Depends}
122 Breaks: cups (<< 1.5.0)
123 Pre-Depends: ${misc:Pre-Depends}
124 Multi-Arch: same
125 Description: Common UNIX Printing System(tm) - MIME library
126  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
127  general replacement for lpd and the like.  It supports the Internet 
128  Printing Protocol (IPP), and has its own filtering driver model for 
129  handling various document types.
130  .
131  This package provides a shared library for file type detection and
132  file conversion filter chain building.
133
134 Package: libcupsppdc1
135 Priority: optional
136 Section: libs
137 Architecture: any
138 Depends: ${shlibs:Depends}, ${misc:Depends}
139 Pre-Depends: ${misc:Pre-Depends}
140 Multi-Arch: same
141 Description: Common UNIX Printing System(tm) - PPD manipulation library
142  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
143  general replacement for lpd and the like.  It supports the Internet 
144  Printing Protocol (IPP), and has its own filtering driver model for 
145  handling various document types.
146  .
147  This package provides the base shared library for generating and
148  manipulating PPD files.
149
150 Package: cups
151 Priority: optional
152 Section: net
153 Architecture: any
154 Pre-Depends: dpkg (>= 1.15.7.2)
155 Depends: ${shlibs:Depends},
156  ${misc:Depends},
157  debconf (>= 1.2.9) | debconf-2.0,
158  poppler-utils (>= 0.12),
159  lsb-base (>= 3),
160  cups-common (>= ${source:Upstream-Version}), 
161  cups-client (>= ${binary:Version}),
162  adduser,
163  cups-ppdc,
164 # cups-filters
165 # ssl-cert (>= 1.0.11),
166 # bc,
167 # procps,
168 # ghostscript (>= 9.02~),
169 Recommends: avahi-daemon,
170  colord,
171  foomatic-filters (>= 4.0), 
172  printer-driver-gutenprint,
173  ghostscript-cups (>= 9.02~)
174 #Suggests: cups-bsd,
175 # foomatic-db-compressed-ppds | foomatic-db,
176 # printer-driver-hpcups,
177 # hplip,
178 # cups-pdf,
179 # udev,
180 # smbclient
181 Replaces: cupsddk-drivers (<< 1.4.0), ghostscript-cups (<< 9.02~)
182 Provides: cupsddk-drivers
183 Breaks: cupsddk-drivers (<< 1.4.0), foomatic-filters (<< 4.0), ghostscript-cups (<< 9.02~)
184 Description: Common UNIX Printing System(tm) - server
185  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
186  general replacement for lpd and the like.  It supports the Internet 
187  Printing Protocol (IPP), and has its own filtering driver model for 
188  handling various document types.
189  .
190  This package provides the CUPS scheduler/daemon and related files.
191
192 Package: cups-client
193 Priority: optional
194 Section: net
195 Architecture: any
196 Depends: ${shlibs:Depends}, ${misc:Depends}, 
197  cups-common (>= ${source:Upstream-Version}),
198  adduser
199 Recommends: smbclient
200 Suggests: cups, xpp, cups-bsd
201 Conflicts: lprng
202 Description: Common UNIX Printing System(tm) - client programs (SysV)
203  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
204  general replacement for lpd and the like.  It supports the Internet 
205  Printing Protocol (IPP), and has its own filtering driver model for 
206  handling various document types.
207  .
208  This package provides the System V style print client programs.
209
210 Package: libcups2-dev
211 Priority: optional
212 Section: libdevel
213 Architecture: any
214 Depends: ${shlibs:Depends}, ${misc:Depends},
215  libcups2 (= ${binary:Version}), 
216  libgnutls-dev,
217 # libkrb5-dev
218 Provides: libcupsys2-dev
219 Description: Common UNIX Printing System(tm) - Development files CUPS library
220  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
221  general replacement for lpd and the like.  It supports the Internet 
222  Printing Protocol (IPP), and has its own filtering driver model for 
223  handling various document types.
224  .
225  This package provides the files necessary for developing CUPS-aware
226  applications and CUPS drivers, as well as examples how to communicate
227  with cups from different programming languages (Perl, Java, and
228  PHP).
229
230 Package: libcupsimage2-dev
231 Priority: optional
232 Section: libdevel
233 Architecture: any
234 Depends: ${shlibs:Depends}, ${misc:Depends}, 
235  libcupsimage2 (= ${binary:Version}),
236  libcups2-dev (= ${binary:Version}), 
237  libpng-dev,
238  libjpeg8-dev | libjpeg-dev,
239  zlib1g-dev
240 # libtiff5-dev | libtiff-dev,
241 Description: Common UNIX Printing System(tm) - Development files CUPS image library
242  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
243  general replacement for lpd and the like.  It supports the Internet 
244  Printing Protocol (IPP), and has its own filtering driver model for 
245  handling various document types.
246  .
247  This package provides the files necessary for developing applications
248  that use the CUPS raster image format.
249
250 Package: libcupscgi1-dev
251 Priority: optional
252 Section: libdevel
253 Architecture: any
254 Depends: ${shlibs:Depends}, ${misc:Depends}, libcupscgi1 (= ${binary:Version}),
255  libcups2-dev (= ${binary:Version})
256 Description: Common UNIX Printing System(tm) - Development files for CGI library
257  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
258  general replacement for lpd and the like.  It supports the Internet 
259  Printing Protocol (IPP), and has its own filtering driver model for 
260  handling various document types.
261  .
262  This package provides the files necessary for developing CGI programs
263  for the CUPS web interface using libcupscgi.
264
265 Package: libcupsdriver1-dev
266 Priority: optional
267 Section: libdevel
268 Architecture: any
269 Depends: ${shlibs:Depends}, ${misc:Depends},
270  libcupsdriver1 (= ${binary:Version}),
271  libcups2-dev (= ${binary:Version}),
272  libcupsimage2-dev (= ${binary:Version})
273 Description: Common UNIX Printing System(tm) - Development files driver library
274  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
275  general replacement for lpd and the like.  It supports the Internet 
276  Printing Protocol (IPP), and has its own filtering driver model for 
277  handling various document types.
278  .
279  This package provides the files necessary for developing printer drivers
280  using libcupsdriver.
281
282 Package: libcupsmime1-dev
283 Priority: optional
284 Section: libdevel
285 Architecture: any
286 Depends: ${shlibs:Depends}, ${misc:Depends},
287  libcupsmime1 (= ${binary:Version}),
288  libcups2-dev (= ${binary:Version})
289 Description: Common UNIX Printing System(tm) - Development files MIME library
290  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
291  general replacement for lpd and the like.  It supports the Internet 
292  Printing Protocol (IPP), and has its own filtering driver model for 
293  handling various document types.
294  .
295  This package provides the files necessary for developing programs
296  using libcupsmime.
297
298 Package: libcupsppdc1-dev
299 Priority: optional
300 Section: libdevel
301 Architecture: any
302 Depends: ${shlibs:Depends}, ${misc:Depends},
303  libcupsppdc1 (= ${binary:Version}),
304  libcups2-dev (= ${binary:Version})
305 Description: Common UNIX Printing System(tm) - Development files PPD library
306  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
307  general replacement for lpd and the like.  It supports the Internet 
308  Printing Protocol (IPP), and has its own filtering driver model for 
309  handling various document types.
310  .
311  This package provides the files necessary for developing programs
312  using libcupsppdc.
313
314 #Package: cups-bsd
315 #Priority: extra
316 #Section: net
317 #Architecture: any
318 #Depends: ${shlibs:Depends}, ${misc:Depends}, 
319 # cups-client (= ${binary:Version}),
320 # debconf | debconf-2.0,
321 # update-inetd,
322 # cups-common
323 #Suggests: cups
324 #Conflicts: lpr, lprng
325 #Replaces: lpr
326 #Provides: lpr
327 #Description: Common UNIX Printing System(tm) - BSD commands
328 # The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
329 # general replacement for lpr, lpd and the like.  It supports the
330 # Internet Printing Protocol (IPP), and has its own filtering driver
331 # model for handling various document types.
332 # .
333 # This package provides the BSD commands for interacting with CUPS.  It
334 # is provided separately to allow CUPS to coexist with other printing
335 # systems (to a small degree).
336
337 Package: cups-common
338 Priority: optional
339 Section: net
340 Architecture: all
341 Depends: ${shlibs:Depends}, ${misc:Depends}
342 Description: Common UNIX Printing System(tm) - common files
343  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
344  general replacement for lpd and the like.  It supports the Internet 
345  Printing Protocol (IPP), and has its own filtering driver model for 
346  handling various document types.
347  .
348  This package provides common files for CUPS server and client packages.
349
350 Package: cups-ppdc
351 Priority: optional
352 Section: utils
353 Architecture: any
354 Depends: ${shlibs:Depends}, ${misc:Depends}, cups-common
355 Breaks: cupsddk (<< 1.4.0)
356 Replaces: cupsddk (<< 1.4.0)
357 Provides: cupsddk
358 Description: Common UNIX Printing System(tm) - PPD manipulation utilities
359  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
360  general replacement for lpd and the like.  It supports the Internet 
361  Printing Protocol (IPP), and has its own filtering driver model for 
362  handling various document types.
363  .
364  This package provides utilities to generate and manipulate PPD files.
365
366 Package: cups-dbg
367 Priority: extra
368 Section: debug
369 Architecture: any
370 Depends: ${shlibs:Depends}, ${misc:Depends}, cups (= ${binary:Version})
371 Description: Common UNIX Printing System(tm) - debugging symbols
372  The Common UNIX Printing System (or CUPS(tm)) is a printing system and 
373  general replacement for lpd and the like.  It supports the Internet 
374  Printing Protocol (IPP), and has its own filtering driver model for 
375  handling various document types.
376  .
377  This package provides the debugging symbols of CUPS.
378
379 Package: cupsddk
380 Priority: extra
381 Section: oldlibs
382 Architecture: all
383 Depends: ${misc:Depends}, cups-ppdc
384 Description: Common UNIX Printing System (transitional package)
385  This is a dummy package to ease transition to new package name.
386