r2053 - in vdr/vdr-plugin-nordlichtsepg/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Sat Mar 18 10:18:52 UTC 2006
Author: tiber-guest
Date: 2006-03-18 10:18:51 +0000 (Sat, 18 Mar 2006)
New Revision: 2053
Removed:
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch
Modified:
vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog
vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list
Log:
release
Modified: vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog 2006-03-18 10:16:09 UTC (rev 2052)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/changelog 2006-03-18 10:18:51 UTC (rev 2053)
@@ -1,3 +1,11 @@
+vdr-plugin-nordlichtsepg (0.8-1) unstable; urgency=low
+
+ * Tobias Grimm <tg at e-tobi.net>
+ - New upstream release
+ - Removed 91_unknown-config-parameter.dpatch (fixed in upstream)
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sat, 18 Mar 2006 11:18:36 +0100
+
vdr-plugin-nordlichtsepg (0.5-4) unstable; urgency=low
* Tobias Grimm <tg at e-tobi.net>
Modified: vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list 2006-03-18 10:16:09 UTC (rev 2052)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/00list 2006-03-18 10:18:51 UTC (rev 2053)
@@ -1,2 +1 @@
01_Makefile-fPIC-fix
-91_unknown-config-parameter
Deleted: vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch
===================================================================
--- vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch 2006-03-18 10:16:09 UTC (rev 2052)
+++ vdr/vdr-plugin-nordlichtsepg/trunk/debian/patches/91_unknown-config-parameter.dpatch 2006-03-18 10:18:51 UTC (rev 2053)
@@ -1,35 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 91_unknown-config-parameter.dpatch by Thomas Günther <tom at toms-cafe.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fixes "unknown config parameter" errors.
-
- at DPATCH@
-diff -urNad nordlichtsepg-0.5/nordlichtsepg.c /tmp/dpep.TFXXt6/nordlichtsepg-0.5/nordlichtsepg.c
---- nordlichtsepg-0.5/nordlichtsepg.c 2005-11-23 16:49:58.000000000 +0100
-+++ /tmp/dpep.TFXXt6/nordlichtsepg-0.5/nordlichtsepg.c 2005-11-27 13:25:31.000000000 +0100
-@@ -303,14 +303,16 @@
- bool cPluginNordlichtsepg::SetupParse(const char *Name, const char *Value)
- {
- if(!strcmp("hidemainmenu",Name))hidemainmenu=atoi(Value);
-- if(!strcmp("bookmark",Name))bookmark=atoi(Value);
-- if(!strcmp("step",Name))Step=atoi(Value);
-- if(!strcmp("keeposd",Name))keeposd=atoi(Value);
-- if(!strcmp("showchannelgroups",Name))showchannelgroups=atoi(Value);
-- if(!strcmp("hideencryptedchannels",Name))hideencryptedchannels=atoi(Value);
-- if(!strcmp("enigmatheme",Name))enigmatheme=atoi(Value);
-- if(!strcmp("showchannelnumbers",Name))showchannelnumbers=atoi(Value);
-- return false;
-+ else if(!strcmp("bookmark",Name))bookmark=atoi(Value);
-+ else if(!strcmp("step",Name))Step=atoi(Value);
-+ else if(!strcmp("keeposd",Name))keeposd=atoi(Value);
-+ else if(!strcmp("showchannelgroups",Name))showchannelgroups=atoi(Value);
-+ else if(!strcmp("hideencryptedchannels",Name))hideencryptedchannels=atoi(Value);
-+ else if(!strcmp("enigmatheme",Name))enigmatheme=atoi(Value);
-+ else if(!strcmp("showchannelnumbers",Name))showchannelnumbers=atoi(Value);
-+ else
-+ return false;
-+ return true;
- }
-
- VDRPLUGINCREATOR(cPluginNordlichtsepg); // Don't touch this!
More information about the pkg-vdr-dvb-changes
mailing list