summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a2ccbdd..8c07f03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
* New upstream version.
diff --git a/debian/control b/debian/control
index f0a513d..6faab79 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,7 @@ Description: X C Binding
Package: libxcb1-dev
Section: libdevel
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
This package contains the header and library files needed to build software
using libxcb, the X C Binding.