[Pkg-octave-commit] [octave] 06/08: d/p/unescape-quote-in-qrdelete-docstring.patch: New patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Aug 9 13:25:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch experimental
in repository octave.

commit 460201559cd510db4cb44ab1441bc77c59409b25
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Mon Aug 8 11:57:46 2016 -0300

    d/p/unescape-quote-in-qrdelete-docstring.patch: New patch
---
 debian/patches/series                                  |  1 +
 .../patches/unescape-quote-in-qrdelete-docstring.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 143139d..14fc155 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ mkoctfile-mpi.diff
 always-build-octave-jar.patch
 hdf5-flags.patch
 hdf5-mkoctfile.patch
+unescape-quote-in-qrdelete-docstring.patch
diff --git a/debian/patches/unescape-quote-in-qrdelete-docstring.patch b/debian/patches/unescape-quote-in-qrdelete-docstring.patch
new file mode 100644
index 0000000..0f5f538
--- /dev/null
+++ b/debian/patches/unescape-quote-in-qrdelete-docstring.patch
@@ -0,0 +1,18 @@
+Description: Unescape quote in qrdelete docstring
+ Unscape quotes in @qcode macro to avoid a Texinfo parsing error,
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: https://savannah.gnu.org/bugs/index.php?48722
+Last-Update: 2016-08-08
+
+diff -r f99c0b8cb67b -r 61707b6b22c6 libinterp/dldfcn/qr.cc
+--- a/libinterp/dldfcn/qr.cc	Sun Aug 07 04:21:14 2016 +0100
++++ b/libinterp/dldfcn/qr.cc	Sun Aug 07 13:06:34 2016 -0300
+@@ -1242,7 +1242,7 @@
+ @var{R}@tie{}upper trapezoidal, return the QR at tie{}factorization of
+ @w{[A(:,1:j-1), U, A(:,j:n)]},
+ where @var{u} is a column vector to be inserted into @var{A}
+-(if @var{orient} is @qcode{\"col\"}),
++(if @var{orient} is @qcode{"col"}),
+ or the QR at tie{}factorization of @w{[A(1:j-1,:);X;A(:,j:n)]},
+ where @var{x} is a row @var{orient} is @qcode{"row"}).
+ The default value of @var{orient} is @qcode{"col"}.

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list