[Pkg-octave-commit] [SCM] octave-fpl branch, master, updated. cfa512f8de3ce1319644ae2394aefc32ddabde1c

Thomas Weber thomas.weber.mail at gmail.com
Wed Jul 22 16:05:53 UTC 2009


The following commit has been merged in the master branch:
commit 613fdca90af04469ae0a5a5354ff047d8687ed8e
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Wed Jul 22 12:36:25 2009 +0200

    Remove patch debian/patches/no-echo-command.diff, applied upstream

diff --git a/debian/changelog b/debian/changelog
index cebd7d8..c6ee423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ octave-fpl (0.1.6-1) UNRELEASED; urgency=low
   [ Thomas Weber ]
   * New upstream release 
   * Bump standards version to 3.8.2, no changes needed 
+  * debian/patches/no-echo-command.diff: removed, applied upstream
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:07:37 +0200
 
diff --git a/debian/patches/no-echo-command.diff b/debian/patches/no-echo-command.diff
deleted file mode 100644
index 93155e0..0000000
--- a/debian/patches/no-echo-command.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Avoid echoing the command run by eval.
-
- -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 May 2009 18:31:22 +0200
-
---- 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 704b02a..be73334 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 autoload-yes.diff
 depends-octave.diff
-no-echo-command.diff
 no-interactive-tests.diff

-- 
octave-fpl



More information about the Pkg-octave-commit mailing list