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