[SCM] amb-plugins/master: Remove unnecessary commands, refresh.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Dec 6 09:20:15 UTC 2010


The following commit has been merged in the master branch:
commit 71316014fe2f68a108d6886deaf042ab45e3963a
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Dec 6 10:18:50 2010 +0100

    Remove unnecessary commands, refresh.

diff --git a/debian/patches/01-destdir.patch b/debian/patches/01-destdir.patch
index 7ef27bd..897e800 100644
--- a/debian/patches/01-destdir.patch
+++ b/debian/patches/01-destdir.patch
@@ -1,11 +1,12 @@
 Origin: Debian
 Description: Pass DESTDIR path to make install.
+Forwarded: no
 ---
- Makefile |    3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
+ Makefile |    7 ++-----
+ 1 file changed, 2 insertions(+), 5 deletions(-)
 
---- amb-plugins-0.6.1.orig/Makefile
-+++ amb-plugins-0.6.1/Makefile
+--- amb-plugins.orig/Makefile
++++ amb-plugins/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.
@@ -14,12 +15,16 @@ Description: Pass DESTDIR path to make install.
  
  CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
  
-@@ -50,7 +51,7 @@ ambisonic3_if.o:	ladspaplugin.h ambisoni
+@@ -50,11 +51,7 @@ ambisonic3_if.o:	ladspaplugin.h ambisoni
  
  
  install:	all
 -	/usr/bin/install -m 755 *.so /usr/lib/ladspa
+-#       Remove incompatible old versions
+-	/bin/rm -rf /usr/lib/ladspa/ambisonic.so
+-	/bin/rm -rf /usr/lib/ladspa/ambis1.so
+-	/bin/rm -rf /usr/lib/ladspa/ambis2.so
 +	/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
+ 
+ 
+ DIR := $(shell basename `pwd`)

-- 
amb-plugins packaging



More information about the pkg-multimedia-commits mailing list