[vdr-plugin-streamdev] 04/06: Added fixes for vdr-2.3.7

Tobias Grimm tiber-guest at moszumanska.debian.org
Wed Dec 27 17:25:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

tiber-guest pushed a commit to branch master
in repository vdr-plugin-streamdev.

commit 10a7f87b5c5c0ea8aaaea6ae82aa71115ce2849d
Author: Tobias Grimm <etobi at debian.org>
Date:   Mon Sep 11 21:53:08 2017 +0200

    Added fixes for vdr-2.3.7
---
 debian/patches/series          |  1 +
 debian/patches/vdr-2.3.7.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 7b1f728..cec93b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 makefile_fix.patch
+vdr-2.3.7.patch
diff --git a/debian/patches/vdr-2.3.7.patch b/debian/patches/vdr-2.3.7.patch
new file mode 100644
index 0000000..e8efe1e
--- /dev/null
+++ b/debian/patches/vdr-2.3.7.patch
@@ -0,0 +1,18 @@
+--- a/server/connectionVTP.c
++++ b/server/connectionVTP.c
+@@ -41,7 +41,6 @@
+ 	enum eStates { Channel, Event, Title, Subtitle, Description, Vps, Content, Rating,
+ 	               EndEvent, EndChannel, EndEPG };
+ 	cConnectionVTP    *m_Client;
+-	cSchedulesLock    *m_SchedulesLock;
+ 	const cSchedules  *m_Schedules;
+ 	const cSchedule   *m_Schedule;
+ 	const cEvent      *m_Event;
+@@ -210,7 +209,6 @@
+ 
+ cLSTEHandler::~cLSTEHandler()
+ {
+-	delete m_SchedulesLock;
+ }
+ 
+ bool cLSTEHandler::Next(bool &Last)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-streamdev.git



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