r1948 - in vdr/vdr/trunk/debian: . patches
Thomas Schmidt
tschmidt at costa.debian.org
Tue Feb 7 21:51:36 UTC 2006
Author: tschmidt
Date: 2006-02-07 21:51:36 +0000 (Tue, 07 Feb 2006)
New Revision: 1948
Added:
vdr/vdr/trunk/debian/patches/19_vdr-1.3.41-no-title-fix.dpatch
Modified:
vdr/vdr/trunk/debian/changelog
vdr/vdr/trunk/debian/patches/00list
Log:
vdr: Added 19_vdr-1.3.41-no-title-fix.dpatch
Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog 2006-02-05 18:46:12 UTC (rev 1947)
+++ vdr/vdr/trunk/debian/changelog 2006-02-07 21:51:36 UTC (rev 1948)
@@ -6,8 +6,9 @@
- New upstream release
+ Removed 13_epgfix.dpatch
+ Added 99_epg-fix.dpatch
+ + Added 19_vdr-1.3.41-no-title-fix.dpatch
- -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Thu, 2 Feb 2006 14:47:30 +0100
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Tue, 7 Feb 2006 22:50:56 +0100
vdr (1.3.40-1) unstable; urgency=low
Modified: vdr/vdr/trunk/debian/patches/00list
===================================================================
--- vdr/vdr/trunk/debian/patches/00list 2006-02-05 18:46:12 UTC (rev 1947)
+++ vdr/vdr/trunk/debian/patches/00list 2006-02-07 21:51:36 UTC (rev 1948)
@@ -9,6 +9,7 @@
15_dvbplayer
17_replay
18_vdr-1.3.39-menu-on-control
+19_vdr-1.3.41-no-title-fix
# Patch needed for DVB subtitles or ttxtsubs (does not work with AC3-patch)
# opt-21_subtitles_and_ttxtsubs
Added: vdr/vdr/trunk/debian/patches/19_vdr-1.3.41-no-title-fix.dpatch
===================================================================
--- vdr/vdr/trunk/debian/patches/19_vdr-1.3.41-no-title-fix.dpatch 2006-02-05 18:46:12 UTC (rev 1947)
+++ vdr/vdr/trunk/debian/patches/19_vdr-1.3.41-no-title-fix.dpatch 2006-02-07 21:51:36 UTC (rev 1948)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 19_vdr-1.3.41-no-title-fix.dpatch by Thomas Schmidt <tschmidt at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vdr-1.3.41/epg.c /tmp/dpep.rYU6be/vdr-1.3.41/epg.c
+--- vdr-1.3.41/epg.c 2006-01-29 15:17:33.000000000 +0100
++++ /tmp/dpep.rYU6be/vdr-1.3.41/epg.c 2006-02-07 22:49:00.733200250 +0100
+@@ -321,7 +321,7 @@
+ }
+ }
+ break;
+- case 'e': if (!Event->Title())
++ case 'e': if (Event && !Event->Title())
+ Event->SetTitle(tr("No title"));
+ Event = NULL;
+ break;
Property changes on: vdr/vdr/trunk/debian/patches/19_vdr-1.3.41-no-title-fix.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-vdr-dvb-changes
mailing list