dvb/linuxtv-dvb/debian/patches 10_Makefile_fix.dpatch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 24 May 2004 21:48:38 +0000


Update of /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/patches
In directory haydn:/tmp/cvs-serv28847/dvb/linuxtv-dvb/debian/patches

Modified Files:
	10_Makefile_fix.dpatch 
Log Message:
now the right patch

Index: 10_Makefile_fix.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/dvb/linuxtv-dvb/debian/patches/10_Makefile_fix.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 10_Makefile_fix.dpatch	24 May 2004 21:37:50 -0000	1.1
+++ 10_Makefile_fix.dpatch	24 May 2004 21:48:36 -0000	1.2
@@ -38,35 +38,6 @@
  
  build:
  	[ -L saa7146_video.c ] || ./getlinks
-diff -urNad /home/chelli/vdr/cvs/dvb/linuxtv-dvb/debian/patches/01_Makefile_fix.dpatch linuxtv-dvb/debian/patches/01_Makefile_fix.dpatch
---- /home/chelli/vdr/cvs/dvb/linuxtv-dvb/debian/patches/01_Makefile_fix.dpatch	1970-01-01 01:00:00.000000000 +0100
-+++ linuxtv-dvb/debian/patches/01_Makefile_fix.dpatch	2004-05-24 23:33:31.000000000 +0200
-@@ -0,0 +1,25 @@
-+#! /bin/sh -e
-+## 01_Makefile_fix.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
-+##
-+## All lines beginning with `## DP:' are a description of the patch.
-+## DP: No description.
-+
-+if [ $# -lt 1 ]; then
-+    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-+    exit 1
-+fi
-+
-+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-+patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
-+
-+case "$1" in
-+    -patch) patch -p1 ${patch_opts} < $0;;
-+    -unpatch) patch -R -p1 ${patch_opts} < $0;;
-+    *)
-+        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-+        exit 1;;
-+esac
-+
-+exit 0
-+
-+@DPATCH@
 diff -urNad /home/chelli/vdr/cvs/dvb/linuxtv-dvb/Makefile linuxtv-dvb/Makefile
 --- /home/chelli/vdr/cvs/dvb/linuxtv-dvb/Makefile	2004-05-23 10:56:26.000000000 +0200
 +++ linuxtv-dvb/Makefile	2004-05-24 23:33:56.000000000 +0200