[SCM] vdr-plugin-zaphistory packaging repository branch, master, updated. debian/0.9.5-20-3-g3180b38

etobi git at e-tobi.net
Wed May 9 14:51:40 UTC 2012


The following commit has been merged in the master branch:
commit 3180b38df32adf10013693a32a7fff2e8b74dd42
Author: etobi <git at e-tobi.net>
Date:   Wed May 9 16:46:40 2012 +0200

    VDR 1.7.27 / api

diff --git a/debian/changelog b/debian/changelog
index 987ff76..f13b311 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ vdr-plugin-zaphistory (0.9.5-21) experimental; urgency=low
 
   * Standards-Version: 3.9.3
   * Switched to debhelper 7 and dropped cdbs
+  * VDR 1.7.27 adaptation
 
  -- Tobias Grimm <etobi at debian.org>  Wed, 09 May 2012 16:40:07 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index b5b72b9..2198405 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 vdr-1.7.27-i18n.patch
+vdr-1.7.27-api.patch
diff --git a/debian/patches/vdr-1.7.27-api.patch b/debian/patches/vdr-1.7.27-api.patch
new file mode 100644
index 0000000..e5c1ccb
--- /dev/null
+++ b/debian/patches/vdr-1.7.27-api.patch
@@ -0,0 +1,13 @@
+Index: vdr-plugin-zaphistory/monitor.c
+===================================================================
+--- vdr-plugin-zaphistory.orig/monitor.c	2012-05-09 16:35:36.000000000 +0200
++++ vdr-plugin-zaphistory/monitor.c	2012-05-09 16:46:05.000000000 +0200
+@@ -16,7 +16,7 @@
+ void cZapHistoryMonitor::ChannelSwitch(const cDevice *Device, int ChannelNumber)
+ {
+     // Inform history, that channel has been switched
+-    if (ChannelNumber > 0 && Device->IsPrimaryDevice() && !EITScanner.UsesDevice(Device) )
++    if (ChannelNumber > 0 && Device->IsPrimaryDevice() && !EITScanner.Active() )
+     {
+ 	ZapHistory.ChannelSwitch( Channels.GetByNumber (ChannelNumber) );
+     }

-- 
vdr-plugin-zaphistory packaging repository



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