vdr/vdr-plugin-games/debian/patches 01_Makefile-fPIC-fix.dpatch 02_Makefile-nosilent.dpatch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Tue, 26 Oct 2004 10:45:37 +0000


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

Modified Files:
	01_Makefile-fPIC-fix.dpatch 02_Makefile-nosilent.dpatch 
Log Message:
* build-dep on dpatch (>= 2.0.9)
* converted dpatch-files to short format

Index: 02_Makefile-nosilent.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-games/debian/patches/02_Makefile-nosilent.dpatch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- 02_Makefile-nosilent.dpatch	19 Aug 2004 15:26:55 -0000	1.1
+++ 02_Makefile-nosilent.dpatch	26 Oct 2004 10:45:35 -0000	1.2
@@ -1,26 +1,9 @@
-#! /bin/sh -e
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
 ## 02_Makefile-nosilent.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Removes output-suppresions from the Makefiles
-
-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-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/Makefile vdr-plugin-games-0.6.1/Makefile

Index: 01_Makefile-fPIC-fix.dpatch
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-games/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	19 Aug 2004 15:26:55 -0000	1.1
+++ 01_Makefile-fPIC-fix.dpatch	26 Oct 2004 10:45:35 -0000	1.2
@@ -1,26 +1,9 @@
-#! /bin/sh -e
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
 ## 01_Makefile-fPIC-fix.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: Adds -fPIC to Makefiles, to fix FTBFS (#266793)
-
-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-buildpackage/vdr-plugin-games/vdr-plugin-games-0.6.1/minesweeper/Makefile vdr-plugin-games-0.6.1/minesweeper/Makefile