Package: poco
Version: 1.3.6p1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: origin-ubuntu precise ubuntu-patch
*** /tmp/tmpFiqcmw/bug_body
In Ubuntu, the attached patch was applied to achieve the following:
libmysqlclient-dev is multi-arch in experimental, should be landing in
unstable soon.
* debian/rules: pass explicit libdir to build correctly multiarch
libmysqlclient.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-12-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u poco-1.3.6p1/debian/changelog poco-1.3.6p1/debian/changelog
diff -u poco-1.3.6p1/debian/control poco-1.3.6p1/debian/control
--- poco-1.3.6p1/debian/control
+++ poco-1.3.6p1/debian/control
@@ -1,6 +1,7 @@
Source: poco
Priority: optional
-Maintainer: Krzysztof Burghardt <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Krzysztof Burghardt <[email protected]>
Uploaders: Patrick Gansterer <[email protected]>
Build-Depends: debhelper (>= 5), dpatch, libexpat1-dev, libmysqlclient-dev, libpcre3-dev (>= 7.8), libsqlite3-dev (>= 3.6.13), libssl-dev (>= 0.9.8), unixodbc-dev, zlib1g-dev
Standards-Version: 3.8.3
diff -u poco-1.3.6p1/debian/rules poco-1.3.6p1/debian/rules
--- poco-1.3.6p1/debian/rules
+++ poco-1.3.6p1/debian/rules
@@ -12,7 +12,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-CONFFLAGS := --prefix=/usr --no-samples --unbundled
+CONFFLAGS := --prefix=/usr --no-samples --unbundled --with-mysql-lib=`mysql_config --variable=pkglibdir`
# On ARM define POCO_NO_FPENVIRONMENT
ifeq ($(shell dpkg --print-architecture),arm)