r36650 - in /packages/getdp/trunk/debian/patches: TS_type_undef.diff series
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Thu Jun 17 12:48:01 UTC 2010
Author: sylvestre
Date: Thu Jun 17 12:48:00 2010
New Revision: 36650
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36650
Log:
Fix a problem in the duplication of TS symbol
Added:
packages/getdp/trunk/debian/patches/TS_type_undef.diff
Modified:
packages/getdp/trunk/debian/patches/series
Added: packages/getdp/trunk/debian/patches/TS_type_undef.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/patches/TS_type_undef.diff?rev=36650&op=file
==============================================================================
--- packages/getdp/trunk/debian/patches/TS_type_undef.diff (added)
+++ packages/getdp/trunk/debian/patches/TS_type_undef.diff Thu Jun 17 12:48:00 2010
@@ -1,0 +1,31 @@
+Index: getdp-2.0.0/Legacy/Pos_Format.cpp
+===================================================================
+--- getdp-2.0.0.orig/Legacy/Pos_Format.cpp 2010-06-17 14:33:17.000000000 +0200
++++ getdp-2.0.0/Legacy/Pos_Format.cpp 2010-06-17 14:37:57.000000000 +0200
+@@ -48,7 +48,7 @@
+ static List_T *SL = NULL, *VL = NULL, *TL = NULL;
+ static List_T *ST = NULL, *VT = NULL, *TT = NULL;
+ static List_T *SQ = NULL, *VQ = NULL, *TQ = NULL;
+-static List_T *SS = NULL, *VS = NULL, *TS = NULL;
++static List_T *SS = NULL, *VS = NULL, *TS_ = NULL;
+ static List_T *SH = NULL, *VH = NULL, *TH = NULL;
+ static List_T *SI = NULL, *VI = NULL, *TI = NULL;
+ static List_T *SY = NULL, *VY = NULL, *TY = NULL;
+@@ -350,7 +350,7 @@
+ List_WriteToFile(SQ, PostStream, f); List_WriteToFile(VQ, PostStream, f);
+ List_WriteToFile(TQ, PostStream, f);
+ List_WriteToFile(SS, PostStream, f); List_WriteToFile(VS, PostStream, f);
+- List_WriteToFile(TS, PostStream, f);
++ List_WriteToFile(TS_, PostStream, f);
+ List_WriteToFile(SH, PostStream, f); List_WriteToFile(VH, PostStream, f);
+ List_WriteToFile(TH, PostStream, f);
+ List_WriteToFile(SI, PostStream, f); List_WriteToFile(VI, PostStream, f);
+@@ -595,7 +595,7 @@
+ if(!TQ) TQ = List_Create(100,1000,sizeof(double)); else List_Reset(TQ);
+ if(!SS) SS = List_Create(100,1000,sizeof(double)); else List_Reset(SS);
+ if(!VS) VS = List_Create(100,1000,sizeof(double)); else List_Reset(VS);
+- if(!TS) TS = List_Create(100,1000,sizeof(double)); else List_Reset(TS);
++ if(!TS_) TS_ = List_Create(100,1000,sizeof(double)); else List_Reset(TS_);
+ if(!SH) SH = List_Create(100,1000,sizeof(double)); else List_Reset(SH);
+ if(!VH) VH = List_Create(100,1000,sizeof(double)); else List_Reset(VH);
+ if(!TH) TH = List_Create(100,1000,sizeof(double)); else List_Reset(TH);
Modified: packages/getdp/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/getdp/trunk/debian/patches/series?rev=36650&op=diff
==============================================================================
--- packages/getdp/trunk/debian/patches/series (original)
+++ packages/getdp/trunk/debian/patches/series Thu Jun 17 12:48:00 2010
@@ -1,1 +1,2 @@
Makefile.patch
+TS_type_undef.diff
More information about the debian-science-commits
mailing list