summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2024-05-18 02:58:43 -0300
committerRafael Laboissière <rafael@debian.org>2024-05-18 02:58:43 -0300
commit8cd109725550aa980e6bf20afd12ab735d14edcd (patch)
tree20bea1b6bef592b43866a56682ab4014cad854f4
parent79753f03b753f851db057b4ff5fdaa7c3b60bbc1 (diff)
d/p/fpdf-reproducile-bist.patch: Drop patch (applied upstream)
-rw-r--r--debian/patches/fpdf-reproducile-bist.patch16
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/fpdf-reproducile-bist.patch b/debian/patches/fpdf-reproducile-bist.patch
deleted file mode 100644
index 1e0f907..0000000
--- a/debian/patches/fpdf-reproducile-bist.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Make BIST in fpdf.m reproducible
-Author: Rafael Laboissière <rafael@laboissiere.net>
-Forwarded: https://github.com/gnu-octave/statistics/pull/143
-Applied-Upstream: https://github.com/gnu-octave/statistics/commit/d0dc267c53f4d0f62104b7a068c391ece9661eac
-Last-Update: 2024-03-22
-
---- octave-statistics-1.6.5.orig/inst/dist_fun/fpdf.m
-+++ octave-statistics-1.6.5/inst/dist_fun/fpdf.m
-@@ -108,6 +108,7 @@ endfunction
- %!assert (fpdf (x, 2, [0 NaN Inf 2 2]), [NaN NaN NaN y(4:5)], eps)
- %!assert (fpdf ([x, NaN], 2, 2), [y, NaN], eps)
- %!test #F (x, 1, df1) == T distribution (sqrt (x), df1) / sqrt (x)
-+%! rand ("seed", 1234); # for reproducibility
- %! xr = rand (10,1);
- %! xr = xr(x > 0.1 & x < 0.9);
- %! yr = tpdf (sqrt (xr), 2) ./ sqrt (xr);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0eb84cb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fpdf-reproducile-bist.patch