libmpdclient (2.11-1) UNRELEASED; urgency=medium
+ [ Helmut Grohne ]
+ * Pass a multiarch --libdir to ./configure (Closes: #871412).
+
+ [ Sebastian Harl ]
* New upstream version.
* Update standards version to 4.1.1:
- Update to debhelper compat version 10.
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+include /usr/share/dpkg/architecture.mk
CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
--mandir=\$${prefix}/share/man \
+ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)"
build: build-arch build-indep
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
# we do not want .la files in Debian
- rm -f debian/tmp/usr/lib/libmpdclient.la
+ rm -f debian/tmp/usr/lib/*/libmpdclient.la
# these files do not include any useful content
rm -f debian/tmp/usr/share/doc/libmpdclient/README