r6414 - in /vdr/vdr-plugin-mlist/trunk/debian: changelog patches/00list patches/91_vdr-1.5.15.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Tue Feb 19 18:07:37 UTC 2008


Author: tiber-guest
Date: Tue Feb 19 18:07:37 2008
New Revision: 6414

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6414
Log:
* Added 91_vdr-1.5.15.dpatch

Added:
    vdr/vdr-plugin-mlist/trunk/debian/patches/91_vdr-1.5.15.dpatch
Modified:
    vdr/vdr-plugin-mlist/trunk/debian/changelog
    vdr/vdr-plugin-mlist/trunk/debian/patches/00list

Modified: vdr/vdr-plugin-mlist/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-mlist/trunk/debian/changelog?rev=6414&op=diff
==============================================================================
--- vdr/vdr-plugin-mlist/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-mlist/trunk/debian/changelog Tue Feb 19 18:07:37 2008
@@ -1,8 +1,8 @@
 vdr-plugin-mlist (0.0.4-6) experimental; urgency=low
 
-  * Force rebuild for vdr 1.5.15
+  * Added 91_vdr-1.5.15.dpatch
 
- -- Tobias Grimm <tg at e-tobi.net>  Mon, 18 Feb 2008 21:08:19 +0100
+ -- Tobias Grimm <tg at e-tobi.net>  Tue, 19 Feb 2008 19:07:18 +0100
 
 vdr-plugin-mlist (0.0.4-5) experimental; urgency=low
 

Modified: vdr/vdr-plugin-mlist/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-mlist/trunk/debian/patches/00list?rev=6414&op=diff
==============================================================================
--- vdr/vdr-plugin-mlist/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-mlist/trunk/debian/patches/00list Tue Feb 19 18:07:37 2008
@@ -1,1 +1,2 @@
 90_mlist-0.0.4-1.5.8
+91_vdr-1.5.15

Added: vdr/vdr-plugin-mlist/trunk/debian/patches/91_vdr-1.5.15.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-mlist/trunk/debian/patches/91_vdr-1.5.15.dpatch?rev=6414&op=file
==============================================================================
--- vdr/vdr-plugin-mlist/trunk/debian/patches/91_vdr-1.5.15.dpatch (added)
+++ vdr/vdr-plugin-mlist/trunk/debian/patches/91_vdr-1.5.15.dpatch Tue Feb 19 18:07:37 2008
@@ -1,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 91_vdr-1.5.15.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad vdr-plugin-mlist-0.0.4~/mlist.c vdr-plugin-mlist-0.0.4/mlist.c
+--- vdr-plugin-mlist-0.0.4~/mlist.c	2007-08-12 21:49:21.000000000 +0200
++++ vdr-plugin-mlist-0.0.4/mlist.c	2008-02-19 19:04:59.000000000 +0100
+@@ -280,10 +280,10 @@
+       struct tm *broken_time = localtime(msg->MessageTime());
+       char *formatted_time;
+       asprintf(&formatted_time, "%02i:%02i:%02i", broken_time->tm_hour, broken_time->tm_min, broken_time->tm_sec);
+-      reply = cString::sprintf("%s%s - %s\n", reply ? (const char *) reply : "", formatted_time, msg->Message());
++      reply = cString::sprintf("%s%s - %s\n", *reply ? (const char *) reply : "", formatted_time, msg->Message());
+       free(formatted_time);
+     }
+-    return reply ? reply : cString::sprintf("Message History empty.");
++    return *reply ? reply : cString::sprintf("Message History empty.");
+   }
+   else if (strcasecmp(Command, "DELM") == 0){
+     mlist.Clear();




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