[vdr] 04/12: Log an error message when skincures can't initialize the screen (Closes: #877032)

Tobias Grimm tiber-guest at moszumanska.debian.org
Sat Feb 10 18:21:35 UTC 2018


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

tiber-guest pushed a commit to annotated tag debian/2.3.8-2_etobi1
in repository vdr.

commit 303594bc460384c51f32bdd61f0b9ada3392d428
Author: Tobias Grimm <etobi at debian.org>
Date:   Wed Dec 27 23:29:58 2017 +0100

    Log an error message when skincures can't initialize the screen (Closes: #877032)
---
 debian/patches/series                      |  1 +
 debian/patches/skincurses-log-errors.patch | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 95e714e..7111b2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 
 99_ncursesw-include.patch
 systemd.patch
+skincurses-log-errors.patch
diff --git a/debian/patches/skincurses-log-errors.patch b/debian/patches/skincurses-log-errors.patch
new file mode 100644
index 0000000..d8090c7
--- /dev/null
+++ b/debian/patches/skincurses-log-errors.patch
@@ -0,0 +1,21 @@
+Description: Log an error message when skincures can't initialize the screen
+Author: Tobias Grimm <etobi at debian.org>
+
+--- a/PLUGINS/src/skincurses/skincurses.c
++++ b/PLUGINS/src/skincurses/skincurses.c
+@@ -11,6 +11,7 @@
+ #include <vdr/plugin.h>
+ #include <vdr/skins.h>
+ #include <vdr/videodir.h>
++#include <vdr/tools.h>
+ 
+ static const char *VERSION        = "2.3.2";
+ static const char *DESCRIPTION    = trNOOP("A text only skin");
+@@ -833,6 +834,7 @@
+      ScOsdHeight = w->_maxy - w->_begy + 1;
+      return true;
+      }
++  esyslog("skincurses: unable to initialize curses screen");
+   return false;
+ }
+ 

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



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