libxcb1-dev: Conflicts and Replaces old libxcb0-dev packages from experimental
(Closes: #407376)
This commit is contained in:
parent
e097542517
commit
9b9f9f6ae1
|
@ -1,3 +1,10 @@
|
|||
libxcb (1.0-3) unstable; urgency=low
|
||||
|
||||
* libxcb1-dev: Add Conflicts and Replaces for old libxcb0-dev packages
|
||||
from experimental. (Closes: #407376)
|
||||
|
||||
-- Josh Triplett <josh@freedesktop.org> Tue, 22 May 2007 12:01:50 -0700
|
||||
|
||||
libxcb (1.0-2) unstable; urgency=low
|
||||
|
||||
* Incorporate NMU by Julien Cristau; thanks, Julien!
|
||||
|
|
|
@ -33,6 +33,8 @@ Package: libxcb1-dev
|
|||
Section: libdevel
|
||||
Architecture: any
|
||||
Depends: libxcb1 (= ${Source-Version}), libpthread-stubs0-dev, libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1)
|
||||
Conflicts: libxcb0-dev
|
||||
Replaces: libxcb0-dev
|
||||
Description: X C Binding, development files
|
||||
This package contains the header and library files needed to build software
|
||||
using libxcb, the X C Binding.
|
||||
|
|
Loading…
Reference in New Issue