[Xcb-commit] 6 commits - xcb xcb-demo

Josh Triplett josh at kemper.freedesktop.org
Thu Apr 27 23:48:23 PDT 2006


 xcb-demo/README                           |   10 
 xcb/debian/changelog                      |    3 
 xcb/debian/control                        | 1245 +++++++++++++++++++++++++++++-
 xcb/debian/libxcb0-dev.install            |   14 
 xcb/debian/libxcb0.install                |    2 
 xcb/debian/libxcbcomposite0-dev.install   |    4 
 xcb/debian/libxcbcomposite0.install       |    1 
 xcb/debian/libxcbdamage0-dev.install      |    4 
 xcb/debian/libxcbdamage0.install          |    1 
 xcb/debian/libxcbdpms0-dev.install        |    4 
 xcb/debian/libxcbdpms0.install            |    1 
 xcb/debian/libxcbglx0-dev.install         |    4 
 xcb/debian/libxcbglx0.install             |    1 
 xcb/debian/libxcbrandr0-dev.install       |    4 
 xcb/debian/libxcbrandr0.install           |    1 
 xcb/debian/libxcbrecord0-dev.install      |    4 
 xcb/debian/libxcbrecord0.install          |    1 
 xcb/debian/libxcbrender0-dev.install      |    4 
 xcb/debian/libxcbrender0.install          |    1 
 xcb/debian/libxcbres0-dev.install         |    4 
 xcb/debian/libxcbres0.install             |    1 
 xcb/debian/libxcbscreensaver0-dev.install |    4 
 xcb/debian/libxcbscreensaver0.install     |    1 
 xcb/debian/libxcbshape0-dev.install       |    4 
 xcb/debian/libxcbshape0.install           |    1 
 xcb/debian/libxcbshm0-dev.install         |    4 
 xcb/debian/libxcbshm0.install             |    1 
 xcb/debian/libxcbsync0-dev.install        |    4 
 xcb/debian/libxcbsync0.install            |    1 
 xcb/debian/libxcbxevie0-dev.install       |    4 
 xcb/debian/libxcbxevie0.install           |    1 
 xcb/debian/libxcbxf86dri0-dev.install     |    4 
 xcb/debian/libxcbxf86dri0.install         |    1 
 xcb/debian/libxcbxfixes0-dev.install      |    4 
 xcb/debian/libxcbxfixes0.install          |    1 
 xcb/debian/libxcbxprint0-dev.install      |    4 
 xcb/debian/libxcbxprint0.install          |    1 
 xcb/debian/libxcbxtest0-dev.install       |    4 
 xcb/debian/libxcbxtest0.install           |    1 
 xcb/debian/libxcbxv0-dev.install          |    4 
 xcb/debian/libxcbxv0.install              |    1 
 xcb/debian/libxcbxvmc0-dev.install        |    4 
 xcb/debian/libxcbxvmc0.install            |    1 
 xcb/debian/rules                          |   22 
 44 files changed, 1377 insertions(+), 14 deletions(-)

New commits:
diff-tree bd4beb7f2567f867fc993e1577efa20449b43b1a (from parents)
Merge: d6e7f5121daf6e09b0f5dc9c3a7d40d3426b5ae7 7a0fa477de99b5e2104598dc056deeae9a9df583
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 23:47:56 2006 -0700

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb

diff-tree d6e7f5121daf6e09b0f5dc9c3a7d40d3426b5ae7 (from 59ce58a6c001a070bebf9dc680e80ea0e1b110b3)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 23:40:55 2006 -0700

    Update debian packaging to create library, -dev, and -dbg packages for each new extension library.

diff --git a/xcb/debian/changelog b/xcb/debian/changelog
index d48a072..eb40998 100644
--- a/xcb/debian/changelog
+++ b/xcb/debian/changelog
@@ -10,8 +10,9 @@ libxcb0 (0.9-3) UNRELEASED; urgency=low
     * Change Depends and Build-Depends on x-dev to x11proto-core-dev.
     * Install headers to /usr/include/X11, not /usr/X11R6/include/X11.
     * Pre-Depends: x11-common (>= 1:1.09).
+  * Create library, -dev, and -dbg packages for each new extension library.
 
