Probably not much use to upstream maintainers, but I just generated myself a local copy of the libxcb-xkb0 using the attached patch to the source obtained from
apt-get source libxcb You may find it a sufficient workaround until a better one is provided by upstream. -- Paul "LeoNerd" Evans [email protected] ICQ# 4135350 | Registered Linux# 179460 http://www.leonerd.org.uk/
diff -urN libxcb-1.9.1-3.1.ORIG/debian/control libxcb-1.9.1-3.1/debian/control
--- libxcb-1.9.1-3.1.ORIG/debian/control 2013-12-14 20:04:10.870917263 +0000
+++ libxcb-1.9.1-3.1/debian/control 2013-12-14 18:37:24.821152470 +0000
@@ -1132,6 +1132,69 @@
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
+Package: libxcb-xkb0
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: X C Binding, xkb extension
+ This package contains the library files needed to run software using
+ libxcb-xkb, the xkb 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
+
+Package: libxcb-xkb0-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, libxcb-xkb0 (= ${binary:Version}), libxcb1-dev
+Description: X C Binding, xkb extension, development files
+ This package contains the header and library files needed to build software
+ using libxcb-xkb, the xkb 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
+
+Package: libxcb-xkb0-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, libxcb-xkb0 (= ${binary:Version})
+Multi-Arch: same
+Description: X C Binding, xkb extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libxcb-xkb, the xkb extension for the X C Binding. gdb will
+ automatically use these symbols when debugging libxcb-xkb.
+ .
+ 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
+
Package: libxcb-xprint0
Section: libs
Architecture: any
diff -urN libxcb-1.9.1-3.1.ORIG/debian/libxcb-xkb0-dev.install libxcb-1.9.1-3.1/debian/libxcb-xkb0-dev.install
--- libxcb-1.9.1-3.1.ORIG/debian/libxcb-xkb0-dev.install 1970-01-01 01:00:00.000000000 +0100
+++ libxcb-1.9.1-3.1/debian/libxcb-xkb0-dev.install 2013-12-14 18:38:58.400731404 +0000
@@ -0,0 +1,4 @@
+usr/include/xcb/xkb.h
+usr/lib/*/libxcb-xkb.a
+usr/lib/*/libxcb-xkb.so
+usr/lib/*/pkgconfig/xcb-xkb.pc
diff -urN libxcb-1.9.1-3.1.ORIG/debian/libxcb-xkb0.install libxcb-1.9.1-3.1/debian/libxcb-xkb0.install
--- libxcb-1.9.1-3.1.ORIG/debian/libxcb-xkb0.install 1970-01-01 01:00:00.000000000 +0100
+++ libxcb-1.9.1-3.1/debian/libxcb-xkb0.install 2013-12-14 18:38:32.392848427 +0000
@@ -0,0 +1 @@
+usr/lib/*/libxcb-xkb.so.0*
signature.asc
Description: PGP signature

