[Pkg-cli-apps-commits] r5424 - /packages/cowbell/trunk/debian/patches/multiarch.patch

laney at users.alioth.debian.org laney at users.alioth.debian.org
Sat Apr 7 16:40:47 UTC 2012


Author: laney
Date: Sat Apr  7 16:40:45 2012
New Revision: 5424

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5424
Log:
Oops, forgot to add multiarch patch

Added:
    packages/cowbell/trunk/debian/patches/multiarch.patch

Added: packages/cowbell/trunk/debian/patches/multiarch.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/cowbell/trunk/debian/patches/multiarch.patch?rev=5424&op=file
==============================================================================
--- packages/cowbell/trunk/debian/patches/multiarch.patch (added)
+++ packages/cowbell/trunk/debian/patches/multiarch.patch Sat Apr  7 16:40:45 2012
@@ -1,0 +1,14 @@
+Description: fix FTBFS with multiarch taglib
+Author: Ilya Barygin <randomaction at ubuntu.com>
+
+diff -Nur -x '*.orig' -x '*~' cowbell-0.2.7.1/configure.in cowbell-0.2.7.1.new/configure.in
+--- cowbell-0.2.7.1/configure.in	2006-05-09 06:44:20.000000000 +0400
++++ cowbell-0.2.7.1.new/configure.in	2012-01-21 18:39:28.000000000 +0400
+@@ -57,7 +57,7 @@
+ fi
+ 
+ TAGLIB_PREFIX=`taglib-config --prefix`
+-if test -e "/etc/debian_version" && test ! -e "$TAGLIB_PREFIX/lib/libtag_c.so.0"; then
++if test -e "/etc/debian_version" && test ! -e "$TAGLIB_PREFIX/lib/$DEB_HOST_MULTIARCH/libtag_c.so.0"; then
+ 	AC_MSG_ERROR(['Taglib C bindings are not installed'])
+ fi




More information about the Pkg-cli-apps-commits mailing list