[SCM] fil-plugins packaging branch, master, updated. upstream/0.3.0-5-gac206c3

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Sat Jan 9 01:15:28 UTC 2010


The following commit has been merged in the master branch:
commit ac206c3363f0ca778b94d9dec9e2faa50f3f8cd7
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Sat Jan 9 02:15:13 2010 +0100

    Adopt quilt as patch system

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..49401c2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+fil-plugins for Debian
+===============
+
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To learn how to use quilt, please refer to the official documentation,
+usually available in /usr/share/doc/quilt/README.source.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Sat, 09 Jan 2010 01:53:21 +0100
diff --git a/debian/patches/01-destdir.patch b/debian/patches/01-destdir.patch
new file mode 100644
index 0000000..6210f43
--- /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(-)
+
+--- fil-plugins.orig/Makefile
++++ fil-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.
+ 
++DESTDIR =
+ 
+ CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3
+ 
+@@ -28,7 +29,7 @@ filters.o:	ladspaplugin.h filters.h
+ filters_if.o:	ladspaplugin.h filters.h
+ 
+ install:	all
+-	cp  *.so /usr/lib/ladspa
++	cp  *.so $(DESTDIR)/usr/lib/ladspa
+ 
+ clean:
+ 	/bin/rm -f *~ *.o *.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

-- 
fil-plugins packaging



More information about the pkg-multimedia-commits mailing list