summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJosh Triplett <josh@freedesktop.org>2006-11-26 00:12:15 -0800
committerJosh Triplett <josh@freedesktop.org>2006-11-26 00:12:15 -0800
commit3c0727554e102edd78c3944f7e32b837377e91c0 (patch)
tree31ccc5bb520663ec332bc91100cdcc31e94ffbf1 /debian
parenta27bafa29ab3ac137a908a66ed97a2bb3b7100e7 (diff)
Add new library, -dev, and -dbg packages for libxcb-xinerama.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control65
-rw-r--r--debian/libxcb-xinerama0-dev.install4
-rw-r--r--debian/libxcb-xinerama0.install1
4 files changed, 71 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9a12664..5e9720b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libxcb (1.0-1) experimental; urgency=low
* "NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available."
* "Use substitition variables in xcb-xinerama.pc.in, not instances of their
values"
+ * Add new library, -dev, and -dbg packages for libxcb-xinerama.
-- Josh Triplett <josh@freedesktop.org> Fri, 24 Nov 2006 00:51:41 -0800
diff --git a/debian/control b/debian/control
index ab024a8..22104cc 100644
--- a/debian/control
+++ b/debian/control
@@ -1117,6 +1117,71 @@ Description: X C Binding, xfixes extension, debugging symbols
.
Homepage: http://xcb.freedesktop.org
+Package: libxcb-xinerama0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X C Binding, xinerama extension
+ This package contains the library files needed to run software using
+ libxcb-xinerama, the xinerama extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface. XCB provides several advantages over
+ Xlib:
+ .
+ * Size: small library and lower memory footprint
+ * Latency hiding: batch several requests and wait for the replies later
+ * Direct protocol access: one-to-one mapping between interface and protocol
+ * Thread support: access XCB from multiple threads, with no explicit locking
+ * Easy creation of new extensions: automatically generates interface from
+ machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcb-xinerama0-dev
+Section: libdevel
+Architecture: any
+Depends: libxcb-xinerama0 (= ${Source-Version}), libxcb1-dev
+Description: X C Binding, xinerama extension, development files
+ This package contains the header and library files needed to build software
+ using libxcb-xinerama, the xinerama extension for the X C Binding.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface. XCB provides several advantages over
+ Xlib:
+ .
+ * Size: small library and lower memory footprint
+ * Latency hiding: batch several requests and wait for the replies later
+ * Direct protocol access: one-to-one mapping between interface and protocol
+ * Thread support: access XCB from multiple threads, with no explicit locking
+ * Easy creation of new extensions: automatically generates interface from
+ machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
+Package: libxcb-xinerama0-dbg
+Priority: extra
+Section: libdevel
+Architecture: any
+Depends: libxcb-xinerama0 (= ${Source-Version})
+Description: X C Binding, xinerama extension, debugging symbols
+ This package contains the debugging symbols associated with
+ libxcb-xinerama, the xinerama extension for the X C Binding. gdb will
+ automatically use these symbols when debugging libxcb-xinerama.
+ .
+ The XCB library provides an interface to the X Window System protocol,
+ designed to replace the Xlib interface. XCB provides several advantages over
+ Xlib:
+ .
+ * Size: small library and lower memory footprint
+ * Latency hiding: batch several requests and wait for the replies later
+ * Direct protocol access: one-to-one mapping between interface and protocol
+ * Thread support: access XCB from multiple threads, with no explicit locking
+ * Easy creation of new extensions: automatically generates interface from
+ machine-parsable protocol descriptions
+ .
+ Homepage: http://xcb.freedesktop.org
+
Package: libxcb-xprint0
Section: libs
Architecture: any
diff --git a/debian/libxcb-xinerama0-dev.install b/debian/libxcb-xinerama0-dev.install
new file mode 100644
index 0000000..f0fa437
--- /dev/null
+++ b/debian/libxcb-xinerama0-dev.install
@@ -0,0 +1,4 @@
+usr/include/xcb/xinerama.h
+usr/lib/libxcb-xinerama.a
+usr/lib/libxcb-xinerama.so
+usr/lib/pkgconfig/xcb-xinerama.pc usr/share/pkgconfig
diff --git a/debian/libxcb-xinerama0.install b/debian/libxcb-xinerama0.install
new file mode 100644
index 0000000..6745a0b
--- /dev/null
+++ b/debian/libxcb-xinerama0.install
@@ -0,0 +1 @@
+usr/lib/libxcb-xinerama.so.*