libxcb1-dev: Conflicts and Replaces old libxcb0-dev packages from experimental

(Closes: #407376)
This commit is contained in:
Josh Triplett 2007-05-22 12:02:58 -07:00
parent e097542517
commit 9b9f9f6ae1
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@ -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!

2
debian/control vendored
View File

@ -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.