vdr/vdr-plugin-streamdev/debian/patches 01_Makefile-fPIC-fix.dpatch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 02 Jan 2005 12:29:40 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/debian/patches
In directory haydn:/tmp/cvs-serv31747/vdr/vdr-plugin-streamdev/debian/patches

Modified Files:
	01_Makefile-fPIC-fix.dpatch 
Log Message:
* use short dpatch-format

Index: 01_Makefile-fPIC-fix.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-streamdev/debian/patches/01_Makefile-fPIC-fix.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 01_Makefile-fPIC-fix.dpatch	2 Jan 2005 10:54:12 -0000	1.1
+++ 01_Makefile-fPIC-fix.dpatch	2 Jan 2005 12:29:38 -0000	1.2
@@ -4,24 +4,6 @@
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Adds -fPIC to Makefiles to fix potential FTBFS.
 
-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
-
 @DPATCH@
 diff -urNad /usr/src/cvs/vdrdevel-plugin-streamdev/Makefile vdrdevel-plugin-streamdev/Makefile
 --- /usr/src/cvs/vdrdevel-plugin-streamdev/Makefile	Mon Feb 16 13:08:37 2004