- -- Josh Triplett <josh at freedesktop.org>  Sun, 16 Apr 2006 09:25:09 -0700
+ -- Josh Triplett <josh at freedesktop.org>  Thu, 27 Apr 2006 21:13:50 -0700
 
 libxcb0 (0.9-2) unstable; urgency=low
 
diff --git a/xcb/debian/control b/xcb/debian/control
index d3d80e0..7670c71 100644
--- a/xcb/debian/control
+++ b/xcb/debian/control
@@ -11,8 +11,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X C Binding
- This package contains the library files needed to run software using the X C
- Binding (XCB).
+ This package contains the library files needed to run software using libXCB,
+ the X C Binding.
  .
  The XCB library provides an interface to the X Window System protocol,
  designed to replace the Xlib interface.  XCB provides several advantages over
@@ -34,7 +34,7 @@ Depends: libxcb0 (= ${Source-Version}), 
 Pre-Depends: x11-common (>= 1:1.09)
 Description: X C Binding, development files
  This package contains the header and library files needed to build software
- using the X C Binding (XCB) library.
+ using libXCB, the X C Binding.
  .
  The XCB library provides an interface to the X Window System protocol,
  designed to replace the Xlib interface.  XCB provides several advantages over
@@ -54,8 +54,1243 @@ Section: libdevel
 Architecture: any
 Depends: libxcb0 (= ${Source-Version})
 Description: X C Binding, debugging symbols
