--with-mysql-lib so that mysqltcl will work with a multiarch
libmysqlclient. (Closes: #650053)
+mysqltcl (3.05-6) UNRELEASED; urgency=low
+
+ * Apply a small patch (forwarded from Ubuntu!) to debian/rules adding
+ --with-mysql-lib so that mysqltcl will work with a multiarch
+ libmysqlclient. (Closes: #650053)
+
+ -- Sven Hoexter <hoexter@debian.org> Sat, 26 Nov 2011 09:13:01 +0100
+
mysqltcl (3.05-5) unstable; urgency=low
* Add debian/patches/tcl.m4_gnu_non_linux_ld_settings, patch provided
#export DH_VERBOSE=1
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --with quilt,autoreconf
--infodir=/usr/share/info \
--with-tcl=/usr/lib \
--with-tclinclude=/usr/include/tcl \
+ --with-mysql-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_auto_install:
dh_auto_install --destdir=$(CURDIR)/debian/mysqltcl