summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2023-05-14 04:54:46 -0300
committerRafael Laboissière <rafael@debian.org>2023-05-14 04:54:46 -0300
commit571a4d0b77589d9f39d79c14d9e39cc408045656 (patch)
tree5e4c5e455c3fcb37b4a41a16523fb74d64ce156b
parent632921fd8fd792dc9d363333142fa71a93e7deb5 (diff)
d/p/random-seed-for-pdf-doc.patch: Refresh for new upstream version
-rw-r--r--debian/patches/random-seed-for-pdf-doc.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/random-seed-for-pdf-doc.patch b/debian/patches/random-seed-for-pdf-doc.patch
index 3c9fe04..8b016e4 100644
--- a/debian/patches/random-seed-for-pdf-doc.patch
+++ b/debian/patches/random-seed-for-pdf-doc.patch
@@ -8,7 +8,7 @@ Last-Update: 2016-07-28
--- octave-communications-1.2.1.orig/doc/commsimages.m
+++ octave-communications-1.2.1/doc/commsimages.m
-@@ -28,10 +28,12 @@ function commsimages (nm, typ)
+@@ -48,10 +48,12 @@ function commsimages (nm, typ)
d_typ = ["-d", typ];
endif
@@ -22,7 +22,7 @@ Last-Update: 2016-07-28
plot (x, y, "r");
hold on;
plot (x, noisy, "g--");
-@@ -42,9 +44,9 @@ function commsimages (nm, typ)
+@@ -62,9 +64,9 @@ function commsimages (nm, typ)
ovsp = 50;
x = 1:n;
xi = 1:1/ovsp:n-0.1;
@@ -34,7 +34,7 @@ Last-Update: 2016-07-28
cf = gcf ();
set (cf, "tag", "eyediagram");
eyediagram (noisy, ovsp, [], [], [], cf);
-@@ -54,9 +56,9 @@ function commsimages (nm, typ)
+@@ -74,9 +76,9 @@ function commsimages (nm, typ)
ovsp = 5;
x = 1:n;
xi = 1:1/ovsp:n-0.1;