[Pkg-octave-commit] [octave-splines] 02/05: d/p/fix-unit-test-bin_values.patch: Remove patch (applied upstream)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Thu Dec 10 00:05:56 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-splines.

commit 10996a9e63242003fb5eaf27527b2985103df683
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Dec 9 13:39:38 2015 -0200

    d/p/fix-unit-test-bin_values.patch: Remove patch (applied upstream)
---
 debian/patches/fix-unit-test-bin_values.patch | 21 ---------------------
 debian/patches/series                         |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/fix-unit-test-bin_values.patch b/debian/patches/fix-unit-test-bin_values.patch
deleted file mode 100644
index b288a6c..0000000
--- a/debian/patches/fix-unit-test-bin_values.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: Fix failing unit test for the bin_values function
- All unit tests worked correctly in version 1.2.7 of the package, but
- one of the unit tests for bin_value fails in version 1.2.8. 
- Essentially, this patch revert this upstream commit:
- http://sourceforge.net/p/octave/splines/ci/496daa7
-Author: Rafael LAboissiere <rafael at laboissiere.net>
-Bug: https://savannah.gnu.org/bugs/index.php?45055
-Forwarded: not-needed
-Last-Update: 2015-05-08
-
---- octave-splines-1.2.8.orig/inst/bin_values.m
-+++ octave-splines-1.2.8/inst/bin_values.m
-@@ -88,7 +88,7 @@ w_bin = n_bin ./ accumdim(j, y, 1, [], f
- %! [x_bin y_bin w_bin n_bin] = bin_values(x, y);
- %!assert (x_bin, [1; 7/3]);
- %!assert (y_bin, [0 0; 2 2]);
--%!assert (w_bin, [NaN NaN; 3 1]);
-+%!assert (w_bin, [Inf Inf; 3 1]);
- %!assert (n_bin, [1; 3]);
- 
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9e5b18d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-unit-test-bin_values.patch

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



More information about the Pkg-octave-commit mailing list