r4360 - in vdr/vdr-plugin-reelchannelscan/trunk/debian: . patches

Tobias Grimm tiber-guest at alioth.debian.org
Mon Mar 12 19:44:13 CET 2007


Author: tiber-guest
Date: 2007-03-12 18:44:12 +0000 (Mon, 12 Mar 2007)
New Revision: 4360

Added:
   vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/90_service-bugfix.dpatch
Modified:
   vdr/vdr-plugin-reelchannelscan/trunk/debian/changelog
   vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/00list
Log:
* Added 90_service-bugfix.dpatch

Modified: vdr/vdr-plugin-reelchannelscan/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-reelchannelscan/trunk/debian/changelog	2007-03-11 22:59:58 UTC (rev 4359)
+++ vdr/vdr-plugin-reelchannelscan/trunk/debian/changelog	2007-03-12 18:44:12 UTC (rev 4360)
@@ -1,3 +1,9 @@
+vdr-plugin-reelchannelscan (0.4.0-3) experimental; urgency=low
+
+  * Added 90_service-bugfix.dpatch
+
+ -- Tobias Grimm <tg at e-tobi.net>  Mon, 12 Mar 2007 19:43:39 +0100
+
 vdr-plugin-reelchannelscan (0.4.0-2) unstable; urgency=low
 
   * Release for vdrdevel 1.5.1

Modified: vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/00list	2007-03-11 22:59:58 UTC (rev 4359)
+++ vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/00list	2007-03-12 18:44:12 UTC (rev 4360)
@@ -1 +1,2 @@
 04_reelchannelscan-0.3.0-configdir
+90_service-bugfix

Added: vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/90_service-bugfix.dpatch
===================================================================
--- vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/90_service-bugfix.dpatch	2007-03-11 22:59:58 UTC (rev 4359)
+++ vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/90_service-bugfix.dpatch	2007-03-12 18:44:12 UTC (rev 4360)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 90_service-bugfix.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes a bug in cPluginChannelscan::Service()
+
+ at DPATCH@
+diff -urNad vdr-plugin-reelchannelscan-0.4.0~/channelscan.c vdr-plugin-reelchannelscan-0.4.0/channelscan.c
+--- vdr-plugin-reelchannelscan-0.4.0~/channelscan.c	2006-11-04 16:25:09.000000000 +0100
++++ vdr-plugin-reelchannelscan-0.4.0/channelscan.c	2007-03-12 19:41:28.000000000 +0100
+@@ -131,8 +131,9 @@
+         esyslog ("channelscan: wrong Service Data: \"%s\" ", static_cast<const char *>(Data)); 
+         AutoScanStat = AssNone;
+      }
++     return true;
+   }
+-  return true;
++  return false;
+ }
+ 
+ bool cPluginChannelscan::SetupParse(const char *Name, const char *Value) {


Property changes on: vdr/vdr-plugin-reelchannelscan/trunk/debian/patches/90_service-bugfix.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-vdr-dvb-changes mailing list