8cb1bec51c4886a163f5708fd514b96022afb3d2
[free-sw/xcb/proto] / debian / control
1 Source: xcb-proto
2 Section: libdevel
3 Priority: optional
4 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
5 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
6 Build-Depends: cdbs, debhelper (>= 4.0.0), autoconf, automake1.9 | automaken
7 Build-Conflicts: automake1.4, automake1.5, automake1.6
8 Standards-Version: 3.6.1
9 Bugs: mailto:xcb@lists.freedesktop.org
10
11 Package: xcb-proto
12 Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: X C Binding - protocol descriptions
15  Xlib has been the standard C binding for the X Window System protocol
16  for many years now. It is an excellent piece of work, but there are
17  applications for which it is not ideal. XCB builds on nearly two
18  decades of experience with X specifically and software engineering in
19  general in an effort to replace the aging Xlib code base.
20  .
21  xcb-proto contains descriptions of the X core protocol and selected
22  extensions in an XML-based data format. XCB uses these descriptions to
23  generate much of its code. You only need this package if you want to compile
24  XCB or otherwise make use of these protocol descriptions.
25  .
26  Homepage: http://xcb.freedesktop.org