- This package contains the debugging symbols associated with libxcb0. gdb will
- automatically use these symbols when debugging libxcb0.
+ This package contains the debugging symbols associated with libXCB, the X C
+ Binding.  gdb will automatically use these symbols when debugging libXCB.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbcomposite0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, composite extension
+ This package contains the library files needed to run software using
+ libXCBcomposite, the composite extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbcomposite0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbcomposite0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, composite extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBcomposite, the composite extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbcomposite0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbcomposite0 (= ${Source-Version})
+Description: X C Binding, composite extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBcomposite, the composite extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBcomposite.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbdamage0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, damage extension
+ This package contains the library files needed to run software using
+ libXCBdamage, the damage extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbdamage0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbdamage0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, damage extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBdamage, the damage extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbdamage0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbdamage0 (= ${Source-Version})
+Description: X C Binding, damage extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBdamage, the damage extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBdamage.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbdpms0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, dpms extension
+ This package contains the library files needed to run software using
+ libXCBdpms, the dpms extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbdpms0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbdpms0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, dpms extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBdpms, the dpms extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbdpms0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbdpms0 (= ${Source-Version})
+Description: X C Binding, dpms extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBdpms, the dpms extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBdpms.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbglx0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, glx extension
+ This package contains the library files needed to run software using
+ libXCBglx, the glx extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbglx0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbglx0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, glx extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBglx, the glx extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbglx0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbglx0 (= ${Source-Version})
+Description: X C Binding, glx extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBglx, the glx extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBglx.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrandr0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, randr extension
+ This package contains the library files needed to run software using
+ libXCBrandr, the randr extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrandr0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbrandr0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, randr extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBrandr, the randr extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrandr0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbrandr0 (= ${Source-Version})
+Description: X C Binding, randr extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBrandr, the randr extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBrandr.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrecord0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, record extension
+ This package contains the library files needed to run software using
+ libXCBrecord, the record extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrecord0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbrecord0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, record extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBrecord, the record extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrecord0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbrecord0 (= ${Source-Version})
+Description: X C Binding, record extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBrecord, the record extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBrecord.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrender0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, render extension
+ This package contains the library files needed to run software using
+ libXCBrender, the render extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrender0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbrender0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, render extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBrender, the render extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbrender0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbrender0 (= ${Source-Version})
+Description: X C Binding, render extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBrender, the render extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBrender.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbres0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, res extension
+ This package contains the library files needed to run software using
+ libXCBres, the res extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbres0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbres0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, res extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBres, the res extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbres0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbres0 (= ${Source-Version})
+Description: X C Binding, res extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBres, the res extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBres.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbscreensaver0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, screensaver extension
+ This package contains the library files needed to run software using
+ libXCBscreensaver, the screensaver extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbscreensaver0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbscreensaver0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, screensaver extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBscreensaver, the screensaver extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbscreensaver0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbscreensaver0 (= ${Source-Version})
+Description: X C Binding, screensaver extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBscreensaver, the screensaver extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBscreensaver.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbshape0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, shape extension
+ This package contains the library files needed to run software using
+ libXCBshape, the shape extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbshape0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbshape0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, shape extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBshape, the shape extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbshape0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbshape0 (= ${Source-Version})
+Description: X C Binding, shape extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBshape, the shape extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBshape.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbshm0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, shm extension
+ This package contains the library files needed to run software using
+ libXCBshm, the shm extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbshm0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbshm0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, shm extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBshm, the shm extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbshm0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbshm0 (= ${Source-Version})
+Description: X C Binding, shm extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBshm, the shm extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBshm.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbsync0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, sync extension
+ This package contains the library files needed to run software using
+ libXCBsync, the sync extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbsync0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbsync0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, sync extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBsync, the sync extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbsync0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbsync0 (= ${Source-Version})
+Description: X C Binding, sync extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBsync, the sync extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBsync.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxevie0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xevie extension
+ This package contains the library files needed to run software using
+ libXCBxevie, the xevie extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxevie0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbxevie0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, xevie extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBxevie, the xevie extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxevie0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbxevie0 (= ${Source-Version})
+Description: X C Binding, xevie extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBxevie, the xevie extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBxevie.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxf86dri0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xf86dri extension
+ This package contains the library files needed to run software using
+ libXCBxf86dri, the xf86dri extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxf86dri0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbxf86dri0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, xf86dri extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBxf86dri, the xf86dri extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxf86dri0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbxf86dri0 (= ${Source-Version})
+Description: X C Binding, xf86dri extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBxf86dri, the xf86dri extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBxf86dri.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxfixes0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xfixes extension
+ This package contains the library files needed to run software using
+ libXCBxfixes, the xfixes extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxfixes0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbxfixes0 (= ${Source-Version}), libxcb0-dev, libxcbrender0-dev, libxcbshape0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, xfixes extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBxfixes, the xfixes extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxfixes0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbxfixes0 (= ${Source-Version})
+Description: X C Binding, xfixes extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBxfixes, the xfixes extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBxfixes.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxprint0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xprint extension
+ This package contains the library files needed to run software using
+ libXCBxprint, the xprint extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxprint0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbxprint0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, xprint extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBxprint, the xprint extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxprint0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbxprint0 (= ${Source-Version})
+Description: X C Binding, xprint extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBxprint, the xprint extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBxprint.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxtest0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xtest extension
+ This package contains the library files needed to run software using
+ libXCBxtest, the xtest extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxtest0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbxtest0 (= ${Source-Version}), libxcb0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, xtest extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBxtest, the xtest extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxtest0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbxtest0 (= ${Source-Version})
+Description: X C Binding, xtest extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBxtest, the xtest extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBxtest.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxv0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xv extension
+ This package contains the library files needed to run software using
+ libXCBxv, the xv extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxv0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbxv0 (= ${Source-Version}), libxcb0-dev, libxcbshm0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, xv extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBxv, the xv extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxv0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbxv0 (= ${Source-Version})
+Description: X C Binding, xv extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBxv, the xv extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBxv.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxvmc0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xvmc extension
+ This package contains the library files needed to run software using
+ libXCBxvmc, the xvmc extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxvmc0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcbxvmc0 (= ${Source-Version}), libxcb0-dev, libxv0-dev
+Pre-Depends: x11-common (>= 1:1.09)
+Description: X C Binding, xvmc extension, development files
+ This package contains the header and library files needed to build software
+ using libXCBxvmc, the xvmc extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface.  XCB provides several advantages over
+ Xlib:
+ .
+  * Size: small library and lower memory footprint
+  * Latency hiding: batch several requests and wait for the replies later
+  * Direct protocol access: one-to-one mapping between interface and protocol
+  * Thread support: access XCB from multiple threads, with no explicit locking
+  * Easy creation of new extensions: automatically generates interface from
+    machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcbxvmc0-dbg
+Section: libdevel
+Architecture: any
+Depends: libxcbxvmc0 (= ${Source-Version})
+Description: X C Binding, xvmc extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libXCBxvmc, the xvmc extension for the X C Binding.  gdb will
+ automatically use these symbols when debugging libXCBxvmc.
  .
  The XCB library provides an interface to the X Window System protocol,
  designed to replace the Xlib interface.  XCB provides several advantages over
