[Pkg-octave-commit] [octave-linear-algebra] 02/02: d/p/fix-tests.patch: Drop patch (applied upstream)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sat Jan 31 11:51:43 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-linear-algebra.

commit a0db357e26441b3f38eca0fcb3c267c506d15dfa
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Jan 31 08:07:33 2015 -0200

    d/p/fix-tests.patch: Drop patch (applied upstream)
---
 debian/patches/fix-tests.patch | 37 -------------------------------------
 debian/patches/series          |  2 --
 2 files changed, 39 deletions(-)

diff --git a/debian/patches/fix-tests.patch b/debian/patches/fix-tests.patch
deleted file mode 100644
index 3737b9f..0000000
--- a/debian/patches/fix-tests.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: Fix typos in unit tests
-Author: Sébastien Villemot <sebastien at debian.org>
-Forwarded: http://sourceforge.net/mailarchive/message.php?msg_id=29295228
-Applied-Upstream: commit: r10483
-Last-Update: 2012-05-22
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/inst/circulant_inv.m
-+++ b/inst/circulant_inv.m
-@@ -41,4 +41,4 @@
- 
- %!shared v
- %! v = [1 2 3]';
--%!assert (make_circulant_matrix(circulant_inv(v)), inv(make_circulant_matrix(v)), 10*eps);
-+%!assert (circulant_make_matrix(circulant_inv(v)), inv(circulant_make_matrix(v)), 10*eps);
---- a/inst/nmf_bpas.m
-+++ b/inst/nmf_bpas.m
-@@ -653,16 +653,16 @@
- %! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',2);
- 
- %!test
--%! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',1,'nnls_solver','as');
-+%! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',1,'nnlssolver','as');
- 
- %!test
- %! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',1,'type','sparse');
- 
- %!test
--%! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',1,'type','sparse','nnls_solver','bp','alpha',1.1,'beta',1.3);
-+%! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',1,'type','sparse','nnlssolver','bp','alpha',1.1,'beta',1.3);
- 
- %!test
--%! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',2,'type','plain','w_init',rand(m,k));
-+%! [W,H,iter,HIS]=nmf_bpas(A,k,'verbose',2,'type','plain','winit',rand(m,k));
- 
- %!demo
- %! m = 300;
diff --git a/debian/patches/series b/debian/patches/series
index 2301b3d..0ed9383 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
- 
-fix-tests.patch
 autoload-yes.patch

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



More information about the Pkg-octave-commit mailing list