[Pkg-octave-commit] [octave-msh] 01/03: d/p/continuation-lines.patch: New patch

Rafael Laboissiere rafael at debian.org
Sat Sep 9 17:32:19 UTC 2017


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

rafael pushed a commit to branch master
in repository octave-msh.

commit c6d7de7c309046b2cc54e6d3590b7c1c4f5ceb2e
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Sep 9 14:11:28 2017 -0300

    d/p/continuation-lines.patch: New patch
---
 debian/patches/continuation-lines.patch | 19 +++++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/continuation-lines.patch b/debian/patches/continuation-lines.patch
new file mode 100644
index 0000000..a7ab3e4
--- /dev/null
+++ b/debian/patches/continuation-lines.patch
@@ -0,0 +1,19 @@
+Description: Use three periods instead of backslash as continuation lines
+Author: Rafael Laboissière <rafael at debian.org>
+Forwarded: https://savannah.gnu.org/bugs/index.php?51970
+Last-Update: 2017-09-09
+
+--- octave-msh-1.0.10.orig/inst/msh2m_structured_mesh.m
++++ octave-msh-1.0.10/inst/msh2m_structured_mesh.m
+@@ -229,9 +229,9 @@ endfunction
+ %!test
+ %! x = y = linspace(0,1,3);
+ %! msh = msh2m_structured_mesh(x,y,1,[1:4]);
+-%! p = [0.00000   0.00000   0.00000   0.50000   0.50000   0.50000 \
++%! p = [0.00000   0.00000   0.00000   0.50000   0.50000   0.50000 ...
+ %!      1.00000   1.00000   1.00000
+-%!      0.00000   0.50000   1.00000   0.00000   0.50000   1.00000 \
++%!      0.00000   0.50000   1.00000   0.00000   0.50000   1.00000 ...
+ %!      0.00000   0.50000   1.00000];
+ %! assert(msh.p,p)
+ %! e = [1   4   7   8   3   6   1   2
diff --git a/debian/patches/series b/debian/patches/series
index 3a00583..062a31e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 configure-script-source.patch
+continuation-lines.patch

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



More information about the Pkg-octave-commit mailing list