[Pkg-octave-commit] [SCM] Debian packaging for octave-odepkg branch, master, updated. be87a95f45031505f3676b19bdecd25464f95143

Rafael Laboissiere rafael at laboissiere.net
Sun Mar 11 23:40:43 UTC 2012


The following commit has been merged in the master branch:
commit 04a2cf4c6ea31944a5104f673510528887b56698
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Mar 11 23:10:05 2012 +0100

    Add upstream patch to fix the call to print_with_name

diff --git a/debian/patches/fix-call-to-print-with-name.patch b/debian/patches/fix-call-to-print-with-name.patch
new file mode 100644
index 0000000..e7e6e06
--- /dev/null
+++ b/debian/patches/fix-call-to-print-with-name.patch
@@ -0,0 +1,18 @@
+From: Carlo de Falco  <kingcrimson at tiscali.it>
+Description: Fixed call to octave_value::print_with_name
+Origin: upstream, http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/odepkg/src/odepkg_auxiliary_functions.cc?view=patch&r1=9007&r2=9006&pathrev=9007
+Last-Update: 2012-03-11
+
+--- octave-odepkg-0.8.0.orig/src/odepkg_auxiliary_functions.cc
++++ octave-odepkg-0.8.0/src/odepkg_auxiliary_functions.cc
+@@ -454,8 +454,8 @@ octave_idx_type odepkg_auxiliary_solstor
+       // eg. if the code should be debuged or something like this
+       vt = octave_value (vtstore);
+       vy = octave_value (vystore);
+-      vt.print_with_name (octave_stdout, "vt", true);
+-      vy.print_with_name (octave_stdout, "vy", true);
++      vt.print_with_name (octave_stdout, "vt");
++      vy.print_with_name (octave_stdout, "vy");
+       break;
+   }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9262944..24ea99f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 info-dir-section.diff
+fix-call-to-print-with-name.patch

-- 
Debian packaging for octave-odepkg



More information about the Pkg-octave-commit mailing list