Improve package descriptions.
[free-sw/xcb/libxcb] / debian / control
1 Source: libxcb0
2 Priority: optional
3 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
4 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
5 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)
6 Standards-Version: 3.6.1
7 Bugs: mailto:xcb@lists.freedesktop.org
8
9 Package: libxcb0
10 Section: libs
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: X C Binding
14  This package contains the library files needed to run software using the X C
15  Binding (XCB).
16  .
17  The XCB library provides an interface to the X Window System protocol,
18  designed to replace the Xlib interface.  XCB provides several advantages over
19  Xlib:
20  .
21   * Size: small library and lower memory footprint
22   * Latency hiding: batch several requests and wait for the replies later
23   * Direct protocol access: one-to-one mapping between interface and protocol
24   * Thread support: access XCB from multiple threads, with no explicit locking
25   * Easy creation of new extensions: automatically generates interface from
26     machine-parsable protocol descriptions
27  .
28  Homepage: http://xcb.freedesktop.org
29
30 Package: libxcb0-dev
31 Section: libdevel
32 Architecture: any
33 Depends: libxcb0 (= ${Source-Version}), x11proto-core-dev
34 Pre-Depends: x11-common (>= 1:1.09)
35 Description: X C Binding, development files
36  This package contains the header and library files needed to build software
37  using the X C Binding (XCB) library.
38  .
39  The XCB library provides an interface to the X Window System protocol,
40  designed to replace the Xlib interface.  XCB provides several advantages over
41  Xlib:
42  .
43   * Size: small library and lower memory footprint
44   * Latency hiding: batch several requests and wait for the replies later
45   * Direct protocol access: one-to-one mapping between interface and protocol
46   * Thread support: access XCB from multiple threads, with no explicit locking
47   * Easy creation of new extensions: automatically generates interface from
48     machine-parsable protocol descriptions
49  .
50  Homepage: http://xcb.freedesktop.org
51
52 Package: libxcb0-dbg
53 Section: libdevel
54 Architecture: any
55 Depends: libxcb0 (= ${Source-Version})
56 Description: X C Binding, debugging symbols
57  This package contains the debugging symbols associated with libxcb0. gdb will
58  automatically use these symbols when debugging libxcb0.
59  .
60  The XCB library provides an interface to the X Window System protocol,
61  designed to replace the Xlib interface.  XCB provides several advantages over
62  Xlib:
63  .
64   * Size: small library and lower memory footprint
65   * Latency hiding: batch several requests and wait for the replies later
66   * Direct protocol access: one-to-one mapping between interface and protocol
67   * Thread support: access XCB from multiple threads, with no explicit locking
68   * Easy creation of new extensions: automatically generates interface from
69     machine-parsable protocol descriptions
70  .
71  Homepage: http://xcb.freedesktop.org