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:
parent
7fdef0b363
commit
b8512bafee
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue