summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2020-05-26 06:34:20 -0300
committerRafael Laboissière <rafael@debian.org>2020-05-26 06:34:20 -0300
commit87a1e9619a4374249ae5847b05b30b9647cdacbe (patch)
tree1e9b9168d727c770a22ff01854e9db7429abf136
parentfcdf7d93897ef0b09e8f25998fd57eafb238ddf8 (diff)
d/p/spelling-doc-oc-polybool.patch: New patch
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/spelling-doc-oc-polybool.patch16
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series
index ed38313..6d05119 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
do-not-strip-debugging-symbols.patch
+spelling-doc-oc-polybool.patch
diff --git a/debian/patches/spelling-doc-oc-polybool.patch b/debian/patches/spelling-doc-oc-polybool.patch
new file mode 100644
index 0000000..91baee1
--- /dev/null
+++ b/debian/patches/spelling-doc-oc-polybool.patch
@@ -0,0 +1,16 @@
+Description: Fix documentation in doc string of function _oc_polybool
+Author: Rafael Laboissière <rafael@debian.org>
+Forwarded: https://savannah.gnu.org/bugs/index.php?58446
+Last-Update: 2020-05-26
+
+--- octave-octclip-2.0.1.orig/src/_oc_polybool.cc
++++ octave-octclip-2.0.1/src/_oc_polybool.cc
+@@ -72,7 +72,7 @@ polygons they are separated by rows os (
+ @var{pp} is a three-column matrix with a number of rows equal to the number\n\
+ of polygons stored in the matrix @var{p}. The first column stores the row of\n\
+ @var{p} where the corresponding polygon starts, the second column the row of\n\
+-@var{p} where the polygon end, and the third colum is a mark identifying if\n\
++@var{p} where the polygon end, and the third column is a mark identifying if\n\
+ the polygon is a hole (value 0) or not (value 1). The values of the third\n\
+ column are relevant only in the case of the OR operation\n\n\
+ @var{ni} is the number of intersections between @var{sub} and @var{clip}.\n\n\