r3070 - in vdr/vdr-plugin-calc/trunk/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Sat Jun 24 19:29:47 UTC 2006
Author: tiber-guest
Date: 2006-06-24 19:29:45 +0000 (Sat, 24 Jun 2006)
New Revision: 3070
Added:
vdr/vdr-plugin-calc/trunk/debian/patches/03_g++4.1.dpatch
Modified:
vdr/vdr-plugin-calc/trunk/debian/changelog
vdr/vdr-plugin-calc/trunk/debian/patches/00list
Log:
Added 03_g++4.1.dpatch to fix some g++/gcc 4.1 issues
Modified: vdr/vdr-plugin-calc/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-calc/trunk/debian/changelog 2006-06-24 17:23:36 UTC (rev 3069)
+++ vdr/vdr-plugin-calc/trunk/debian/changelog 2006-06-24 19:29:45 UTC (rev 3070)
@@ -2,6 +2,8 @@
* Thomas Schmidt <tschmidt at debian.org>
- Build-Depend on vdr-dev (>=1.4.1-1)
+ * Tobias Grimm <tg at e-tobi.net>
+ - Added 03_g++4.1.dpatch to fix some g++/gcc 4.1 issues
-- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sun, 18 Jun 2006 15:55:53 +0200
Modified: vdr/vdr-plugin-calc/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-calc/trunk/debian/patches/00list 2006-06-24 17:23:36 UTC (rev 3069)
+++ vdr/vdr-plugin-calc/trunk/debian/patches/00list 2006-06-24 19:29:45 UTC (rev 3070)
@@ -1,4 +1,5 @@
01_Makefile-fPIC-fix
02_pathes
+03_g++4.1
90_APIVERSION.dpatch
Added: vdr/vdr-plugin-calc/trunk/debian/patches/03_g++4.1.dpatch
===================================================================
--- vdr/vdr-plugin-calc/trunk/debian/patches/03_g++4.1.dpatch 2006-06-24 17:23:36 UTC (rev 3069)
+++ vdr/vdr-plugin-calc/trunk/debian/patches/03_g++4.1.dpatch 2006-06-24 19:29:45 UTC (rev 3070)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_g++4.1.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes some issues with g++/ggc 4.1
+
+ at DPATCH@
+--- vdr-plugin-calc-0+0.0.1rc5.orig/calc.c
++++ vdr-plugin-calc-0+0.0.1rc5/calc.c
+@@ -72,7 +72,7 @@
+ void AddDigit(eKeys key);
+ void CalculateResult(char* inOperand1, char* inOperand2, char *outOperand, char cOperator);
+ operType operatorSymbol;
+- void cCalcMain::CalculateResultTrig(char* inOperand1, char *outOperand, char cOperator, gradType calculateGradType);
++ void CalculateResultTrig(char* inOperand1, char *outOperand, char cOperator, gradType calculateGradType);
+ public:
+ cCalcMain(void);
+ ~cCalcMain();
More information about the pkg-vdr-dvb-changes
mailing list