diff --git a/xcb/debian/libxcb0-dev.install b/xcb/debian/libxcb0-dev.install
index 9cc96e7..6668a0e 100644
--- a/xcb/debian/libxcb0-dev.install
+++ b/xcb/debian/libxcb0-dev.install
@@ -1,4 +1,10 @@
-usr/include/X11/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/include/X11/XCB/bigreq.h
+usr/include/X11/XCB/xc_misc.h
+usr/include/X11/XCB/xcb.h
+usr/include/X11/XCB/xcb_types.h
+usr/include/X11/XCB/xcbext.h
+usr/include/X11/XCB/xcbxlib.h
+usr/include/X11/XCB/xproto.h
+usr/lib/libXCB.a
+usr/lib/libXCB.so
+usr/lib/pkgconfig/xcb.pc
diff --git a/xcb/debian/libxcb0.install b/xcb/debian/libxcb0.install
index d0dbfd1..1b59f13 100644
--- a/xcb/debian/libxcb0.install
+++ b/xcb/debian/libxcb0.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/libXCB.so.*
diff --git a/xcb/debian/libxcbcomposite0-dev.install b/xcb/debian/libxcbcomposite0-dev.install
new file mode 100644
index 0000000..3e5a587
--- /dev/null
+++ b/xcb/debian/libxcbcomposite0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/composite.h
+usr/lib/libXCBcomposite.a
+usr/lib/libXCBcomposite.so
+usr/lib/pkgconfig/xcb-composite.pc
diff --git a/xcb/debian/libxcbcomposite0.install b/xcb/debian/libxcbcomposite0.install
new file mode 100644
index 0000000..78d90e8
--- /dev/null
+++ b/xcb/debian/libxcbcomposite0.install
@@ -0,0 +1 @@
+usr/lib/libXCBcomposite.so.*
diff --git a/xcb/debian/libxcbdamage0-dev.install b/xcb/debian/libxcbdamage0-dev.install
new file mode 100644
index 0000000..79d8c78
--- /dev/null
+++ b/xcb/debian/libxcbdamage0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/damage.h
+usr/lib/libXCBdamage.a
+usr/lib/libXCBdamage.so
+usr/lib/pkgconfig/xcb-damage.pc
diff --git a/xcb/debian/libxcbdamage0.install b/xcb/debian/libxcbdamage0.install
new file mode 100644
index 0000000..1a975ad
--- /dev/null
+++ b/xcb/debian/libxcbdamage0.install
@@ -0,0 +1 @@
+usr/lib/libXCBdamage.so.*
diff --git a/xcb/debian/libxcbdpms0-dev.install b/xcb/debian/libxcbdpms0-dev.install
new file mode 100644
index 0000000..24db255
--- /dev/null
+++ b/xcb/debian/libxcbdpms0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/dpms.h
+usr/lib/libXCBdpms.a
+usr/lib/libXCBdpms.so
+usr/lib/pkgconfig/xcb-dpms.pc
diff --git a/xcb/debian/libxcbdpms0.install b/xcb/debian/libxcbdpms0.install
new file mode 100644
index 0000000..6e3b9cf
--- /dev/null
+++ b/xcb/debian/libxcbdpms0.install
@@ -0,0 +1 @@
+usr/lib/libXCBdpms.so.*
diff --git a/xcb/debian/libxcbglx0-dev.install b/xcb/debian/libxcbglx0-dev.install
new file mode 100644
index 0000000..e6339cb
--- /dev/null
+++ b/xcb/debian/libxcbglx0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/glx.h
+usr/lib/libXCBglx.a
+usr/lib/libXCBglx.so
+usr/lib/pkgconfig/xcb-glx.pc
diff --git a/xcb/debian/libxcbglx0.install b/xcb/debian/libxcbglx0.install
new file mode 100644
index 0000000..3fbf214
--- /dev/null
+++ b/xcb/debian/libxcbglx0.install
@@ -0,0 +1 @@
+usr/lib/libXCBglx.so.*
diff --git a/xcb/debian/libxcbrandr0-dev.install b/xcb/debian/libxcbrandr0-dev.install
new file mode 100644
index 0000000..75433ca
--- /dev/null
+++ b/xcb/debian/libxcbrandr0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/randr.h
+usr/lib/libXCBrandr.a
+usr/lib/libXCBrandr.so
+usr/lib/pkgconfig/xcb-randr.pc
diff --git a/xcb/debian/libxcbrandr0.install b/xcb/debian/libxcbrandr0.install
new file mode 100644
index 0000000..ed1577e
--- /dev/null
+++ b/xcb/debian/libxcbrandr0.install
@@ -0,0 +1 @@
+usr/lib/libXCBrandr.so.*
diff --git a/xcb/debian/libxcbrecord0-dev.install b/xcb/debian/libxcbrecord0-dev.install
new file mode 100644
index 0000000..1e434f5
--- /dev/null
+++ b/xcb/debian/libxcbrecord0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/record.h
+usr/lib/libXCBrecord.a
+usr/lib/libXCBrecord.so
+usr/lib/pkgconfig/xcb-record.pc
diff --git a/xcb/debian/libxcbrecord0.install b/xcb/debian/libxcbrecord0.install
new file mode 100644
index 0000000..3db5266
--- /dev/null
+++ b/xcb/debian/libxcbrecord0.install
@@ -0,0 +1 @@
+usr/lib/libXCBrecord.so.*
diff --git a/xcb/debian/libxcbrender0-dev.install b/xcb/debian/libxcbrender0-dev.install
new file mode 100644
index 0000000..d74dbc4
--- /dev/null
+++ b/xcb/debian/libxcbrender0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/render.h
+usr/lib/libXCBrender.a
+usr/lib/libXCBrender.so
+usr/lib/pkgconfig/xcb-render.pc
diff --git a/xcb/debian/libxcbrender0.install b/xcb/debian/libxcbrender0.install
new file mode 100644
index 0000000..2de7864
--- /dev/null
+++ b/xcb/debian/libxcbrender0.install
@@ -0,0 +1 @@
+usr/lib/libXCBrender.so.*
diff --git a/xcb/debian/libxcbres0-dev.install b/xcb/debian/libxcbres0-dev.install
new file mode 100644
index 0000000..bdbd381
--- /dev/null
+++ b/xcb/debian/libxcbres0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/res.h
+usr/lib/libXCBres.a
+usr/lib/libXCBres.so
+usr/lib/pkgconfig/xcb-res.pc
diff --git a/xcb/debian/libxcbres0.install b/xcb/debian/libxcbres0.install
new file mode 100644
index 0000000..086aa0c
--- /dev/null
+++ b/xcb/debian/libxcbres0.install
@@ -0,0 +1 @@
+usr/lib/libXCBres.so.*
diff --git a/xcb/debian/libxcbscreensaver0-dev.install b/xcb/debian/libxcbscreensaver0-dev.install
new file mode 100644
index 0000000..6431650
--- /dev/null
+++ b/xcb/debian/libxcbscreensaver0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/screensaver.h
+usr/lib/libXCBscreensaver.a
+usr/lib/libXCBscreensaver.so
+usr/lib/pkgconfig/xcb-screensaver.pc
diff --git a/xcb/debian/libxcbscreensaver0.install b/xcb/debian/libxcbscreensaver0.install
new file mode 100644
index 0000000..e7f5db0
--- /dev/null
+++ b/xcb/debian/libxcbscreensaver0.install
@@ -0,0 +1 @@
+usr/lib/libXCBscreensaver.so.*
diff --git a/xcb/debian/libxcbshape0-dev.install b/xcb/debian/libxcbshape0-dev.install
new file mode 100644
index 0000000..fe4054a
--- /dev/null
+++ b/xcb/debian/libxcbshape0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/shape.h
+usr/lib/libXCBshape.a
+usr/lib/libXCBshape.so
+usr/lib/pkgconfig/xcb-shape.pc
diff --git a/xcb/debian/libxcbshape0.install b/xcb/debian/libxcbshape0.install
new file mode 100644
index 0000000..1426cb9
--- /dev/null
+++ b/xcb/debian/libxcbshape0.install
@@ -0,0 +1 @@
+usr/lib/libXCBshape.so.*
diff --git a/xcb/debian/libxcbshm0-dev.install b/xcb/debian/libxcbshm0-dev.install
new file mode 100644
index 0000000..bd15282
--- /dev/null
+++ b/xcb/debian/libxcbshm0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/shm.h
+usr/lib/libXCBshm.a
+usr/lib/libXCBshm.so
+usr/lib/pkgconfig/xcb-shm.pc
diff --git a/xcb/debian/libxcbshm0.install b/xcb/debian/libxcbshm0.install
new file mode 100644
index 0000000..9582c0d
--- /dev/null
+++ b/xcb/debian/libxcbshm0.install
@@ -0,0 +1 @@
+usr/lib/libXCBshm.so.*
diff --git a/xcb/debian/libxcbsync0-dev.install b/xcb/debian/libxcbsync0-dev.install
new file mode 100644
index 0000000..d7fa98e
--- /dev/null
+++ b/xcb/debian/libxcbsync0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/sync.h
+usr/lib/libXCBsync.a
+usr/lib/libXCBsync.so
+usr/lib/pkgconfig/xcb-sync.pc
diff --git a/xcb/debian/libxcbsync0.install b/xcb/debian/libxcbsync0.install
new file mode 100644
index 0000000..8aac247
--- /dev/null
+++ b/xcb/debian/libxcbsync0.install
@@ -0,0 +1 @@
+usr/lib/libXCBsync.so.*
diff --git a/xcb/debian/libxcbxevie0-dev.install b/xcb/debian/libxcbxevie0-dev.install
new file mode 100644
index 0000000..26174cc
--- /dev/null
+++ b/xcb/debian/libxcbxevie0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/xevie.h
+usr/lib/libXCBxevie.a
+usr/lib/libXCBxevie.so
+usr/lib/pkgconfig/xcb-xevie.pc
diff --git a/xcb/debian/libxcbxevie0.install b/xcb/debian/libxcbxevie0.install
new file mode 100644
index 0000000..d5ab14d
--- /dev/null
+++ b/xcb/debian/libxcbxevie0.install
@@ -0,0 +1 @@
+usr/lib/libXCBxevie.so.*
diff --git a/xcb/debian/libxcbxf86dri0-dev.install b/xcb/debian/libxcbxf86dri0-dev.install
new file mode 100644
index 0000000..dc48c39
--- /dev/null
+++ b/xcb/debian/libxcbxf86dri0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/xf86dri.h
+usr/lib/libXCBxf86dri.a
+usr/lib/libXCBxf86dri.so
+usr/lib/pkgconfig/xcb-xf86dri.pc
diff --git a/xcb/debian/libxcbxf86dri0.install b/xcb/debian/libxcbxf86dri0.install
new file mode 100644
index 0000000..dfe4993
--- /dev/null
+++ b/xcb/debian/libxcbxf86dri0.install
@@ -0,0 +1 @@
+usr/lib/libXCBxf86dri.so.*
diff --git a/xcb/debian/libxcbxfixes0-dev.install b/xcb/debian/libxcbxfixes0-dev.install
new file mode 100644
index 0000000..3aa05a2
--- /dev/null
+++ b/xcb/debian/libxcbxfixes0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/xfixes.h
+usr/lib/libXCBxfixes.a
+usr/lib/libXCBxfixes.so
+usr/lib/pkgconfig/xcb-xfixes.pc
diff --git a/xcb/debian/libxcbxfixes0.install b/xcb/debian/libxcbxfixes0.install
new file mode 100644
index 0000000..7a2b7dc
--- /dev/null
+++ b/xcb/debian/libxcbxfixes0.install
@@ -0,0 +1 @@
+usr/lib/libXCBxfixes.so.*
diff --git a/xcb/debian/libxcbxprint0-dev.install b/xcb/debian/libxcbxprint0-dev.install
new file mode 100644
index 0000000..a00799f
--- /dev/null
+++ b/xcb/debian/libxcbxprint0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/xprint.h
+usr/lib/libXCBxprint.a
+usr/lib/libXCBxprint.so
+usr/lib/pkgconfig/xcb-xprint.pc
diff --git a/xcb/debian/libxcbxprint0.install b/xcb/debian/libxcbxprint0.install
new file mode 100644
index 0000000..13fdcba
--- /dev/null
+++ b/xcb/debian/libxcbxprint0.install
@@ -0,0 +1 @@
+usr/lib/libXCBxprint.so.*
diff --git a/xcb/debian/libxcbxtest0-dev.install b/xcb/debian/libxcbxtest0-dev.install
new file mode 100644
index 0000000..9fd44b6
--- /dev/null
+++ b/xcb/debian/libxcbxtest0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/xtest.h
+usr/lib/libXCBxtest.a
+usr/lib/libXCBxtest.so
+usr/lib/pkgconfig/xcb-xtest.pc
diff --git a/xcb/debian/libxcbxtest0.install b/xcb/debian/libxcbxtest0.install
new file mode 100644
index 0000000..96dccd3
--- /dev/null
+++ b/xcb/debian/libxcbxtest0.install
@@ -0,0 +1 @@
+usr/lib/libXCBxtest.so.*
diff --git a/xcb/debian/libxcbxv0-dev.install b/xcb/debian/libxcbxv0-dev.install
new file mode 100644
index 0000000..94dafd6
--- /dev/null
+++ b/xcb/debian/libxcbxv0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/xv.h
+usr/lib/libXCBxv.a
+usr/lib/libXCBxv.so
+usr/lib/pkgconfig/xcb-xv.pc
diff --git a/xcb/debian/libxcbxv0.install b/xcb/debian/libxcbxv0.install
new file mode 100644
index 0000000..4eee0eb
--- /dev/null
+++ b/xcb/debian/libxcbxv0.install
@@ -0,0 +1 @@
+usr/lib/libXCBxv.so.*
diff --git a/xcb/debian/libxcbxvmc0-dev.install b/xcb/debian/libxcbxvmc0-dev.install
new file mode 100644
index 0000000..1421fc8
--- /dev/null
+++ b/xcb/debian/libxcbxvmc0-dev.install
@@ -0,0 +1,4 @@
+usr/include/X11/XCB/xvmc.h
+usr/lib/libXCBxvmc.a
+usr/lib/libXCBxvmc.so
+usr/lib/pkgconfig/xcb-xvmc.pc
diff --git a/xcb/debian/libxcbxvmc0.install b/xcb/debian/libxcbxvmc0.install
new file mode 100644
index 0000000..7713ee8
--- /dev/null
+++ b/xcb/debian/libxcbxvmc0.install
@@ -0,0 +1 @@
+usr/lib/libXCBxvmc.so.*
diff --git a/xcb/debian/rules b/xcb/debian/rules
index f07c082..ac02b99 100755
--- a/xcb/debian/rules
+++ b/xcb/debian/rules
@@ -2,6 +2,28 @@
 
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
+# FIXME: cdbs shouldn't require this
+DEB_DBG_PACKAGE_libxcb0=libxcb0-dbg
+DEB_DBG_PACKAGE_libxcbcomposite0=libxcbcomposite0-dbg
+DEB_DBG_PACKAGE_libxcbdamage0=libxcbdamage0-dbg
+DEB_DBG_PACKAGE_libxcbdpms0=libxcbdpms0-dbg
+DEB_DBG_PACKAGE_libxcbglx0=libxcbglx0-dbg
+DEB_DBG_PACKAGE_libxcbrandr0=libxcbrandr0-dbg
+DEB_DBG_PACKAGE_libxcbrecord0=libxcbrecord0-dbg
+DEB_DBG_PACKAGE_libxcbrender0=libxcbrender0-dbg
+DEB_DBG_PACKAGE_libxcbres0=libxcbres0-dbg
+DEB_DBG_PACKAGE_libxcbscreensaver0=libxcbscreensaver0-dbg
+DEB_DBG_PACKAGE_libxcbshape0=libxcbshape0-dbg
+DEB_DBG_PACKAGE_libxcbshm0=libxcbshm0-dbg
+DEB_DBG_PACKAGE_libxcbsync0=libxcbsync0-dbg
+DEB_DBG_PACKAGE_libxcbxevie0=libxcbxevie0-dbg
+DEB_DBG_PACKAGE_libxcbxf86dri0=libxcbxf86dri0-dbg
+DEB_DBG_PACKAGE_libxcbxfixes0=libxcbxfixes0-dbg
+DEB_DBG_PACKAGE_libxcbxprint0=libxcbxprint0-dbg
+DEB_DBG_PACKAGE_libxcbxtest0=libxcbxtest0-dbg
+DEB_DBG_PACKAGE_libxcbxv0=libxcbxv0-dbg
+DEB_DBG_PACKAGE_libxcbxvmc0=libxcbxvmc0-dbg
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
diff-tree 59ce58a6c001a070bebf9dc680e80ea0e1b110b3 (from 51d342d807d1fa38d3fb52405acc70277c9e24a0)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 23:05:25 2006 -0700

    Add app/xte and neko to README.

