[getdp] 02/60: Fix a problem in the duplication of TS symbol

Matteo F. Vescovi mfv at moszumanska.debian.org
Thu Feb 11 10:12:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository getdp.

commit 8a4a8c995c269fef9b10eb13648a3080f53f2c9c
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Thu Jun 17 12:48:00 2010 +0000

    Fix a problem in the duplication of TS symbol
---
 debian/patches/TS_type_undef.diff | 31 +++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 32 insertions(+)

diff --git a/debian/patches/TS_type_undef.diff b/debian/patches/TS_type_undef.diff
new file mode 100644
index 0000000..53e5232
--- /dev/null
+++ b/debian/patches/TS_type_undef.diff
@@ -0,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);
diff --git a/debian/patches/series b/debian/patches/series
index 5b1c0a4..83b3827 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Makefile.patch
+TS_type_undef.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git



More information about the debian-science-commits mailing list