[Pkg-octave-commit] [octave-tsa] 02/04: d/p/ignore-matlab-version.patch: Drop patch (applied upstream)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Sep 27 16:04:14 UTC 2015


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

rlaboiss-guest pushed a commit to branch master
in repository octave-tsa.

commit ebb3d677fbe355cfe51b4375a7f6c5fbce88f4a4
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Sep 27 10:34:57 2015 -0300

    d/p/ignore-matlab-version.patch: Drop patch (applied upstream)
---
 debian/patches/ignore-matlab-version.patch | 27 ---------------------------
 debian/patches/series                      |  1 -
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/ignore-matlab-version.patch b/debian/patches/ignore-matlab-version.patch
deleted file mode 100644
index f3521c8..0000000
--- a/debian/patches/ignore-matlab-version.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Ignore tests of Matlab version
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Forwarded: https://savannah.gnu.org/bugs/index.php?44989
-Last-Update: 2015-05-01
-
---- octave-tsa-4.2.9.orig/inst/sinvest1.m
-+++ octave-tsa-4.2.9/inst/sinvest1.m
-@@ -211,14 +211,14 @@ while 1,
-                 ylabel('imag(z)');
-                 
-                 MATLAB_VERSION = version;
--                if MATLAB_VERSION(1)=='4'
--                        ax = gca;
--                        tmp = get(ax,'Aspect');
--                        set(ax,'Aspect',[tmp(1),1]);
--                elseif MATLAB_VERSION(1)=='5'
-+                if exist ("OCTAVE_VERSION", "builtin") || MATLAB_VERSION(1)=='5'
-                         ax = gca;
-                         tmp = get(ax,'DataAspectRatio');
-                         set(ax,'PlotBoxAspectRatio',tmp);
-+                elseif MATLAB_VERSION(1)=='4'
-+                        ax = gca;
-+                        tmp = get(ax,'Aspect');
-+                        set(ax,'Aspect',[tmp(1),1]);
-                 end;
-         elseif K==11
-                 plot([Y(:) filter([1 -ARPMX(:,oo/2*(oo-1)+(1:oo))],1,Y(:))-max(Y)+min(Y)]);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 99dfd12..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-ignore-matlab-version.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-tsa.git



More information about the Pkg-octave-commit mailing list