vdr/vdr-plugin-bitstreamout/debian/patches 01_FTBFS-fix.dpatch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Tue, 26 Oct 2004 22:29:01 +0000


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

Modified Files:
	01_FTBFS-fix.dpatch 
Log Message:


Index: 01_FTBFS-fix.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-bitstreamout/debian/patches/01_FTBFS-fix.dpatch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 01_FTBFS-fix.dpatch	22 Jul 2004 21:23:10 -0000	1.3
+++ 01_FTBFS-fix.dpatch	26 Oct 2004 22:28:58 -0000	1.4
@@ -1,26 +1,9 @@
-#! /bin/sh -e
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
 ## 01_FTBFS-fix.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: possible fix for #258449?
-
-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
+## DP: fix for #258449
 
 @DPATCH@
 diff -urNad /home/chelli/vdr/cvs-buildpackage/vdr-plugin-bitstreamout/vdr-plugin-bitstreamout-0.61b/types.h vdr-plugin-bitstreamout-0.61b/types.h