Package: libmpd
Version: 0.20.0-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmp2pXHf7
In Ubuntu, the attached patch was applied to achieve the following:

This prevents FTBFS for libmpd's rdepends with multiarch w/out needing a 
rebuild after multiarch is implemented.


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 
'natty-proposed'), (500, 'natty-backports'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libmpd-0.20.0/debian/changelog libmpd-0.20.0/debian/changelog
diff -u libmpd-0.20.0/debian/rules libmpd-0.20.0/debian/rules
--- libmpd-0.20.0/debian/rules
+++ libmpd-0.20.0/debian/rules
@@ -9,6 +9,12 @@
 %:
 	dh --with quilt $@
 
+override_dh_auto_install:
+	dh_auto_install
+	for file in debian/tmp/usr/lib/*.la; do \
+                sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+                done
+
 override_dh_installdocs:
 	dh_installdocs
 	rm -f debian/$(LIB_NAME)/usr/share/doc/$(LIB_NAME)/README

Reply via email to