[Pkg-octave-commit] [SCM] octave-control branch, master, updated. 75bb0253e3ad39e1722a832e69247635f373457a

Thomas Weber thomas.weber.mail at gmail.com
Sun Jul 19 17:07:16 UTC 2009


The following commit has been merged in the master branch:
commit 1d721818d0fcdd04bbe55be71d7ced2dc1b877ee
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Sun Jul 19 19:04:48 2009 +0200

    Remove patch, applied upstream

diff --git a/debian/patches/no-check-failure-acker-place.diff b/debian/patches/no-check-failure-acker-place.diff
deleted file mode 100644
index c7ad88c..0000000
--- a/debian/patches/no-check-failure-acker-place.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-Get around precision problems when testing functions acker and place
-
- -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 May 2009 14:34:21 +0200
-
---- a/inst/acker.m
-+++ b/inst/acker.m
-@@ -43,4 +43,4 @@
- %! B = [0; 1];
- %! P = [-1 -0.5];
- %! Kexpected = [3.5 3.5];
--%! assert (acker (A, B, P), Kexpected);
-\ No newline at end of file
-+%! assert (acker (A, B, P), Kexpected, 2*eps);
-\ No newline at end of file
---- a/inst/place.m
-+++ b/inst/place.m
-@@ -135,5 +135,5 @@
- %! C = [2 1]; # C is useful to use ss; it doesn't matter what the value of C is
- %! P = [-1 -0.5];
- %! Kexpected = [3.5 3.5];
--%!assert (place (ss (A, B, C), P), Kexpected);
--%!assert (place (A, B, P), Kexpected);
-\ No newline at end of file
-+%!assert (place (ss (A, B, C), P), Kexpected, 2*eps);
-+%!assert (place (A, B, P), Kexpected, 2*eps);
-\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0b99760..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-check-failure-acker-place.diff

-- 
octave-control



More information about the Pkg-octave-commit mailing list