diff --git a/xcb-demo/README b/xcb-demo/README
index f222556..6967b1c 100644
--- a/xcb-demo/README
+++ b/xcb-demo/README
@@ -8,6 +8,9 @@ xcbdpyinfo..: XCB port of the standard x
 xcbrandr....: test of the randr extension.
 xcbxvinfo...: test of the xv extension.
 
+app/xte.....: test of the xtest extension.
+neko/.......: XCB port of xneko.
+
 In tests/ :
 
 julia.......: example of XCBImage use, with a colormap.
diff-tree 51d342d807d1fa38d3fb52405acc70277c9e24a0 (from 2fb40e4cc005cf5d16fd1afd80db7c6db5e3558c)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 23:03:23 2006 -0700

    Add xcbxvinfo to README, and sort lines.

diff --git a/xcb-demo/README b/xcb-demo/README
index cb7018f..f222556 100644
--- a/xcb-demo/README
+++ b/xcb-demo/README
@@ -4,8 +4,9 @@ dpms........: test of the dpms extension
 hypnomoire..: test of threading support.
 rendertest..: test of the render extension.
 xcb-test....: test of the events on a window.
-xcbrandr....: test of the randr extension.
 xcbdpyinfo..: XCB port of the standard xdpyinfo.
+xcbrandr....: test of the randr extension.
+xcbxvinfo...: test of the xv extension.
 
 In tests/ :
 
