Add xcbint.h to noinst_HEADERS, so it gets distributed.
[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: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 4.1.76), pkg-config, autoconf, automake1.9 | automaken, libtool, xsltproc, check, binutils (>= 2.12.90.0.9)
6 Build-Conflicts: automake1.4, automake1.5, automake1.6
7 Standards-Version: 3.6.1
8 Bugs: mailto:xcb@lists.freedesktop.org
9
10 Package: libxcb0
11 Section: libs
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Description: X C Binding
15  Xlib has been the standard C binding for the X Window System protocol for
16  many years now. It is an excellent piece of work, but there are applications
17  for which it is not ideal. XCB builds on nearly two decades of experience
18  with X specifically and software engineering in general in an effort to
19  replace the aging Xlib code base.
20  .
21  This package contains the library files needed to run software using
22  XCB.
23  .
24  Homepage: http://xcb.freedesktop.org
25
26 Package: libxcb0-dev
27 Section: libdevel
28 Architecture: any
29 Depends: libxcb0 (= ${Source-Version}), x-dev
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