summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ec4e83..d6543c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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!
diff --git a/debian/control b/debian/control
index 4fbf156..e2193c8 100644
--- a/debian/control
+++ b/debian/control
@@ -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.