[Pkg-octave-commit] [octave-fpl] 02/02: d/p/no-interactive-tests.diff: Remove obsolete patch
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Sun Aug 23 10:43:45 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-fpl.
commit 8dcac6a67c9a9344ed5da7e82fc8c3a2276f1168
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Sun Aug 23 07:33:34 2015 -0300
d/p/no-interactive-tests.diff: Remove obsolete patch
---
debian/patches/no-interactive-tests.diff | 36 --------------------------------
debian/patches/series | 1 -
2 files changed, 37 deletions(-)
diff --git a/debian/patches/no-interactive-tests.diff b/debian/patches/no-interactive-tests.diff
deleted file mode 100644
index 0429bd7..0000000
--- a/debian/patches/no-interactive-tests.diff
+++ /dev/null
@@ -1,36 +0,0 @@
-Description: Transform some tests that must be run interactively into demos
-Author: Rafael Laboissiere <rafael at laboissiere.net>
-Forwarded: not-needed
-Last-Update: 2012-08-09
-
---- a/inst/deprecated/FPL2pdesurf.m
-+++ b/inst/deprecated/FPL2pdesurf.m
-@@ -116,7 +116,7 @@
- endfunction
-
- %!shared msh
--%!test
-+%!demo
- %! msh.p = [0 0; 1 0; 1 1; 0 1].';
- %! msh.t = [1 2 3 1; 1 3 4 1].';
- %! msh.e = [1 2 0 0 1 0 1; 2 3 0 0 2 0 1; 3 4 0 0 3 0 1; 4 1 0 0 4 0 1].';
-@@ -124,7 +124,7 @@
- %! FPL2pdesurf (msh, u, "data_dep", "connections");
- %! s = input ("do you see a square divided into two triangles with a diagonal red-to-blue gradient color (if you see an empty plot try ctrl-F)? (y/n): " ,"s");
- %! assert(s, "y")
--%!test
-+%!demo
- %! v = [0 0 1 1].';
- %! FPL2pdesurf (msh, v);
- %! s = input ("do you see a square divided into two triangles with a vertical red-to-blue gradient color (if you see an empty plot try ctrl-F)? (y/n): " ,"s");
---- a/inst/deprecated/FPL2pdeshowmesh.m
-+++ b/inst/deprecated/FPL2pdeshowmesh.m
-@@ -85,7 +85,7 @@
-
- endfunction
-
--%!test
-+%!demo
- %! msh.p = [0 0; 1 0; 1 1; 0 1].';
- %! msh.t = [1 2 3 1; 1 3 4 1].';
- %! msh.e = [1 2 0 0 1 0 1; 2 3 0 0 2 0 1; 3 4 0 0 3 0 1; 4 1 0 0 4 0 1].';
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7da0cc6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-interactive-tests.diff
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-fpl.git
More information about the Pkg-octave-commit
mailing list