xcb-proto 1.6-3 source package in Ubuntu

Changelog

xcb-proto (1.6-3) unstable; urgency=low


  * Remove Jamey Sharp and Josh Triplett from the Uploaders list
    (closes: #568275).
  * Make the packages Multi-Arch: foreign.
  * Add single-debian-patch to debian/source/options because they broke
    dpkg-source (again).
  * Use dh-autoreconf instead of manual autoreconf so we clean things up
    properly.

 -- Julien Cristau <email address hidden>  Sat, 12 Nov 2011 01:20:40 +0100

Upload details

Uploaded by:
XCB Developers
Uploaded to:
Sid
Original maintainer:
XCB Developers
Architectures:
all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
xcb-proto_1.6-3.dsc 1.9 KiB 85a5390841b4b2caab9d588ade5b6bf18498d5d109430115b503db040e245bb8
xcb-proto_1.6.orig.tar.bz2 90.7 KiB f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2
xcb-proto_1.6-3.debian.tar.gz 8.4 KiB ab2f3db19e6d7e2f4d9d1eb17aea3832e516d236f7b2465f9ad5e3d793d9fd67

No changes file available.

Binary packages built by this source

python-xcbgen: X C Binding - protocol binding generator

 python-xcbgen generates the X protocol C language bindings from XML
 descriptions.
 .
 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

xcb-proto: X C Binding - protocol descriptions

 xcb-proto contains descriptions of the X Window System core protocol and
 selected extensions in an XML-based data format. The X C Binding (XCB)
 library uses these descriptions to generate much of its code. You only need
 this package if you want to compile XCB or otherwise make use of these
 protocol descriptions.
 .
 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