r6945 - in /vdr/vdr-plugin-sysinfo/trunk/debian: changelog patches/00list patches/03_gcc-4.3.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sun May 18 09:21:20 UTC 2008


Author: tiber-guest
Date: Sun May 18 09:21:20 2008
New Revision: 6945

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6945
Log:
Added 03_gcc-4.3.dpatch to fix FTBFS witg GCC4.3

Added:
    vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_gcc-4.3.dpatch   (with props)
Modified:
    vdr/vdr-plugin-sysinfo/trunk/debian/changelog
    vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list

Modified: vdr/vdr-plugin-sysinfo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sysinfo/trunk/debian/changelog?rev=6945&op=diff
==============================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/changelog Sun May 18 09:21:20 2008
@@ -1,3 +1,9 @@
+vdr-plugin-sysinfo (0.1.0a-13) UNRELEASED; urgency=low
+
+  * Added 03_gcc-4.3.dpatch to fix FTBFS witg GCC4.3
+
+ -- Tobias Grimm <tg at e-tobi.net>  Sun, 18 May 2008 11:20:43 +0200
+
 vdr-plugin-sysinfo (0.1.0a-12) experimental; urgency=low
 
   * Increased package version to force rebuild for vdr 1.6.0-1ctvdr7

Modified: vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list?rev=6945&op=diff
==============================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list (original)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/patches/00list Sun May 18 09:21:20 2008
@@ -1,3 +1,4 @@
 01_Makefile-fPIC-fix
 01_sysinfo-0.1.0a-fontfix
 02_sysinfo.sh-path
+03_gcc-4.3

Added: vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_gcc-4.3.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_gcc-4.3.dpatch?rev=6945&op=file
==============================================================================
--- vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_gcc-4.3.dpatch (added)
+++ vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_gcc-4.3.dpatch Sun May 18 09:21:20 2008
@@ -1,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_gcc-4.3.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-sysinfo-0.1.0a~/utility.c vdr-plugin-sysinfo-0.1.0a/utility.c
+--- vdr-plugin-sysinfo-0.1.0a~/utility.c	2005-04-02 23:45:06.000000000 +0200
++++ vdr-plugin-sysinfo-0.1.0a/utility.c	2008-05-18 11:19:22.000000000 +0200
+@@ -1,4 +1,5 @@
+ #include "utility.h"
++#include <stdlib.h>
+ 
+ string cUtility::StrTrim(string sInput) {
+     string sRetVal="";

Propchange: vdr/vdr-plugin-sysinfo/trunk/debian/patches/03_gcc-4.3.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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