[SCM] vco-plugins/master: Refreshed patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Apr 15 22:12:54 UTC 2012


The following commit has been merged in the master branch:
commit 4acc3ab73b6c3102bb147499195a5f9b439b91a0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Apr 15 21:55:48 2012 +0200

    Refreshed patch

diff --git a/debian/patches/01-destdir.patch b/debian/patches/01-destdir.patch
new file mode 100644
index 0000000..ac37275
--- /dev/null
+++ b/debian/patches/01-destdir.patch
@@ -0,0 +1,25 @@
+Description: Set DESTDIR variable.
+Author: Free Ekanayaka <free at centrotemporeale.it>
+Forwarded: no
+---
+
+Index: vco-plugins/Makefile
+===================================================================
+--- vco-plugins.orig/Makefile	2012-04-15 16:01:40.067235894 +0200
++++ vco-plugins/Makefile	2012-04-15 21:50:52.010688710 +0200
+@@ -1,3 +1,4 @@
++DESTDIR =
+ 
+ CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
+ 
+@@ -10,8 +11,8 @@
+ 
+ 
+ install:
+-	/bin/cp  blvco.so /usr/lib/ladspa
+-	/bin/cp  blvco.so /usr/lib/ladspa/vco_sawpulse.so
++	/bin/cp  blvco.so $(DESTDIR)/usr/lib/ladspa
++	/bin/cp  blvco.so $(DESTDIR)/usr/lib/ladspa/vco_sawpulse.so
+ 
+ 
+ DIR := $(shell basename `pwd`)
diff --git a/debian/patches/destdir.patch b/debian/patches/destdir.patch
deleted file mode 100644
index 75b2ab8..0000000
--- a/debian/patches/destdir.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.orig	2007-12-13 10:57:58.000000000 +0000
-+++ Makefile	2007-12-13 10:58:41.000000000 +0000
-@@ -1,3 +1,4 @@
-+DESTDIR =
- 
- CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
- 
-@@ -10,8 +11,8 @@
- 
- 
- install:
--	/bin/cp  blvco.so /usr/lib/ladspa
--	/bin/cp  blvco.so /usr/lib/ladspa/vco_sawpulse.so
-+	/bin/cp  blvco.so $(DESTDIR)/usr/lib/ladspa
-+	/bin/cp  blvco.so $(DESTDIR)/usr/lib/ladspa/vco_sawpulse.so
- 
- 
- DIR := $(shell basename `pwd`)
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

-- 
vco-plugins packaging



More information about the pkg-multimedia-commits mailing list