f144deb1d8d7fa5cc4fe320083bcd1d13c465a0c
[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  Xlib has been the standard C binding for the X Window System protocol for
15  many years now. It is an excellent piece of work, but there are applications
16  for which it is not ideal. XCB builds on nearly two decades of experience
17  with X specifically and software engineering in general in an effort to
18  replace the aging Xlib code base.
19  .
20  This package contains the library files needed to run software using
21  XCB.
22  .
23  Homepage: http://xcb.freedesktop.org
24
25 Package: libxcb0-dev
26 Section: libdevel
27 Architecture: any
28 Depends: libxcb0 (= ${Source-Version}), x-dev
29 Pre-Depends: x11-common (>= 1:1.09)
30 Description: X C Binding, development files
31  Xlib has been the standard C binding for the X Window System protocol for
32  many years now. It is an excellent piece of work, but there are applications
33  for which it is not ideal. XCB builds on nearly two decades of experience
34  with X specifically and software engineering in general in an effort to
35  replace the aging Xlib code base.
36  .
37  This package contains the header and library files needed to build software
38  using XCB.
39  .
40  Homepage: http://xcb.freedesktop.org
41
42 Package: libxcb0-dbg
43 Section: libdevel
44 Architecture: any
45 Depends: libxcb0 (= ${Source-Version})
46 Description: X C Binding, debugging symbols
47  Xlib has been the standard C binding for the X Window System protocol for
48  many years now. It is an excellent piece of work, but there are applications
49  for which it is not ideal. XCB builds on nearly two decades of experience
50  with X specifically and software engineering in general in an effort to
51  replace the aging Xlib code base.
52  .
53  This package contains the debugging symbols associated with libxcb0. gdb will
54  automatically use these symbols when debugging libxcb0.
55  .
56  Homepage: http://xcb.freedesktop.org