summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2024-03-23 13:49:44 -0300
committerRafael Laboissière <rafael@debian.org>2024-03-23 13:49:44 -0300
commit9a1e7b8a2c5e06175fa7f933f6249a025d6f11c8 (patch)
tree795318712780e970e4c63ac1e76eb9aeda2aeb8e
parent788e9733efb653d09af8fdc9daa1a099aa239d54 (diff)
d/p/octave7.patch: Drop patch (fixed upstream)
-rw-r--r--debian/patches/octave7.patch18
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/octave7.patch b/debian/patches/octave7.patch
deleted file mode 100644
index c3fcffc..0000000
--- a/debian/patches/octave7.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix FTBFS against Octave 7
- Under Octave 7, the testcase fails with the wrong error type (too many input
- arguments), so let’s just remove the 2nd input argument.
-Author: Sébastien Villemot <sebastien@debian.org>
-Bug: https://savannah.gnu.org/bugs/?62288
-Bug-Debian: https://bugs.debian.org/1009137
-Last-Update: 2022-04-11
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/inst/joinPolygons.m
-+++ b/inst/joinPolygons.m
-@@ -57,5 +57,5 @@ endfunction
- %! XY = joinPolygons ({[1 6; 2 5; 3 4]; [4 3; 5 2; 6 1]});
- %! assert (XY, [1 6; 2 5; 3 4; NaN NaN; 4 3; 5 2; 6 1]);
-
--%!error <joinPolygons: cell array expected> joinPolygons ([1 2 NaN 3 4], [56 NaN 78])
-+%!error <joinPolygons: cell array expected> joinPolygons ([1 2 NaN 3 4])
- %!error <joinPolygons: column vectors expected> joinPolygons ({[1,0], [0,2]});
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8d848a0..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-octave7.patch