@@ -4,8 +4,8 @@
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Arnaud Fontaine <arnau@debian.org>
-Build-Depends: cdbs,
- debhelper (>= 5),
+Build-Depends: cdbs ( >= 0.4.93),
+ debhelper (>= 8.1.3),
libxcb1-dev (>= 1.6),
gperf,
pkg-config,
@@ -24,7 +24,9 @@
Package: libxcb-util0
Section: libs
Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
Description: utility libraries for X C Binding -- atom, aux and event
This package contains the library files needed to run software using
libxcb-util.
@@ -51,6 +53,7 @@
Depends: libxcb-util0 (= ${binary:Version}),
libxcb1-dev,
${misc:Depends}
+Multi-Arch: same
Description: utility libraries for X C Binding -- atom, aux and event
This package contains the header and library files needed to build software
using libxcb-util.
@@ -1,4 +1,4 @@
usr/include/xcb/*.h
-usr/lib/libxcb-util.a
-usr/lib/libxcb-util.so
-usr/lib/pkgconfig/*.pc
+usr/lib/*/libxcb-util.a
+usr/lib/*/libxcb-util.so
+usr/lib/*/pkgconfig/*.pc
@@ -1 +1 @@
-usr/lib/libxcb-util.so.*
+usr/lib/*/libxcb-util.so.*
@@ -9,6 +9,8 @@
ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1)
ORIG_GIT=$(shell git describe upstream | cut -d- -f2)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
post-patches:: configure-stamp
configure-stamp: