[SCM] wavpack/master: Enable Multi-Arch support (Closes: #651017):

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Dec 5 09:50:25 UTC 2011


The following commit has been merged in the master branch:
commit 305af879b3e64c22245c9ac2bd353847970f3fd2
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Dec 5 10:49:22 2011 +0100

    Enable Multi-Arch support (Closes: #651017):
    
    - debian/patches/0001-pkgconfig.patch: Avoid wavpack.pc to stop
      working after switching to Multi-Arch.

diff --git a/debian/patches/0001-pkgconfig.patch b/debian/patches/0001-pkgconfig.patch
new file mode 100644
index 0000000..1bdf61f
--- /dev/null
+++ b/debian/patches/0001-pkgconfig.patch
@@ -0,0 +1,17 @@
+Description: Set libdir properly to enable MultiArch.
+Author: Alessio Treglia <alessio at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651017
+Forwarded: no
+---
+ wavpack.pc.in |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- wavpack.orig/wavpack.pc.in
++++ wavpack/wavpack.pc.in
+@@ -1,5 +1,5 @@
+ prefix=@prefix@
+-libdir=${prefix}/lib
++libdir=@libdir@
+ includedir=${prefix}/include
+ 
+ Name: wavpack
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7375104
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-pkgconfig.patch

-- 
wavpack packaging



More information about the pkg-multimedia-commits mailing list