[SCM] mcp-plugins packaging branch, master, updated. upstream/0.4.0-20-g578b56d
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Aug 21 07:57:59 UTC 2010
The following commit has been merged in the master branch:
commit 4114e5f48f01e6e388b83404ca4df21fddd606f6
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Aug 21 09:57:05 2010 +0200
Convert 10install_with_destdir.dpatch to quilt format -> 01-destdir.patch.
diff --git a/debian/patches/01-destdir.patch b/debian/patches/01-destdir.patch
new file mode 100644
index 0000000..6a35a42
--- /dev/null
+++ b/debian/patches/01-destdir.patch
@@ -0,0 +1,15 @@
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- mcp-plugins.orig/Makefile
++++ mcp-plugins/Makefile
+@@ -50,7 +50,7 @@ cs_chorus_if.o: ladspaplugin.h cs_chorus
+
+
+ install: all
+- cp *.so /usr/lib/ladspa
++ cp *.so $(DESTDIR)/usr/lib/ladspa
+
+
+ DIR := $(shell basename `pwd`)
diff --git a/debian/patches/10install_with_destdir.dpatch b/debian/patches/10install_with_destdir.dpatch
deleted file mode 100644
index f0f37f9..0000000
--- a/debian/patches/10install_with_destdir.dpatch
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh -e
-## install_with_destdir.dpatch by Andrea Glorioso <andrea.glorioso at binary-only.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-if [ $# -ne 1 ]; then
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
-
-case "$1" in
- -patch) patch $patch_opts -p1 < $0;;
- -unpatch) patch $patch_opts -p1 -R < $0;;
- *)
- echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
- exit 1;;
-esac
-
-exit 0
-
- at DPATCH@
-diff -urNad /var/home/sama/tmp/mcp-plugins/mcp-plugins-20030828/Makefile mcp-plugins-20030828/Makefile
---- /var/home/sama/tmp/mcp-plugins/mcp-plugins-20030828/Makefile 2003-07-29 01:16:09.000000000 +0200
-+++ mcp-plugins-20030828/Makefile 2003-11-20 10:06:57.000000000 +0100
-@@ -28,7 +28,7 @@
-
-
- install:
-- cp *.so /usr/lib/ladspa
-+ cp *.so $(DESTDIR)/usr/lib/ladspa
-
- clean:
- 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
--
mcp-plugins packaging
More information about the pkg-multimedia-commits
mailing list