[Pkg-octave-commit] [octave-bim] 01/01: d/p/add-lacking-semicolon.patch: New patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Apr 29 19:27:32 UTC 2016


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

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

commit 669a8405b4410124177acb5e211af3376619ab45
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Apr 29 16:26:52 2016 -0300

    d/p/add-lacking-semicolon.patch: New patch
---
 debian/patches/add-lacking-semicolon.patch | 16 ++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/add-lacking-semicolon.patch b/debian/patches/add-lacking-semicolon.patch
new file mode 100644
index 0000000..e6c65e7
--- /dev/null
+++ b/debian/patches/add-lacking-semicolon.patch
@@ -0,0 +1,16 @@
+Description: Add lacking semicolon
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Forwarded: https://savannah.gnu.org/bugs/index.php?44883
+Last-Update: 2015-04-20
+
+--- octave-bim-1.1.5.orig/inst/bim1a_axisymmetric_advection_upwind.m
++++ octave-bim-1.1.5/inst/bim1a_axisymmetric_advection_upwind.m
+@@ -56,7 +56,7 @@ function A = bim1a_axisymmetric_advectio
+   nnodes = length(x);
+   nelem  = nnodes-1;
+ 
+-  cm    = reshape((x(1:end-1)+x(2:end))/2,[],1)
++  cm    = reshape((x(1:end-1)+x(2:end))/2,[],1);
+   
+   if (length(beta) == 1)
+     vk = 0;#zeros(nelem,1);
diff --git a/debian/patches/series b/debian/patches/series
index a8e901f..cca0b50 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 data-file-link-in-tutorial.diff
+add-lacking-semicolon.patch

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



More information about the Pkg-octave-commit mailing list