[SCM] amb-plugins packaging branch, master, updated. upstream/0.6.1-4-g5f66db4

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Tue Jan 5 23:03:52 UTC 2010


The following commit has been merged in the master branch:
commit 5f66db4d84518519d5104a40fc46ea3d5ff079bc
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Wed Jan 6 00:03:36 2010 +0100

    Switch to debian 3.0 (quilt)

diff --git a/debian/patches/01-destdir.patch b/debian/patches/01-destdir.patch
new file mode 100644
index 0000000..7ef27bd
--- /dev/null
+++ b/debian/patches/01-destdir.patch
@@ -0,0 +1,25 @@
+Origin: Debian
+Description: Pass DESTDIR path to make install.
+---
+ Makefile |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- amb-plugins-0.6.1.orig/Makefile
++++ amb-plugins-0.6.1/Makefile
+@@ -14,6 +14,7 @@
+ #    along with this program; if not, write to the Free Software
+ #    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ 
++DESTDIR =
+ 
+ CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
+ 
+@@ -50,7 +51,7 @@ ambisonic3_if.o:	ladspaplugin.h ambisoni
+ 
+ 
+ install:	all
+-	/usr/bin/install -m 755 *.so /usr/lib/ladspa
++	/usr/bin/install -m 755 *.so $(DESTDIR)/usr/lib/ladspa
+ #       Remove incompatible old versions
+ 	/bin/rm -rf /usr/lib/ladspa/ambisonic.so
+ 	/bin/rm -rf /usr/lib/ladspa/ambis1.so
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..aebdbc4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-destdir.patch
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
amb-plugins packaging



More information about the pkg-multimedia-commits mailing list