vdr/vdradmin/debian/patches 00list 01_dist-var.dpatch
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Thu, 27 May 2004 15:08:47 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdradmin/debian/patches
In directory haydn:/tmp/cvs-serv18068/vdr/vdradmin/debian/patches
Added Files:
00list 01_dist-var.dpatch
Log Message:
these files should be included too :)
--- NEW FILE: 00list ---
01_dist-var
--- NEW FILE: 01_dist-var.dpatch ---
#! /bin/sh -e
## 01_dist-var.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/vdr/vdradmin/vdradmind.pl vdradmin/vdradmind.pl
--- /home/chelli/vdr/cvs/vdr/vdradmin/vdradmind.pl 2004-05-27 16:34:55.000000000 +0200
+++ vdradmin/vdradmind.pl 2004-05-27 16:35:55.000000000 +0200
@@ -42,7 +42,7 @@
use strict;
#use warnings;
-my $SEARCH_FILES_IN_SYSTEM = 0; # for distribution
+my $SEARCH_FILES_IN_SYSTEM = 1; # for distribution
sub true () { 1 };
sub false () { 0 };