[gmsh] 01/01: Fix an issue in onelabparser.

Anton Gladky gladk at alioth.debian.org
Mon Sep 30 19:34:19 UTC 2013


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

gladk pushed a commit to branch master
in repository gmsh.

commit a0adb60045e2ddbda52f93a119fa43a7b0fc526d
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Sep 30 21:33:31 2013 +0200

    Fix an issue in onelabparser.
---
 debian/patches/fix_onelab_issue.patch |   16 ++++++++++++++++
 debian/patches/series                 |    1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fix_onelab_issue.patch b/debian/patches/fix_onelab_issue.patch
new file mode 100644
index 0000000..2106e38
--- /dev/null
+++ b/debian/patches/fix_onelab_issue.patch
@@ -0,0 +1,16 @@
+Description: fix an issue in onelabparser
+Author: Alexandre Ancel <alexandre.ancel at cemosis.fr>
+Reviewed-By: Anton Gladky <gladk at debian.org>
+Last-Update: 2013-09-30
+
+--- a/contrib/onelab/OnelabParser.cpp
++++ b/contrib/onelab/OnelabParser.cpp
+@@ -591,7 +591,7 @@
+       	  strings[0].setNeverChanged(true);
+       	}
+ 	else
+-	  std::string val=resolveGetVal(arguments[0]);
++	  val=resolveGetVal(arguments[0]);
+ 	strings[0].setValue(val);
+       }
+       // choices list is reset
diff --git a/debian/patches/series b/debian/patches/series
index 229a78f..6e420de 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ fix_gmshpy_import.patch
 fix_libdir.patch
 fix_script_header.patch
 fix_java_wrapper_compilation.patch
+fix_onelab_issue.patch

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



More information about the debian-science-commits mailing list