diff-tree 2fb40e4cc005cf5d16fd1afd80db7c6db5e3558c (from 923af16521ab7509d94dddf4bd997e15acd4b3bb)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 23:02:25 2006 -0700

    Add description for hypnomoire in README.

diff --git a/xcb-demo/README b/xcb-demo/README
index bb4bb7a..cb7018f 100644
--- a/xcb-demo/README
+++ b/xcb-demo/README
@@ -1,7 +1,7 @@
 xcb-demo: A collection of demo programs that use the XCB library.
 
 dpms........: test of the dpms extension.
-hypnomoire..: 
+hypnomoire..: test of threading support.
 rendertest..: test of the render extension.
 xcb-test....: test of the events on a window.
 xcbrandr....: test of the randr extension.
diff-tree 923af16521ab7509d94dddf4bd997e15acd4b3bb (from 4fe0fa2a13541174b0328dcb7ca5ef63215be9b8)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 23:01:14 2006 -0700

    Add newline at end of README.

diff --git a/xcb-demo/README b/xcb-demo/README
index febd2c6..bb4bb7a 100644
--- a/xcb-demo/README
+++ b/xcb-demo/README
@@ -10,4 +10,4 @@ xcbdpyinfo..: XCB port of the standard x
 In tests/ :
 
 julia.......: example of XCBImage use, with a colormap.
-lissajoux...: simple example of XCBImage use.
\ No newline at end of file
+lissajoux...: simple example of XCBImage use.


More information about the xcb-commit mailing list