Commit changes from Julien Cristau's 1.0-1.1 NMU.

* Non-maintainer upload.
* libxcb1-dev needs a dependency on libpthread-stubs0-dev and versioned
  dependencies on libxau-dev and libxdmcp-dev, because they are needed by
  anything using xcb.pc (closes: #408409).
This commit is contained in:
Josh Triplett 2007-05-21 12:39:13 -07:00
parent 7fdef0b363
commit b8512bafee
2 changed files with 10 additions and 1 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
libxcb (1.0-1.1) experimental; urgency=low
* Non-maintainer upload.
* libxcb1-dev needs a dependency on libpthread-stubs0-dev and versioned
dependencies on libxau-dev and libxdmcp-dev, because they are needed by
anything using xcb.pc (closes: #408409).
-- Julien Cristau <julien.cristau@ens-lyon.org> Wed, 31 Jan 2007 03:42:13 +0100
libxcb (1.0-1) experimental; urgency=low libxcb (1.0-1) experimental; urgency=low
* New upstream version. * New upstream version.

2
debian/control vendored
View File

@ -31,7 +31,7 @@ Description: X C Binding
Package: libxcb1-dev Package: libxcb1-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libxcb1 (= ${Source-Version}) Depends: libxcb1 (= ${Source-Version}), libpthread-stubs0-dev, libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1)
Description: X C Binding, development files Description: X C Binding, development files
This package contains the header and library files needed to build software This package contains the header and library files needed to build software
using libxcb, the X C Binding. using libxcb, the X C Binding.