Add a Section field for the source package in debian/control.
[free-sw/xcb/libxcb] / debian / control
1 Source: libxcb
2 Priority: optional
3 Section: libdevel
4 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
5 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
6 Build-Depends: x11proto-core-dev, libxau-dev, libxdmcp-dev, xcb-proto, cdbs, debhelper (>= 5.0.0), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9)
7 Standards-Version: 3.6.1
8
9 Package: libxcb0
10 Section: libs
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: X C Binding
14  This package contains the library files needed to run software using libXCB,
15  the X C Binding.
16  .
17  The XCB library provides an interface to the X Window System protocol,
18  designed to replace the Xlib interface.  XCB provides several advantages over
19  Xlib:
20  .
21   * Size: small library and lower memory footprint
22   * Latency hiding: batch several requests and wait for the replies later
23   * Direct protocol access: one-to-one mapping between interface and protocol
24   * Thread support: access XCB from multiple threads, with no explicit locking
25   * Easy creation of new extensions: automatically generates interface from
26     machine-parsable protocol descriptions
27  .
28  Homepage: http://xcb.freedesktop.org
29
30 Package: libxcb0-dev
31 Section: libdevel
32 Architecture: any
33 Depends: libxcb0 (= ${Source-Version}), x11proto-core-dev
34 Pre-Depends: x11-common (>= 1:1.09)
35 Description: X C Binding, development files
36  This package contains the header and library files needed to build software
37  using libXCB, the X C Binding.
38  .
39  The XCB library provides an interface to the X Window System protocol,
40  designed to replace the Xlib interface.  XCB provides several advantages over
41  Xlib:
42  .
43   * Size: small library and lower memory footprint
44   * Latency hiding: batch several requests and wait for the replies later
45   * Direct protocol access: one-to-one mapping between interface and protocol
46   * Thread support: access XCB from multiple threads, with no explicit locking
47   * Easy creation of new extensions: automatically generates interface from
48     machine-parsable protocol descriptions
49  .
50  Homepage: http://xcb.freedesktop.org
51
52 Package: libxcb0-dbg
53 Section: libdevel
54 Architecture: any
55 Depends: libxcb0 (= ${Source-Version})
56 Description: X C Binding, debugging symbols
57  This package contains the debugging symbols associated with libXCB, the X C
58  Binding.  gdb will automatically use these symbols when debugging libXCB.
59  .
60  The XCB library provides an interface to the X Window System protocol,
61  designed to replace the Xlib interface.  XCB provides several advantages over
62  Xlib:
63  .
64   * Size: small library and lower memory footprint
65   * Latency hiding: batch several requests and wait for the replies later
66   * Direct protocol access: one-to-one mapping between interface and protocol
67   * Thread support: access XCB from multiple threads, with no explicit locking
68   * Easy creation of new extensions: automatically generates interface from
69     machine-parsable protocol descriptions
70  .
71  Homepage: http://xcb.freedesktop.org
72
73 Package: libxcbcomposite0
74 Section: libs
75 Architecture: any
76 Depends: ${shlibs:Depends}, ${misc:Depends}
77 Description: X C Binding, composite extension
78  This package contains the library files needed to run software using
79  libXCBcomposite, the composite extension for the X C Binding.
80  .
81  The XCB library provides an interface to the X Window System protocol,
82  designed to replace the Xlib interface.  XCB provides several advantages over
83  Xlib:
84  .
85   * Size: small library and lower memory footprint
86   * Latency hiding: batch several requests and wait for the replies later
87   * Direct protocol access: one-to-one mapping between interface and protocol
88   * Thread support: access XCB from multiple threads, with no explicit locking
89   * Easy creation of new extensions: automatically generates interface from
90     machine-parsable protocol descriptions
91  .
92  Homepage: http://xcb.freedesktop.org
93
94 Package: libxcbcomposite0-dev
95 Section: libdevel
96 Architecture: any
97 Depends: libxcbcomposite0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev
98 Pre-Depends: x11-common (>= 1:1.09)
99 Description: X C Binding, composite extension, development files
100  This package contains the header and library files needed to build software
101  using libXCBcomposite, the composite extension for the X C Binding.
102  .
103  The XCB library provides an interface to the X Window System protocol,
104  designed to replace the Xlib interface.  XCB provides several advantages over
105  Xlib:
106  .
107   * Size: small library and lower memory footprint
108   * Latency hiding: batch several requests and wait for the replies later
109   * Direct protocol access: one-to-one mapping between interface and protocol
110   * Thread support: access XCB from multiple threads, with no explicit locking
111   * Easy creation of new extensions: automatically generates interface from
112     machine-parsable protocol descriptions
113  .
114  Homepage: http://xcb.freedesktop.org
115
116 Package: libxcbcomposite0-dbg
117 Section: libdevel
118 Architecture: any
119 Depends: libxcbcomposite0 (= ${Source-Version})
120 Description: X C Binding, composite extension, debugging symbols
121  This package contains the debugging symbols associated with
122  libXCBcomposite, the composite extension for the X C Binding.  gdb will
123  automatically use these symbols when debugging libXCBcomposite.
124  .
125  The XCB library provides an interface to the X Window System protocol,
126  designed to replace the Xlib interface.  XCB provides several advantages over
127  Xlib:
128  .
129   * Size: small library and lower memory footprint
130   * Latency hiding: batch several requests and wait for the replies later
131   * Direct protocol access: one-to-one mapping between interface and protocol
132   * Thread support: access XCB from multiple threads, with no explicit locking
133   * Easy creation of new extensions: automatically generates interface from
134     machine-parsable protocol descriptions
135  .
136  Homepage: http://xcb.freedesktop.org
137
138 Package: libxcbdamage0
139 Section: libs
140 Architecture: any
141 Depends: ${shlibs:Depends}, ${misc:Depends}
142 Description: X C Binding, damage extension
143  This package contains the library files needed to run software using
144  libXCBdamage, the damage extension for the X C Binding.
145  .
146  The XCB library provides an interface to the X Window System protocol,
147  designed to replace the Xlib interface.  XCB provides several advantages over
148  Xlib:
149  .
150   * Size: small library and lower memory footprint
151   * Latency hiding: batch several requests and wait for the replies later
152   * Direct protocol access: one-to-one mapping between interface and protocol
153   * Thread support: access XCB from multiple threads, with no explicit locking
154   * Easy creation of new extensions: automatically generates interface from
155     machine-parsable protocol descriptions
156  .
157  Homepage: http://xcb.freedesktop.org
158
159 Package: libxcbdamage0-dev
160 Section: libdevel
161 Architecture: any
162 Depends: libxcbdamage0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev
163 Pre-Depends: x11-common (>= 1:1.09)
164 Description: X C Binding, damage extension, development files
165  This package contains the header and library files needed to build software
166  using libXCBdamage, the damage extension for the X C Binding.
167  .
168  The XCB library provides an interface to the X Window System protocol,
169  designed to replace the Xlib interface.  XCB provides several advantages over
170  Xlib:
171  .
172   * Size: small library and lower memory footprint
173   * Latency hiding: batch several requests and wait for the replies later
174   * Direct protocol access: one-to-one mapping between interface and protocol
175   * Thread support: access XCB from multiple threads, with no explicit locking
176   * Easy creation of new extensions: automatically generates interface from
177     machine-parsable protocol descriptions
178  .
179  Homepage: http://xcb.freedesktop.org
180
181 Package: libxcbdamage0-dbg
182 Section: libdevel
183 Architecture: any
184 Depends: libxcbdamage0 (= ${Source-Version})
185 Description: X C Binding, damage extension, debugging symbols
186  This package contains the debugging symbols associated with
187  libXCBdamage, the damage extension for the X C Binding.  gdb will
188  automatically use these symbols when debugging libXCBdamage.
189  .
190  The XCB library provides an interface to the X Window System protocol,
191  designed to replace the Xlib interface.  XCB provides several advantages over
192  Xlib:
193  .
194   * Size: small library and lower memory footprint
195   * Latency hiding: batch several requests and wait for the replies later
196   * Direct protocol access: one-to-one mapping between interface and protocol
197   * Thread support: access XCB from multiple threads, with no explicit locking
198   * Easy creation of new extensions: automatically generates interface from
199     machine-parsable protocol descriptions
200  .
201  Homepage: http://xcb.freedesktop.org
202
203 Package: libxcbdpms0
204 Section: libs
205 Architecture: any
206 Depends: ${shlibs:Depends}, ${misc:Depends}
207 Description: X C Binding, dpms extension
208  This package contains the library files needed to run software using
209  libXCBdpms, the dpms extension for the X C Binding.
210  .
211  The XCB library provides an interface to the X Window System protocol,
212  designed to replace the Xlib interface.  XCB provides several advantages over
213  Xlib:
214  .
215   * Size: small library and lower memory footprint
216   * Latency hiding: batch several requests and wait for the replies later
217   * Direct protocol access: one-to-one mapping between interface and protocol
218   * Thread support: access XCB from multiple threads, with no explicit locking
219   * Easy creation of new extensions: automatically generates interface from
220     machine-parsable protocol descriptions
221  .
222  Homepage: http://xcb.freedesktop.org
223
224 Package: libxcbdpms0-dev
225 Section: libdevel
226 Architecture: any
227 Depends: libxcbdpms0 (= ${Source-Version}), libxcb0-dev
228 Pre-Depends: x11-common (>= 1:1.09)
229 Description: X C Binding, dpms extension, development files
230  This package contains the header and library files needed to build software
231  using libXCBdpms, the dpms extension for the X C Binding.
232  .
233  The XCB library provides an interface to the X Window System protocol,
234  designed to replace the Xlib interface.  XCB provides several advantages over
235  Xlib:
236  .
237   * Size: small library and lower memory footprint
238   * Latency hiding: batch several requests and wait for the replies later
239   * Direct protocol access: one-to-one mapping between interface and protocol
240   * Thread support: access XCB from multiple threads, with no explicit locking
241   * Easy creation of new extensions: automatically generates interface from
242     machine-parsable protocol descriptions
243  .
244  Homepage: http://xcb.freedesktop.org
245
246 Package: libxcbdpms0-dbg
247 Section: libdevel
248 Architecture: any
249 Depends: libxcbdpms0 (= ${Source-Version})
250 Description: X C Binding, dpms extension, debugging symbols
251  This package contains the debugging symbols associated with
252  libXCBdpms, the dpms extension for the X C Binding.  gdb will
253  automatically use these symbols when debugging libXCBdpms.
254  .
255  The XCB library provides an interface to the X Window System protocol,
256  designed to replace the Xlib interface.  XCB provides several advantages over
257  Xlib:
258  .
259   * Size: small library and lower memory footprint
260   * Latency hiding: batch several requests and wait for the replies later
261   * Direct protocol access: one-to-one mapping between interface and protocol
262   * Thread support: access XCB from multiple threads, with no explicit locking
263   * Easy creation of new extensions: automatically generates interface from
264     machine-parsable protocol descriptions
265  .
266  Homepage: http://xcb.freedesktop.org
267
268 Package: libxcbglx0
269 Section: libs
270 Architecture: any
271 Depends: ${shlibs:Depends}, ${misc:Depends}
272 Description: X C Binding, glx extension
273  This package contains the library files needed to run software using
274  libXCBglx, the glx extension for the X C Binding.
275  .
276  The XCB library provides an interface to the X Window System protocol,
277  designed to replace the Xlib interface.  XCB provides several advantages over
278  Xlib:
279  .
280   * Size: small library and lower memory footprint
281   * Latency hiding: batch several requests and wait for the replies later
282   * Direct protocol access: one-to-one mapping between interface and protocol
283   * Thread support: access XCB from multiple threads, with no explicit locking
284   * Easy creation of new extensions: automatically generates interface from
285     machine-parsable protocol descriptions
286  .
287  Homepage: http://xcb.freedesktop.org
288
289 Package: libxcbglx0-dev
290 Section: libdevel
291 Architecture: any
292 Depends: libxcbglx0 (= ${Source-Version}), libxcb0-dev
293 Pre-Depends: x11-common (>= 1:1.09)
294 Description: X C Binding, glx extension, development files
295  This package contains the header and library files needed to build software
296  using libXCBglx, the glx extension for the X C Binding.
297  .
298  The XCB library provides an interface to the X Window System protocol,
299  designed to replace the Xlib interface.  XCB provides several advantages over
300  Xlib:
301  .
302   * Size: small library and lower memory footprint
303   * Latency hiding: batch several requests and wait for the replies later
304   * Direct protocol access: one-to-one mapping between interface and protocol
305   * Thread support: access XCB from multiple threads, with no explicit locking
306   * Easy creation of new extensions: automatically generates interface from
307     machine-parsable protocol descriptions
308  .
309  Homepage: http://xcb.freedesktop.org
310
311 Package: libxcbglx0-dbg
312 Section: libdevel
313 Architecture: any
314 Depends: libxcbglx0 (= ${Source-Version})
315 Description: X C Binding, glx extension, debugging symbols
316  This package contains the debugging symbols associated with
317  libXCBglx, the glx extension for the X C Binding.  gdb will
318  automatically use these symbols when debugging libXCBglx.
319  .
320  The XCB library provides an interface to the X Window System protocol,
321  designed to replace the Xlib interface.  XCB provides several advantages over
322  Xlib:
323  .
324   * Size: small library and lower memory footprint
325   * Latency hiding: batch several requests and wait for the replies later
326   * Direct protocol access: one-to-one mapping between interface and protocol
327   * Thread support: access XCB from multiple threads, with no explicit locking
328   * Easy creation of new extensions: automatically generates interface from
329     machine-parsable protocol descriptions
330  .
331  Homepage: http://xcb.freedesktop.org
332
333 Package: libxcbrandr0
334 Section: libs
335 Architecture: any
336 Depends: ${shlibs:Depends}, ${misc:Depends}
337 Description: X C Binding, randr extension
338  This package contains the library files needed to run software using
339  libXCBrandr, the randr extension for the X C Binding.
340  .
341  The XCB library provides an interface to the X Window System protocol,
342  designed to replace the Xlib interface.  XCB provides several advantages over
343  Xlib:
344  .
345   * Size: small library and lower memory footprint
346   * Latency hiding: batch several requests and wait for the replies later
347   * Direct protocol access: one-to-one mapping between interface and protocol
348   * Thread support: access XCB from multiple threads, with no explicit locking
349   * Easy creation of new extensions: automatically generates interface from
350     machine-parsable protocol descriptions
351  .
352  Homepage: http://xcb.freedesktop.org
353
354 Package: libxcbrandr0-dev
355 Section: libdevel
356 Architecture: any
357 Depends: libxcbrandr0 (= ${Source-Version}), libxcb0-dev
358 Pre-Depends: x11-common (>= 1:1.09)
359 Description: X C Binding, randr extension, development files
360  This package contains the header and library files needed to build software
361  using libXCBrandr, the randr extension for the X C Binding.
362  .
363  The XCB library provides an interface to the X Window System protocol,
364  designed to replace the Xlib interface.  XCB provides several advantages over
365  Xlib:
366  .
367   * Size: small library and lower memory footprint
368   * Latency hiding: batch several requests and wait for the replies later
369   * Direct protocol access: one-to-one mapping between interface and protocol
370   * Thread support: access XCB from multiple threads, with no explicit locking
371   * Easy creation of new extensions: automatically generates interface from
372     machine-parsable protocol descriptions
373  .
374  Homepage: http://xcb.freedesktop.org
375
376 Package: libxcbrandr0-dbg
377 Section: libdevel
378 Architecture: any
379 Depends: libxcbrandr0 (= ${Source-Version})
380 Description: X C Binding, randr extension, debugging symbols
381  This package contains the debugging symbols associated with
382  libXCBrandr, the randr extension for the X C Binding.  gdb will
383  automatically use these symbols when debugging libXCBrandr.
384  .
385  The XCB library provides an interface to the X Window System protocol,
386  designed to replace the Xlib interface.  XCB provides several advantages over
387  Xlib:
388  .
389   * Size: small library and lower memory footprint
390   * Latency hiding: batch several requests and wait for the replies later
391   * Direct protocol access: one-to-one mapping between interface and protocol
392   * Thread support: access XCB from multiple threads, with no explicit locking
393   * Easy creation of new extensions: automatically generates interface from
394     machine-parsable protocol descriptions
395  .
396  Homepage: http://xcb.freedesktop.org
397
398 Package: libxcbrecord0
399 Section: libs
400 Architecture: any
401 Depends: ${shlibs:Depends}, ${misc:Depends}
402 Description: X C Binding, record extension
403  This package contains the library files needed to run software using
404  libXCBrecord, the record extension for the X C Binding.
405  .
406  The XCB library provides an interface to the X Window System protocol,
407  designed to replace the Xlib interface.  XCB provides several advantages over
408  Xlib:
409  .
410   * Size: small library and lower memory footprint
411   * Latency hiding: batch several requests and wait for the replies later
412   * Direct protocol access: one-to-one mapping between interface and protocol
413   * Thread support: access XCB from multiple threads, with no explicit locking
414   * Easy creation of new extensions: automatically generates interface from
415     machine-parsable protocol descriptions
416  .
417  Homepage: http://xcb.freedesktop.org
418
419 Package: libxcbrecord0-dev
420 Section: libdevel
421 Architecture: any
422 Depends: libxcbrecord0 (= ${Source-Version}), libxcb0-dev
423 Pre-Depends: x11-common (>= 1:1.09)
424 Description: X C Binding, record extension, development files
425  This package contains the header and library files needed to build software
426  using libXCBrecord, the record extension for the X C Binding.
427  .
428  The XCB library provides an interface to the X Window System protocol,
429  designed to replace the Xlib interface.  XCB provides several advantages over
430  Xlib:
431  .
432   * Size: small library and lower memory footprint
433   * Latency hiding: batch several requests and wait for the replies later
434   * Direct protocol access: one-to-one mapping between interface and protocol
435   * Thread support: access XCB from multiple threads, with no explicit locking
436   * Easy creation of new extensions: automatically generates interface from
437     machine-parsable protocol descriptions
438  .
439  Homepage: http://xcb.freedesktop.org
440
441 Package: libxcbrecord0-dbg
442 Section: libdevel
443 Architecture: any
444 Depends: libxcbrecord0 (= ${Source-Version})
445 Description: X C Binding, record extension, debugging symbols
446  This package contains the debugging symbols associated with
447  libXCBrecord, the record extension for the X C Binding.  gdb will
448  automatically use these symbols when debugging libXCBrecord.
449  .
450  The XCB library provides an interface to the X Window System protocol,
451  designed to replace the Xlib interface.  XCB provides several advantages over
452  Xlib:
453  .
454   * Size: small library and lower memory footprint
455   * Latency hiding: batch several requests and wait for the replies later
456   * Direct protocol access: one-to-one mapping between interface and protocol
457   * Thread support: access XCB from multiple threads, with no explicit locking
458   * Easy creation of new extensions: automatically generates interface from
459     machine-parsable protocol descriptions
460  .
461  Homepage: http://xcb.freedesktop.org
462
463 Package: libxcbrender0
464 Section: libs
465 Architecture: any
466 Depends: ${shlibs:Depends}, ${misc:Depends}
467 Description: X C Binding, render extension
468  This package contains the library files needed to run software using
469  libXCBrender, the render extension for the X C Binding.
470  .
471  The XCB library provides an interface to the X Window System protocol,
472  designed to replace the Xlib interface.  XCB provides several advantages over
473  Xlib:
474  .
475   * Size: small library and lower memory footprint
476   * Latency hiding: batch several requests and wait for the replies later
477   * Direct protocol access: one-to-one mapping between interface and protocol
478   * Thread support: access XCB from multiple threads, with no explicit locking
479   * Easy creation of new extensions: automatically generates interface from
480     machine-parsable protocol descriptions
481  .
482  Homepage: http://xcb.freedesktop.org
483
484 Package: libxcbrender0-dev
485 Section: libdevel
486 Architecture: any
487 Depends: libxcbrender0 (= ${Source-Version}), libxcb0-dev
488 Pre-Depends: x11-common (>= 1:1.09)
489 Description: X C Binding, render extension, development files
490  This package contains the header and library files needed to build software
491  using libXCBrender, the render extension for the X C Binding.
492  .
493  The XCB library provides an interface to the X Window System protocol,
494  designed to replace the Xlib interface.  XCB provides several advantages over
495  Xlib:
496  .
497   * Size: small library and lower memory footprint
498   * Latency hiding: batch several requests and wait for the replies later
499   * Direct protocol access: one-to-one mapping between interface and protocol
500   * Thread support: access XCB from multiple threads, with no explicit locking
501   * Easy creation of new extensions: automatically generates interface from
502     machine-parsable protocol descriptions
503  .
504  Homepage: http://xcb.freedesktop.org
505
506 Package: libxcbrender0-dbg
507 Section: libdevel
508 Architecture: any
509 Depends: libxcbrender0 (= ${Source-Version})
510 Description: X C Binding, render extension, debugging symbols
511  This package contains the debugging symbols associated with
512  libXCBrender, the render extension for the X C Binding.  gdb will
513  automatically use these symbols when debugging libXCBrender.
514  .
515  The XCB library provides an interface to the X Window System protocol,
516  designed to replace the Xlib interface.  XCB provides several advantages over
517  Xlib:
518  .
519   * Size: small library and lower memory footprint
520   * Latency hiding: batch several requests and wait for the replies later
521   * Direct protocol access: one-to-one mapping between interface and protocol
522   * Thread support: access XCB from multiple threads, with no explicit locking
523   * Easy creation of new extensions: automatically generates interface from
524     machine-parsable protocol descriptions
525  .
526  Homepage: http://xcb.freedesktop.org
527
528 Package: libxcbres0
529 Section: libs
530 Architecture: any
531 Depends: ${shlibs:Depends}, ${misc:Depends}
532 Description: X C Binding, res extension
533  This package contains the library files needed to run software using
534  libXCBres, the res extension for the X C Binding.
535  .
536  The XCB library provides an interface to the X Window System protocol,
537  designed to replace the Xlib interface.  XCB provides several advantages over
538  Xlib:
539  .
540   * Size: small library and lower memory footprint
541   * Latency hiding: batch several requests and wait for the replies later
542   * Direct protocol access: one-to-one mapping between interface and protocol
543   * Thread support: access XCB from multiple threads, with no explicit locking
544   * Easy creation of new extensions: automatically generates interface from
545     machine-parsable protocol descriptions
546  .
547  Homepage: http://xcb.freedesktop.org
548
549 Package: libxcbres0-dev
550 Section: libdevel
551 Architecture: any
552 Depends: libxcbres0 (= ${Source-Version}), libxcb0-dev
553 Pre-Depends: x11-common (>= 1:1.09)
554 Description: X C Binding, res extension, development files
555  This package contains the header and library files needed to build software
556  using libXCBres, the res extension for the X C Binding.
557  .
558  The XCB library provides an interface to the X Window System protocol,
559  designed to replace the Xlib interface.  XCB provides several advantages over
560  Xlib:
561  .
562   * Size: small library and lower memory footprint
563   * Latency hiding: batch several requests and wait for the replies later
564   * Direct protocol access: one-to-one mapping between interface and protocol
565   * Thread support: access XCB from multiple threads, with no explicit locking
566   * Easy creation of new extensions: automatically generates interface from
567     machine-parsable protocol descriptions
568  .
569  Homepage: http://xcb.freedesktop.org
570
571 Package: libxcbres0-dbg
572 Section: libdevel
573 Architecture: any
574 Depends: libxcbres0 (= ${Source-Version})
575 Description: X C Binding, res extension, debugging symbols
576  This package contains the debugging symbols associated with
577  libXCBres, the res extension for the X C Binding.  gdb will
578  automatically use these symbols when debugging libXCBres.
579  .
580  The XCB library provides an interface to the X Window System protocol,
581  designed to replace the Xlib interface.  XCB provides several advantages over
582  Xlib:
583  .
584   * Size: small library and lower memory footprint
585   * Latency hiding: batch several requests and wait for the replies later
586   * Direct protocol access: one-to-one mapping between interface and protocol
587   * Thread support: access XCB from multiple threads, with no explicit locking
588   * Easy creation of new extensions: automatically generates interface from
589     machine-parsable protocol descriptions
590  .
591  Homepage: http://xcb.freedesktop.org
592
593 Package: libxcbscreensaver0
594 Section: libs
595 Architecture: any
596 Depends: ${shlibs:Depends}, ${misc:Depends}
597 Description: X C Binding, screensaver extension
598  This package contains the library files needed to run software using
599  libXCBscreensaver, the screensaver extension for the X C Binding.
600  .
601  The XCB library provides an interface to the X Window System protocol,
602  designed to replace the Xlib interface.  XCB provides several advantages over
603  Xlib:
604  .
605   * Size: small library and lower memory footprint
606   * Latency hiding: batch several requests and wait for the replies later
607   * Direct protocol access: one-to-one mapping between interface and protocol
608   * Thread support: access XCB from multiple threads, with no explicit locking
609   * Easy creation of new extensions: automatically generates interface from
610     machine-parsable protocol descriptions
611  .
612  Homepage: http://xcb.freedesktop.org
613
614 Package: libxcbscreensaver0-dev
615 Section: libdevel
616 Architecture: any
617 Depends: libxcbscreensaver0 (= ${Source-Version}), libxcb0-dev
618 Pre-Depends: x11-common (>= 1:1.09)
619 Description: X C Binding, screensaver extension, development files
620  This package contains the header and library files needed to build software
621  using libXCBscreensaver, the screensaver extension for the X C Binding.
622  .
623  The XCB library provides an interface to the X Window System protocol,
624  designed to replace the Xlib interface.  XCB provides several advantages over
625  Xlib:
626  .
627   * Size: small library and lower memory footprint
628   * Latency hiding: batch several requests and wait for the replies later
629   * Direct protocol access: one-to-one mapping between interface and protocol
630   * Thread support: access XCB from multiple threads, with no explicit locking
631   * Easy creation of new extensions: automatically generates interface from
632     machine-parsable protocol descriptions
633  .
634  Homepage: http://xcb.freedesktop.org
635
636 Package: libxcbscreensaver0-dbg
637 Section: libdevel
638 Architecture: any
639 Depends: libxcbscreensaver0 (= ${Source-Version})
640 Description: X C Binding, screensaver extension, debugging symbols
641  This package contains the debugging symbols associated with
642  libXCBscreensaver, the screensaver extension for the X C Binding.  gdb will
643  automatically use these symbols when debugging libXCBscreensaver.
644  .
645  The XCB library provides an interface to the X Window System protocol,
646  designed to replace the Xlib interface.  XCB provides several advantages over
647  Xlib:
648  .
649   * Size: small library and lower memory footprint
650   * Latency hiding: batch several requests and wait for the replies later
651   * Direct protocol access: one-to-one mapping between interface and protocol
652   * Thread support: access XCB from multiple threads, with no explicit locking
653   * Easy creation of new extensions: automatically generates interface from
654     machine-parsable protocol descriptions
655  .
656  Homepage: http://xcb.freedesktop.org
657
658 Package: libxcbshape0
659 Section: libs
660 Architecture: any
661 Depends: ${shlibs:Depends}, ${misc:Depends}
662 Description: X C Binding, shape extension
663  This package contains the library files needed to run software using
664  libXCBshape, the shape extension for the X C Binding.
665  .
666  The XCB library provides an interface to the X Window System protocol,
667  designed to replace the Xlib interface.  XCB provides several advantages over
668  Xlib:
669  .
670   * Size: small library and lower memory footprint
671   * Latency hiding: batch several requests and wait for the replies later
672   * Direct protocol access: one-to-one mapping between interface and protocol
673   * Thread support: access XCB from multiple threads, with no explicit locking
674   * Easy creation of new extensions: automatically generates interface from
675     machine-parsable protocol descriptions
676  .
677  Homepage: http://xcb.freedesktop.org
678
679 Package: libxcbshape0-dev
680 Section: libdevel
681 Architecture: any
682 Depends: libxcbshape0 (= ${Source-Version}), libxcb0-dev
683 Pre-Depends: x11-common (>= 1:1.09)
684 Description: X C Binding, shape extension, development files
685  This package contains the header and library files needed to build software
686  using libXCBshape, the shape extension for the X C Binding.
687  .
688  The XCB library provides an interface to the X Window System protocol,
689  designed to replace the Xlib interface.  XCB provides several advantages over
690  Xlib:
691  .
692   * Size: small library and lower memory footprint
693   * Latency hiding: batch several requests and wait for the replies later
694   * Direct protocol access: one-to-one mapping between interface and protocol
695   * Thread support: access XCB from multiple threads, with no explicit locking
696   * Easy creation of new extensions: automatically generates interface from
697     machine-parsable protocol descriptions
698  .
699  Homepage: http://xcb.freedesktop.org
700
701 Package: libxcbshape0-dbg
702 Section: libdevel
703 Architecture: any
704 Depends: libxcbshape0 (= ${Source-Version})
705 Description: X C Binding, shape extension, debugging symbols
706  This package contains the debugging symbols associated with
707  libXCBshape, the shape extension for the X C Binding.  gdb will
708  automatically use these symbols when debugging libXCBshape.
709  .
710  The XCB library provides an interface to the X Window System protocol,
711  designed to replace the Xlib interface.  XCB provides several advantages over
712  Xlib:
713  .
714   * Size: small library and lower memory footprint
715   * Latency hiding: batch several requests and wait for the replies later
716   * Direct protocol access: one-to-one mapping between interface and protocol
717   * Thread support: access XCB from multiple threads, with no explicit locking
718   * Easy creation of new extensions: automatically generates interface from
719     machine-parsable protocol descriptions
720  .
721  Homepage: http://xcb.freedesktop.org
722
723 Package: libxcbshm0
724 Section: libs
725 Architecture: any
726 Depends: ${shlibs:Depends}, ${misc:Depends}
727 Description: X C Binding, shm extension
728  This package contains the library files needed to run software using
729  libXCBshm, the shm extension for the X C Binding.
730  .
731  The XCB library provides an interface to the X Window System protocol,
732  designed to replace the Xlib interface.  XCB provides several advantages over
733  Xlib:
734  .
735   * Size: small library and lower memory footprint
736   * Latency hiding: batch several requests and wait for the replies later
737   * Direct protocol access: one-to-one mapping between interface and protocol
738   * Thread support: access XCB from multiple threads, with no explicit locking
739   * Easy creation of new extensions: automatically generates interface from
740     machine-parsable protocol descriptions
741  .
742  Homepage: http://xcb.freedesktop.org
743
744 Package: libxcbshm0-dev
745 Section: libdevel
746 Architecture: any
747 Depends: libxcbshm0 (= ${Source-Version}), libxcb0-dev
748 Pre-Depends: x11-common (>= 1:1.09)
749 Description: X C Binding, shm extension, development files
750  This package contains the header and library files needed to build software
751  using libXCBshm, the shm extension for the X C Binding.
752  .
753  The XCB library provides an interface to the X Window System protocol,
754  designed to replace the Xlib interface.  XCB provides several advantages over
755  Xlib:
756  .
757   * Size: small library and lower memory footprint
758   * Latency hiding: batch several requests and wait for the replies later
759   * Direct protocol access: one-to-one mapping between interface and protocol
760   * Thread support: access XCB from multiple threads, with no explicit locking
761   * Easy creation of new extensions: automatically generates interface from
762     machine-parsable protocol descriptions
763  .
764  Homepage: http://xcb.freedesktop.org
765
766 Package: libxcbshm0-dbg
767 Section: libdevel
768 Architecture: any
769 Depends: libxcbshm0 (= ${Source-Version})
770 Description: X C Binding, shm extension, debugging symbols
771  This package contains the debugging symbols associated with
772  libXCBshm, the shm extension for the X C Binding.  gdb will
773  automatically use these symbols when debugging libXCBshm.
774  .
775  The XCB library provides an interface to the X Window System protocol,
776  designed to replace the Xlib interface.  XCB provides several advantages over
777  Xlib:
778  .
779   * Size: small library and lower memory footprint
780   * Latency hiding: batch several requests and wait for the replies later
781   * Direct protocol access: one-to-one mapping between interface and protocol
782   * Thread support: access XCB from multiple threads, with no explicit locking
783   * Easy creation of new extensions: automatically generates interface from
784     machine-parsable protocol descriptions
785  .
786  Homepage: http://xcb.freedesktop.org
787
788 Package: libxcbsync0
789 Section: libs
790 Architecture: any
791 Depends: ${shlibs:Depends}, ${misc:Depends}
792 Description: X C Binding, sync extension
793  This package contains the library files needed to run software using
794  libXCBsync, the sync extension for the X C Binding.
795  .
796  The XCB library provides an interface to the X Window System protocol,
797  designed to replace the Xlib interface.  XCB provides several advantages over
798  Xlib:
799  .
800   * Size: small library and lower memory footprint
801   * Latency hiding: batch several requests and wait for the replies later
802   * Direct protocol access: one-to-one mapping between interface and protocol
803   * Thread support: access XCB from multiple threads, with no explicit locking
804   * Easy creation of new extensions: automatically generates interface from
805     machine-parsable protocol descriptions
806  .
807  Homepage: http://xcb.freedesktop.org
808
809 Package: libxcbsync0-dev
810 Section: libdevel
811 Architecture: any
812 Depends: libxcbsync0 (= ${Source-Version}), libxcb0-dev
813 Pre-Depends: x11-common (>= 1:1.09)
814 Description: X C Binding, sync extension, development files
815  This package contains the header and library files needed to build software
816  using libXCBsync, the sync extension for the X C Binding.
817  .
818  The XCB library provides an interface to the X Window System protocol,
819  designed to replace the Xlib interface.  XCB provides several advantages over
820  Xlib:
821  .
822   * Size: small library and lower memory footprint
823   * Latency hiding: batch several requests and wait for the replies later
824   * Direct protocol access: one-to-one mapping between interface and protocol
825   * Thread support: access XCB from multiple threads, with no explicit locking
826   * Easy creation of new extensions: automatically generates interface from
827     machine-parsable protocol descriptions
828  .
829  Homepage: http://xcb.freedesktop.org
830
831 Package: libxcbsync0-dbg
832 Section: libdevel
833 Architecture: any
834 Depends: libxcbsync0 (= ${Source-Version})
835 Description: X C Binding, sync extension, debugging symbols
836  This package contains the debugging symbols associated with
837  libXCBsync, the sync extension for the X C Binding.  gdb will
838  automatically use these symbols when debugging libXCBsync.
839  .
840  The XCB library provides an interface to the X Window System protocol,
841  designed to replace the Xlib interface.  XCB provides several advantages over
842  Xlib:
843  .
844   * Size: small library and lower memory footprint
845   * Latency hiding: batch several requests and wait for the replies later
846   * Direct protocol access: one-to-one mapping between interface and protocol
847   * Thread support: access XCB from multiple threads, with no explicit locking
848   * Easy creation of new extensions: automatically generates interface from
849     machine-parsable protocol descriptions
850  .
851  Homepage: http://xcb.freedesktop.org
852
853 Package: libxcbxevie0
854 Section: libs
855 Architecture: any
856 Depends: ${shlibs:Depends}, ${misc:Depends}
857 Description: X C Binding, xevie extension
858  This package contains the library files needed to run software using
859  libXCBxevie, the xevie extension for the X C Binding.
860  .
861  The XCB library provides an interface to the X Window System protocol,
862  designed to replace the Xlib interface.  XCB provides several advantages over
863  Xlib:
864  .
865   * Size: small library and lower memory footprint
866   * Latency hiding: batch several requests and wait for the replies later
867   * Direct protocol access: one-to-one mapping between interface and protocol
868   * Thread support: access XCB from multiple threads, with no explicit locking
869   * Easy creation of new extensions: automatically generates interface from
870     machine-parsable protocol descriptions
871  .
872  Homepage: http://xcb.freedesktop.org
873
874 Package: libxcbxevie0-dev
875 Section: libdevel
876 Architecture: any
877 Depends: libxcbxevie0 (= ${Source-Version}), libxcb0-dev
878 Pre-Depends: x11-common (>= 1:1.09)
879 Description: X C Binding, xevie extension, development files
880  This package contains the header and library files needed to build software
881  using libXCBxevie, the xevie extension for the X C Binding.
882  .
883  The XCB library provides an interface to the X Window System protocol,
884  designed to replace the Xlib interface.  XCB provides several advantages over
885  Xlib:
886  .
887   * Size: small library and lower memory footprint
888   * Latency hiding: batch several requests and wait for the replies later
889   * Direct protocol access: one-to-one mapping between interface and protocol
890   * Thread support: access XCB from multiple threads, with no explicit locking
891   * Easy creation of new extensions: automatically generates interface from
892     machine-parsable protocol descriptions
893  .
894  Homepage: http://xcb.freedesktop.org
895
896 Package: libxcbxevie0-dbg
897 Section: libdevel
898 Architecture: any
899 Depends: libxcbxevie0 (= ${Source-Version})
900 Description: X C Binding, xevie extension, debugging symbols
901  This package contains the debugging symbols associated with
902  libXCBxevie, the xevie extension for the X C Binding.  gdb will
903  automatically use these symbols when debugging libXCBxevie.
904  .
905  The XCB library provides an interface to the X Window System protocol,
906  designed to replace the Xlib interface.  XCB provides several advantages over
907  Xlib:
908  .
909   * Size: small library and lower memory footprint
910   * Latency hiding: batch several requests and wait for the replies later
911   * Direct protocol access: one-to-one mapping between interface and protocol
912   * Thread support: access XCB from multiple threads, with no explicit locking
913   * Easy creation of new extensions: automatically generates interface from
914     machine-parsable protocol descriptions
915  .
916  Homepage: http://xcb.freedesktop.org
917
918 Package: libxcbxf86dri0
919 Section: libs
920 Architecture: any
921 Depends: ${shlibs:Depends}, ${misc:Depends}
922 Description: X C Binding, xf86dri extension
923  This package contains the library files needed to run software using
924  libXCBxf86dri, the xf86dri extension for the X C Binding.
925  .
926  The XCB library provides an interface to the X Window System protocol,
927  designed to replace the Xlib interface.  XCB provides several advantages over
928  Xlib:
929  .
930   * Size: small library and lower memory footprint
931   * Latency hiding: batch several requests and wait for the replies later
932   * Direct protocol access: one-to-one mapping between interface and protocol
933   * Thread support: access XCB from multiple threads, with no explicit locking
934   * Easy creation of new extensions: automatically generates interface from
935     machine-parsable protocol descriptions
936  .
937  Homepage: http://xcb.freedesktop.org
938
939 Package: libxcbxf86dri0-dev
940 Section: libdevel
941 Architecture: any
942 Depends: libxcbxf86dri0 (= ${Source-Version}), libxcb0-dev
943 Pre-Depends: x11-common (>= 1:1.09)
944 Description: X C Binding, xf86dri extension, development files
945  This package contains the header and library files needed to build software
946  using libXCBxf86dri, the xf86dri extension for the X C Binding.
947  .
948  The XCB library provides an interface to the X Window System protocol,
949  designed to replace the Xlib interface.  XCB provides several advantages over
950  Xlib:
951  .
952   * Size: small library and lower memory footprint
953   * Latency hiding: batch several requests and wait for the replies later
954   * Direct protocol access: one-to-one mapping between interface and protocol
955   * Thread support: access XCB from multiple threads, with no explicit locking
956   * Easy creation of new extensions: automatically generates interface from
957     machine-parsable protocol descriptions
958  .
959  Homepage: http://xcb.freedesktop.org
960
961 Package: libxcbxf86dri0-dbg
962 Section: libdevel
963 Architecture: any
964 Depends: libxcbxf86dri0 (= ${Source-Version})
965 Description: X C Binding, xf86dri extension, debugging symbols
966  This package contains the debugging symbols associated with
967  libXCBxf86dri, the xf86dri extension for the X C Binding.  gdb will
968  automatically use these symbols when debugging libXCBxf86dri.
969  .
970  The XCB library provides an interface to the X Window System protocol,
971  designed to replace the Xlib interface.  XCB provides several advantages over
972  Xlib:
973  .
974   * Size: small library and lower memory footprint
975   * Latency hiding: batch several requests and wait for the replies later
976   * Direct protocol access: one-to-one mapping between interface and protocol
977   * Thread support: access XCB from multiple threads, with no explicit locking
978   * Easy creation of new extensions: automatically generates interface from
979     machine-parsable protocol descriptions
980  .
981  Homepage: http://xcb.freedesktop.org
982
983 Package: libxcbxfixes0
984 Section: libs
985 Architecture: any
986 Depends: ${shlibs:Depends}, ${misc:Depends}
987 Description: X C Binding, xfixes extension
988  This package contains the library files needed to run software using
989  libXCBxfixes, the xfixes extension for the X C Binding.
990  .
991  The XCB library provides an interface to the X Window System protocol,
992  designed to replace the Xlib interface.  XCB provides several advantages over
993  Xlib:
994  .
995   * Size: small library and lower memory footprint
996   * Latency hiding: batch several requests and wait for the replies later
997   * Direct protocol access: one-to-one mapping between interface and protocol
998   * Thread support: access XCB from multiple threads, with no explicit locking
999   * Easy creation of new extensions: automatically generates interface from
1000     machine-parsable protocol descriptions
1001  .
1002  Homepage: http://xcb.freedesktop.org
1003
1004 Package: libxcbxfixes0-dev
1005 Section: libdevel
1006 Architecture: any
1007 Depends: libxcbxfixes0 (= ${Source-Version}), libxcb0-dev, libxcbrender0-dev, libxcbshape0-dev
1008 Pre-Depends: x11-common (>= 1:1.09)
1009 Description: X C Binding, xfixes extension, development files
1010  This package contains the header and library files needed to build software
1011  using libXCBxfixes, the xfixes extension for the X C Binding.
1012  .
1013  The XCB library provides an interface to the X Window System protocol,
1014  designed to replace the Xlib interface.  XCB provides several advantages over
1015  Xlib:
1016  .
1017   * Size: small library and lower memory footprint
1018   * Latency hiding: batch several requests and wait for the replies later
1019   * Direct protocol access: one-to-one mapping between interface and protocol
1020   * Thread support: access XCB from multiple threads, with no explicit locking
1021   * Easy creation of new extensions: automatically generates interface from
1022     machine-parsable protocol descriptions
1023  .
1024  Homepage: http://xcb.freedesktop.org
1025
1026 Package: libxcbxfixes0-dbg
1027 Section: libdevel
1028 Architecture: any
1029 Depends: libxcbxfixes0 (= ${Source-Version})
1030 Description: X C Binding, xfixes extension, debugging symbols
1031  This package contains the debugging symbols associated with
1032  libXCBxfixes, the xfixes extension for the X C Binding.  gdb will
1033  automatically use these symbols when debugging libXCBxfixes.
1034  .
1035  The XCB library provides an interface to the X Window System protocol,
1036  designed to replace the Xlib interface.  XCB provides several advantages over
1037  Xlib:
1038  .
1039   * Size: small library and lower memory footprint
1040   * Latency hiding: batch several requests and wait for the replies later
1041   * Direct protocol access: one-to-one mapping between interface and protocol
1042   * Thread support: access XCB from multiple threads, with no explicit locking
1043   * Easy creation of new extensions: automatically generates interface from
1044     machine-parsable protocol descriptions
1045  .
1046  Homepage: http://xcb.freedesktop.org
1047
1048 Package: libxcbxprint0
1049 Section: libs
1050 Architecture: any
1051 Depends: ${shlibs:Depends}, ${misc:Depends}
1052 Description: X C Binding, xprint extension
1053  This package contains the library files needed to run software using
1054  libXCBxprint, the xprint extension for the X C Binding.
1055  .
1056  The XCB library provides an interface to the X Window System protocol,
1057  designed to replace the Xlib interface.  XCB provides several advantages over
1058  Xlib:
1059  .
1060   * Size: small library and lower memory footprint
1061   * Latency hiding: batch several requests and wait for the replies later
1062   * Direct protocol access: one-to-one mapping between interface and protocol
1063   * Thread support: access XCB from multiple threads, with no explicit locking
1064   * Easy creation of new extensions: automatically generates interface from
1065     machine-parsable protocol descriptions
1066  .
1067  Homepage: http://xcb.freedesktop.org
1068
1069 Package: libxcbxprint0-dev
1070 Section: libdevel
1071 Architecture: any
1072 Depends: libxcbxprint0 (= ${Source-Version}), libxcb0-dev
1073 Pre-Depends: x11-common (>= 1:1.09)
1074 Description: X C Binding, xprint extension, development files
1075  This package contains the header and library files needed to build software
1076  using libXCBxprint, the xprint extension for the X C Binding.
1077  .
1078  The XCB library provides an interface to the X Window System protocol,
1079  designed to replace the Xlib interface.  XCB provides several advantages over
1080  Xlib:
1081  .
1082   * Size: small library and lower memory footprint
1083   * Latency hiding: batch several requests and wait for the replies later
1084   * Direct protocol access: one-to-one mapping between interface and protocol
1085   * Thread support: access XCB from multiple threads, with no explicit locking
1086   * Easy creation of new extensions: automatically generates interface from
1087     machine-parsable protocol descriptions
1088  .
1089  Homepage: http://xcb.freedesktop.org
1090
1091 Package: libxcbxprint0-dbg
1092 Section: libdevel
1093 Architecture: any
1094 Depends: libxcbxprint0 (= ${Source-Version})
1095 Description: X C Binding, xprint extension, debugging symbols
1096  This package contains the debugging symbols associated with
1097  libXCBxprint, the xprint extension for the X C Binding.  gdb will
1098  automatically use these symbols when debugging libXCBxprint.
1099  .
1100  The XCB library provides an interface to the X Window System protocol,
1101  designed to replace the Xlib interface.  XCB provides several advantages over
1102  Xlib:
1103  .
1104   * Size: small library and lower memory footprint
1105   * Latency hiding: batch several requests and wait for the replies later
1106   * Direct protocol access: one-to-one mapping between interface and protocol
1107   * Thread support: access XCB from multiple threads, with no explicit locking
1108   * Easy creation of new extensions: automatically generates interface from
1109     machine-parsable protocol descriptions
1110  .
1111  Homepage: http://xcb.freedesktop.org
1112
1113 Package: libxcbxtest0
1114 Section: libs
1115 Architecture: any
1116 Depends: ${shlibs:Depends}, ${misc:Depends}
1117 Description: X C Binding, xtest extension
1118  This package contains the library files needed to run software using
1119  libXCBxtest, the xtest extension for the X C Binding.
1120  .
1121  The XCB library provides an interface to the X Window System protocol,
1122  designed to replace the Xlib interface.  XCB provides several advantages over
1123  Xlib:
1124  .
1125   * Size: small library and lower memory footprint
1126   * Latency hiding: batch several requests and wait for the replies later
1127   * Direct protocol access: one-to-one mapping between interface and protocol
1128   * Thread support: access XCB from multiple threads, with no explicit locking
1129   * Easy creation of new extensions: automatically generates interface from
1130     machine-parsable protocol descriptions
1131  .
1132  Homepage: http://xcb.freedesktop.org
1133
1134 Package: libxcbxtest0-dev
1135 Section: libdevel
1136 Architecture: any
1137 Depends: libxcbxtest0 (= ${Source-Version}), libxcb0-dev
1138 Pre-Depends: x11-common (>= 1:1.09)
1139 Description: X C Binding, xtest extension, development files
1140  This package contains the header and library files needed to build software
1141  using libXCBxtest, the xtest extension for the X C Binding.
1142  .
1143  The XCB library provides an interface to the X Window System protocol,
1144  designed to replace the Xlib interface.  XCB provides several advantages over
1145  Xlib:
1146  .
1147   * Size: small library and lower memory footprint
1148   * Latency hiding: batch several requests and wait for the replies later
1149   * Direct protocol access: one-to-one mapping between interface and protocol
1150   * Thread support: access XCB from multiple threads, with no explicit locking
1151   * Easy creation of new extensions: automatically generates interface from
1152     machine-parsable protocol descriptions
1153  .
1154  Homepage: http://xcb.freedesktop.org
1155
1156 Package: libxcbxtest0-dbg
1157 Section: libdevel
1158 Architecture: any
1159 Depends: libxcbxtest0 (= ${Source-Version})
1160 Description: X C Binding, xtest extension, debugging symbols
1161  This package contains the debugging symbols associated with
1162  libXCBxtest, the xtest extension for the X C Binding.  gdb will
1163  automatically use these symbols when debugging libXCBxtest.
1164  .
1165  The XCB library provides an interface to the X Window System protocol,
1166  designed to replace the Xlib interface.  XCB provides several advantages over
1167  Xlib:
1168  .
1169   * Size: small library and lower memory footprint
1170   * Latency hiding: batch several requests and wait for the replies later
1171   * Direct protocol access: one-to-one mapping between interface and protocol
1172   * Thread support: access XCB from multiple threads, with no explicit locking
1173   * Easy creation of new extensions: automatically generates interface from
1174     machine-parsable protocol descriptions
1175  .
1176  Homepage: http://xcb.freedesktop.org
1177
1178 Package: libxcbxv0
1179 Section: libs
1180 Architecture: any
1181 Depends: ${shlibs:Depends}, ${misc:Depends}
1182 Description: X C Binding, xv extension
1183  This package contains the library files needed to run software using
1184  libXCBxv, the xv extension for the X C Binding.
1185  .
1186  The XCB library provides an interface to the X Window System protocol,
1187  designed to replace the Xlib interface.  XCB provides several advantages over
1188  Xlib:
1189  .
1190   * Size: small library and lower memory footprint
1191   * Latency hiding: batch several requests and wait for the replies later
1192   * Direct protocol access: one-to-one mapping between interface and protocol
1193   * Thread support: access XCB from multiple threads, with no explicit locking
1194   * Easy creation of new extensions: automatically generates interface from
1195     machine-parsable protocol descriptions
1196  .
1197  Homepage: http://xcb.freedesktop.org
1198
1199 Package: libxcbxv0-dev
1200 Section: libdevel
1201 Architecture: any
1202 Depends: libxcbxv0 (= ${Source-Version}), libxcb0-dev, libxcbshm0-dev
1203 Pre-Depends: x11-common (>= 1:1.09)
1204 Description: X C Binding, xv extension, development files
1205  This package contains the header and library files needed to build software
1206  using libXCBxv, the xv extension for the X C Binding.
1207  .
1208  The XCB library provides an interface to the X Window System protocol,
1209  designed to replace the Xlib interface.  XCB provides several advantages over
1210  Xlib:
1211  .
1212   * Size: small library and lower memory footprint
1213   * Latency hiding: batch several requests and wait for the replies later
1214   * Direct protocol access: one-to-one mapping between interface and protocol
1215   * Thread support: access XCB from multiple threads, with no explicit locking
1216   * Easy creation of new extensions: automatically generates interface from
1217     machine-parsable protocol descriptions
1218  .
1219  Homepage: http://xcb.freedesktop.org
1220
1221 Package: libxcbxv0-dbg
1222 Section: libdevel
1223 Architecture: any
1224 Depends: libxcbxv0 (= ${Source-Version})
1225 Description: X C Binding, xv extension, debugging symbols
1226  This package contains the debugging symbols associated with
1227  libXCBxv, the xv extension for the X C Binding.  gdb will
1228  automatically use these symbols when debugging libXCBxv.
1229  .
1230  The XCB library provides an interface to the X Window System protocol,
1231  designed to replace the Xlib interface.  XCB provides several advantages over
1232  Xlib:
1233  .
1234   * Size: small library and lower memory footprint
1235   * Latency hiding: batch several requests and wait for the replies later
1236   * Direct protocol access: one-to-one mapping between interface and protocol
1237   * Thread support: access XCB from multiple threads, with no explicit locking
1238   * Easy creation of new extensions: automatically generates interface from
1239     machine-parsable protocol descriptions
1240  .
1241  Homepage: http://xcb.freedesktop.org
1242
1243 Package: libxcbxvmc0
1244 Section: libs
1245 Architecture: any
1246 Depends: ${shlibs:Depends}, ${misc:Depends}
1247 Description: X C Binding, xvmc extension
1248  This package contains the library files needed to run software using
1249  libXCBxvmc, the xvmc extension for the X C Binding.
1250  .
1251  The XCB library provides an interface to the X Window System protocol,
1252  designed to replace the Xlib interface.  XCB provides several advantages over
1253  Xlib:
1254  .
1255   * Size: small library and lower memory footprint
1256   * Latency hiding: batch several requests and wait for the replies later
1257   * Direct protocol access: one-to-one mapping between interface and protocol
1258   * Thread support: access XCB from multiple threads, with no explicit locking
1259   * Easy creation of new extensions: automatically generates interface from
1260     machine-parsable protocol descriptions
1261  .
1262  Homepage: http://xcb.freedesktop.org
1263
1264 Package: libxcbxvmc0-dev
1265 Section: libdevel
1266 Architecture: any
1267 Depends: libxcbxvmc0 (= ${Source-Version}), libxcb0-dev, libxcbxv0-dev
1268 Pre-Depends: x11-common (>= 1:1.09)
1269 Description: X C Binding, xvmc extension, development files
1270  This package contains the header and library files needed to build software
1271  using libXCBxvmc, the xvmc extension for the X C Binding.
1272  .
1273  The XCB library provides an interface to the X Window System protocol,
1274  designed to replace the Xlib interface.  XCB provides several advantages over
1275  Xlib:
1276  .
1277   * Size: small library and lower memory footprint
1278   * Latency hiding: batch several requests and wait for the replies later
1279   * Direct protocol access: one-to-one mapping between interface and protocol
1280   * Thread support: access XCB from multiple threads, with no explicit locking
1281   * Easy creation of new extensions: automatically generates interface from
1282     machine-parsable protocol descriptions
1283  .
1284  Homepage: http://xcb.freedesktop.org
1285
1286 Package: libxcbxvmc0-dbg
1287 Section: libdevel
1288 Architecture: any
1289 Depends: libxcbxvmc0 (= ${Source-Version})
1290 Description: X C Binding, xvmc extension, debugging symbols
1291  This package contains the debugging symbols associated with
1292  libXCBxvmc, the xvmc extension for the X C Binding.  gdb will
1293  automatically use these symbols when debugging libXCBxvmc.
1294  .
1295  The XCB library provides an interface to the X Window System protocol,
1296  designed to replace the Xlib interface.  XCB provides several advantages over
1297  Xlib:
1298  .
1299   * Size: small library and lower memory footprint
1300   * Latency hiding: batch several requests and wait for the replies later
1301   * Direct protocol access: one-to-one mapping between interface and protocol
1302   * Thread support: access XCB from multiple threads, with no explicit locking
1303   * Easy creation of new extensions: automatically generates interface from
1304     machine-parsable protocol descriptions
1305  .
1306  Homepage: http://xcb.freedesktop.org