diff options
Diffstat (limited to 'debian')
45 files changed, 0 insertions, 1525 deletions
diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index a6db18d..0000000 --- a/debian/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -compat -copyright -stamp-* -tmp -files diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index ffad141..0000000 --- a/debian/changelog +++ /dev/null @@ -1,58 +0,0 @@ -libxcb (0.9-3) experimental; urgency=low - - * Stop running autoreconf in debian/rules, and remove Build-Depends for - autoconf, automake, and libtool. - * Update -dbg package handling to work with debhelper compat level 5. - Increase minimum version on debhelper Build-Depends to 5.0.0. - * Stop installing the libtool .la files. - * Add Build-Depends on libxdmcp-dev. - * Debian X11R7 transition: - * 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. - * Drop library version from source package name. - * Add a Section field for the source package in debian/control. - * Set DEB_MAKE_CHECK_TARGET=check in debian/rules. - * Stop setting DEB_CONFIGURE_EXTRA_FLAGS = --with-opt in debian/rules; - cdbs does the right thing on its own, and correctly handles - DEB_BUILD_OPTS. - * Work around the unsetting of CFLAGS in src/Makefile.am, by passing CFLAGS - to make via DEB_MAKE_INVOKE in debian/rules. - * Remove Bugs field in control, so bugs go to the Debian BTS. - * Set distribution to experimental. - - -- Josh Triplett <josh@freedesktop.org> Sat, 29 Apr 2006 15:57:15 -0700 - -libxcb0 (0.9-2) unstable; urgency=low - - * Split into libxcb0 and libxcb0-dev. - * Change control file for new packages. - * Add install and dirs files for new packages. - * Update Build-Depends for renaming of fd.o-xau, fd.o-xproto, and - fd.o-xcb-proto. - * Remove fd.o prefix from package name. - * Change Maintainer to xcb@lists.freedesktop.org, move myself to - Uploaders, and add Jamey Sharp to Uploaders. Update copyright.debian - accordingly. - * Add Bugs field pointing to xcb@lists.freedesktop.org. - * Update homepage URL in description and copyright.debian to - http://xcb.freedesktop.org, and put it in a Homepage: field in the - description. - * Add libxcb0-dbg package. - - -- Josh Triplett <josh@freedesktop.org> Tue, 17 May 2005 12:53:53 -0700 - -fd.o-xcb (0.9-1) unstable; urgency=low - - * New version using XSLT; works with XML descriptions in xcb-proto 0.9. - * Updated Debian packaging. - - -- Josh Triplett <josh@freedesktop.org> Fri, 29 Oct 2004 15:11:09 -0700 - -fd.o-xcb (0.8-1) unstable; urgency=low - - * Initial Release. - - -- Jamey Sharp <sharpone@debian.org> Thu, 18 Mar 2004 00:09:03 -0800 - diff --git a/debian/control b/debian/control deleted file mode 100644 index 6d0909e..0000000 --- a/debian/control +++ /dev/null @@ -1,1306 +0,0 @@ -Source: libxcb -Priority: optional -Section: libdevel -Maintainer: XCB Developers <xcb@lists.freedesktop.org> -Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org> -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) -Standards-Version: 3.6.1 - -Package: libxcb0 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: X C Binding - 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 - 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: libxcb0-dev -Section: libdevel -Architecture: any -Depends: libxcb0 (= ${Source-Version}), x11proto-core-dev -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 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 - 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: libxcb0-dbg -Section: libdevel -Architecture: any -Depends: libxcb0 (= ${Source-Version}) -Description: X C Binding, debugging symbols - 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 - libxcb-composite, 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 libxcb-composite, 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 - libxcb-composite, the composite extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-composite. - . - 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 - libxcb-damage, 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 libxcb-damage, 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 - libxcb-damage, the damage extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-damage. - . - 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 - libxcb-dpms, 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 libxcb-dpms, 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 - libxcb-dpms, the dpms extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-dpms. - . - 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 - libxcb-glx, 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 libxcb-glx, 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 - libxcb-glx, the glx extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-glx. - . - 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 - libxcb-randr, 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 libxcb-randr, 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 - libxcb-randr, the randr extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-randr. - . - 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 - libxcb-record, 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 libxcb-record, 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 - libxcb-record, the record extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-record. - . - 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 - libxcb-render, 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 libxcb-render, 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 - libxcb-render, the render extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-render. - . - 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 - libxcb-res, 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 libxcb-res, 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 - libxcb-res, the res extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-res. - . - 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 - libxcb-screensaver, 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 libxcb-screensaver, 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 - libxcb-screensaver, the screensaver extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-screensaver. - . - 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 - libxcb-shape, 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 libxcb-shape, 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 - libxcb-shape, the shape extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-shape. - . - 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 - libxcb-shm, 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 libxcb-shm, 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 - libxcb-shm, the shm extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-shm. - . - 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 - libxcb-sync, 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 libxcb-sync, 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 - libxcb-sync, the sync extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-sync. - . - 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 - libxcb-xevie, 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 libxcb-xevie, 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 - libxcb-xevie, the xevie extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-xevie. - . - 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 - libxcb-xf86dri, 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 libxcb-xf86dri, 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 - libxcb-xf86dri, the xf86dri extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-xf86dri. - . - 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 - libxcb-xfixes, 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 libxcb-xfixes, 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 - libxcb-xfixes, the xfixes extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-xfixes. - . - 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 - libxcb-xprint, 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 libxcb-xprint, 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 - libxcb-xprint, the xprint extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-xprint. - . - 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 - libxcb-xtest, 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 libxcb-xtest, 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 - libxcb-xtest, the xtest extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-xtest. - . - 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 - libxcb-xv, 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 libxcb-xv, 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 - libxcb-xv, the xv extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-xv. - . - 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 - libxcb-xvmc, 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, libxcbxv0-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 libxcb-xvmc, 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 - libxcb-xvmc, the xvmc extension for the X C Binding. gdb will - automatically use these symbols when debugging libxcb-xvmc. - . - 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 diff --git a/debian/copyright.debian b/debian/copyright.debian deleted file mode 100644 index 7cd330a..0000000 --- a/debian/copyright.debian +++ /dev/null @@ -1,12 +0,0 @@ -This package was debianized by Jamey Sharp <sharpone@debian.org> on -Thu, 18 Mar 2004 00:48:42 -0800, and later updated by Josh Triplett -<josh@freedesktop.org>. The package is co-maintained by the XCB developers -via the XCB mailing list <xcb@lists.freedesktop.org>. - -It was downloaded from http://xcb.freedesktop.org. - -Upstream Authors: Jamey Sharp <sharpone@debian.org> - Josh Triplett <josh@freedesktop.org> - -Copyright: - diff --git a/debian/libxcb0-dev.install b/debian/libxcb0-dev.install deleted file mode 100644 index 61d4a73..0000000 --- a/debian/libxcb0-dev.install +++ /dev/null @@ -1,9 +0,0 @@ -usr/include/X11/XCB/bigreq.h -usr/include/X11/XCB/xc_misc.h -usr/include/X11/XCB/xcb.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/debian/libxcb0.install b/debian/libxcb0.install deleted file mode 100644 index 4460d67..0000000 --- a/debian/libxcb0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb.so.* diff --git a/debian/libxcbcomposite0-dev.install b/debian/libxcbcomposite0-dev.install deleted file mode 100644 index aa85813..0000000 --- a/debian/libxcbcomposite0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/composite.h -usr/lib/libxcb-composite.a -usr/lib/libxcb-composite.so -usr/lib/pkgconfig/xcb-composite.pc diff --git a/debian/libxcbcomposite0.install b/debian/libxcbcomposite0.install deleted file mode 100644 index 7943ef0..0000000 --- a/debian/libxcbcomposite0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-composite.so.* diff --git a/debian/libxcbdamage0-dev.install b/debian/libxcbdamage0-dev.install deleted file mode 100644 index 38ae588..0000000 --- a/debian/libxcbdamage0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/damage.h -usr/lib/libxcb-damage.a -usr/lib/libxcb-damage.so -usr/lib/pkgconfig/xcb-damage.pc diff --git a/debian/libxcbdamage0.install b/debian/libxcbdamage0.install deleted file mode 100644 index e33a41e..0000000 --- a/debian/libxcbdamage0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-damage.so.* diff --git a/debian/libxcbdpms0-dev.install b/debian/libxcbdpms0-dev.install deleted file mode 100644 index 307e55b..0000000 --- a/debian/libxcbdpms0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/dpms.h -usr/lib/libxcb-dpms.a -usr/lib/libxcb-dpms.so -usr/lib/pkgconfig/xcb-dpms.pc diff --git a/debian/libxcbdpms0.install b/debian/libxcbdpms0.install deleted file mode 100644 index c78e4e8..0000000 --- a/debian/libxcbdpms0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-dpms.so.* diff --git a/debian/libxcbglx0-dev.install b/debian/libxcbglx0-dev.install deleted file mode 100644 index 75d3a80..0000000 --- a/debian/libxcbglx0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/glx.h -usr/lib/libxcb-glx.a -usr/lib/libxcb-glx.so -usr/lib/pkgconfig/xcb-glx.pc diff --git a/debian/libxcbglx0.install b/debian/libxcbglx0.install deleted file mode 100644 index 2434177..0000000 --- a/debian/libxcbglx0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-glx.so.* diff --git a/debian/libxcbrandr0-dev.install b/debian/libxcbrandr0-dev.install deleted file mode 100644 index 1fb84df..0000000 --- a/debian/libxcbrandr0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/randr.h -usr/lib/libxcb-randr.a -usr/lib/libxcb-randr.so -usr/lib/pkgconfig/xcb-randr.pc diff --git a/debian/libxcbrandr0.install b/debian/libxcbrandr0.install deleted file mode 100644 index 42d89d3..0000000 --- a/debian/libxcbrandr0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-randr.so.* diff --git a/debian/libxcbrecord0-dev.install b/debian/libxcbrecord0-dev.install deleted file mode 100644 index 9e05a99..0000000 --- a/debian/libxcbrecord0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/record.h -usr/lib/libxcb-record.a -usr/lib/libxcb-record.so -usr/lib/pkgconfig/xcb-record.pc diff --git a/debian/libxcbrecord0.install b/debian/libxcbrecord0.install deleted file mode 100644 index 3071c28..0000000 --- a/debian/libxcbrecord0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-record.so.* diff --git a/debian/libxcbrender0-dev.install b/debian/libxcbrender0-dev.install deleted file mode 100644 index 95b11a7..0000000 --- a/debian/libxcbrender0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/render.h -usr/lib/libxcb-render.a -usr/lib/libxcb-render.so -usr/lib/pkgconfig/xcb-render.pc diff --git a/debian/libxcbrender0.install b/debian/libxcbrender0.install deleted file mode 100644 index ae85806..0000000 --- a/debian/libxcbrender0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-render.so.* diff --git a/debian/libxcbres0-dev.install b/debian/libxcbres0-dev.install deleted file mode 100644 index 30c7fb6..0000000 --- a/debian/libxcbres0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/res.h -usr/lib/libxcb-res.a -usr/lib/libxcb-res.so -usr/lib/pkgconfig/xcb-res.pc diff --git a/debian/libxcbres0.install b/debian/libxcbres0.install deleted file mode 100644 index d4afa71..0000000 --- a/debian/libxcbres0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-res.so.* diff --git a/debian/libxcbscreensaver0-dev.install b/debian/libxcbscreensaver0-dev.install deleted file mode 100644 index 7a57732..0000000 --- a/debian/libxcbscreensaver0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/screensaver.h -usr/lib/libxcb-screensaver.a -usr/lib/libxcb-screensaver.so -usr/lib/pkgconfig/xcb-screensaver.pc diff --git a/debian/libxcbscreensaver0.install b/debian/libxcbscreensaver0.install deleted file mode 100644 index d4b7442..0000000 --- a/debian/libxcbscreensaver0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-screensaver.so.* diff --git a/debian/libxcbshape0-dev.install b/debian/libxcbshape0-dev.install deleted file mode 100644 index 744d12b..0000000 --- a/debian/libxcbshape0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/shape.h -usr/lib/libxcb-shape.a -usr/lib/libxcb-shape.so -usr/lib/pkgconfig/xcb-shape.pc diff --git a/debian/libxcbshape0.install b/debian/libxcbshape0.install deleted file mode 100644 index ea87b38..0000000 --- a/debian/libxcbshape0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-shape.so.* diff --git a/debian/libxcbshm0-dev.install b/debian/libxcbshm0-dev.install deleted file mode 100644 index 74d306a..0000000 --- a/debian/libxcbshm0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/shm.h -usr/lib/libxcb-shm.a -usr/lib/libxcb-shm.so -usr/lib/pkgconfig/xcb-shm.pc diff --git a/debian/libxcbshm0.install b/debian/libxcbshm0.install deleted file mode 100644 index 1339c72..0000000 --- a/debian/libxcbshm0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-shm.so.* diff --git a/debian/libxcbsync0-dev.install b/debian/libxcbsync0-dev.install deleted file mode 100644 index a1ba73c..0000000 --- a/debian/libxcbsync0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/sync.h -usr/lib/libxcb-sync.a -usr/lib/libxcb-sync.so -usr/lib/pkgconfig/xcb-sync.pc diff --git a/debian/libxcbsync0.install b/debian/libxcbsync0.install deleted file mode 100644 index 937a4d8..0000000 --- a/debian/libxcbsync0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-sync.so.* diff --git a/debian/libxcbxevie0-dev.install b/debian/libxcbxevie0-dev.install deleted file mode 100644 index 4215629..0000000 --- a/debian/libxcbxevie0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/xevie.h -usr/lib/libxcb-xevie.a -usr/lib/libxcb-xevie.so -usr/lib/pkgconfig/xcb-xevie.pc diff --git a/debian/libxcbxevie0.install b/debian/libxcbxevie0.install deleted file mode 100644 index 9ffcbcd..0000000 --- a/debian/libxcbxevie0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-xevie.so.* diff --git a/debian/libxcbxf86dri0-dev.install b/debian/libxcbxf86dri0-dev.install deleted file mode 100644 index 1b698af..0000000 --- a/debian/libxcbxf86dri0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/xf86dri.h -usr/lib/libxcb-xf86dri.a -usr/lib/libxcb-xf86dri.so -usr/lib/pkgconfig/xcb-xf86dri.pc diff --git a/debian/libxcbxf86dri0.install b/debian/libxcbxf86dri0.install deleted file mode 100644 index 72e3797..0000000 --- a/debian/libxcbxf86dri0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-xf86dri.so.* diff --git a/debian/libxcbxfixes0-dev.install b/debian/libxcbxfixes0-dev.install deleted file mode 100644 index 0b719ae..0000000 --- a/debian/libxcbxfixes0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/xfixes.h -usr/lib/libxcb-xfixes.a -usr/lib/libxcb-xfixes.so -usr/lib/pkgconfig/xcb-xfixes.pc diff --git a/debian/libxcbxfixes0.install b/debian/libxcbxfixes0.install deleted file mode 100644 index 6b11b1d..0000000 --- a/debian/libxcbxfixes0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-xfixes.so.* diff --git a/debian/libxcbxprint0-dev.install b/debian/libxcbxprint0-dev.install deleted file mode 100644 index 5ca7b5b..0000000 --- a/debian/libxcbxprint0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/xprint.h -usr/lib/libxcb-xprint.a -usr/lib/libxcb-xprint.so -usr/lib/pkgconfig/xcb-xprint.pc diff --git a/debian/libxcbxprint0.install b/debian/libxcbxprint0.install deleted file mode 100644 index ca3062e..0000000 --- a/debian/libxcbxprint0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-xprint.so.* diff --git a/debian/libxcbxtest0-dev.install b/debian/libxcbxtest0-dev.install deleted file mode 100644 index 6045fee..0000000 --- a/debian/libxcbxtest0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/xtest.h -usr/lib/libxcb-xtest.a -usr/lib/libxcb-xtest.so -usr/lib/pkgconfig/xcb-xtest.pc diff --git a/debian/libxcbxtest0.install b/debian/libxcbxtest0.install deleted file mode 100644 index f2de6c1..0000000 --- a/debian/libxcbxtest0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-xtest.so.* diff --git a/debian/libxcbxv0-dev.install b/debian/libxcbxv0-dev.install deleted file mode 100644 index 9171e7a..0000000 --- a/debian/libxcbxv0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/xv.h -usr/lib/libxcb-xv.a -usr/lib/libxcb-xv.so -usr/lib/pkgconfig/xcb-xv.pc diff --git a/debian/libxcbxv0.install b/debian/libxcbxv0.install deleted file mode 100644 index 3a159a9..0000000 --- a/debian/libxcbxv0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-xv.so.* diff --git a/debian/libxcbxvmc0-dev.install b/debian/libxcbxvmc0-dev.install deleted file mode 100644 index 6548706..0000000 --- a/debian/libxcbxvmc0-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/X11/XCB/xvmc.h -usr/lib/libxcb-xvmc.a -usr/lib/libxcb-xvmc.so -usr/lib/pkgconfig/xcb-xvmc.pc diff --git a/debian/libxcbxvmc0.install b/debian/libxcbxvmc0.install deleted file mode 100644 index a21ec6a..0000000 --- a/debian/libxcbxvmc0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libxcb-xvmc.so.* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 931c6d9..0000000 --- a/debian/rules +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/make -f - -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 - -DEB_MAKE_CHECK_TARGET=check -DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR) CFLAGS="$(CFLAGS)" - -debian/copyright: debian/copyright.debian COPYING - cat $+ > $@ - -clean:: - -rm -f debian/copyright - -common-install-prehook-arch common-install-prehook-indep:: debian/copyright |