[Pkg-octave-commit] [SCM] octave-fpl branch, master, updated. 91c5ca1deece692cd5b6509597d7b61c5ddad5ef
Rafael Laboissiere
rafael at debian.org
Sat May 16 07:55:50 UTC 2009
The following commit has been merged in the master branch:
commit 91c5ca1deece692cd5b6509597d7b61c5ddad5ef
Author: Rafael Laboissiere <rafael at debian.org>
Date: Sat May 16 09:30:36 2009 +0200
Add patch no-echo-command
diff --git a/debian/patches/no-echo-command.diff b/debian/patches/no-echo-command.diff
new file mode 100644
index 0000000..a8e4b89
--- /dev/null
+++ b/debian/patches/no-echo-command.diff
@@ -0,0 +1,11 @@
+--- a/inst/FPL2pdesurf.m
++++ b/inst/FPL2pdesurf.m
+@@ -59,7 +59,7 @@
+ mesh = varargin{1};
+ u = varargin{2};
+ for ii=3:2:nargin
+- eval([ varargin{ii} " = """ varargin{ii+1} """" ]);
++ eval([ varargin{ii} " = """ varargin{ii+1} """;" ]);
+ endfor
+ else
+ keyboard ,error(["wrong number of parameters " num2str (nargin)])
diff --git a/debian/patches/series b/debian/patches/series
index de08bc6..83d0d13 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
autoload-yes.diff
depends-octave.diff
+no-echo-command.diff
--
octave-fpl
More information about the Pkg-octave-commit
mailing list