[Pkg-octave-commit] rev 829 - in trunk/packages/octave/debian: . in patches

Rafael Laboissiere rafael at alioth.debian.org
Fri Dec 22 15:52:13 CET 2006


Author: rafael
Date: 2006-12-22 15:52:13 +0100 (Fri, 22 Dec 2006)
New Revision: 829

Added:
   trunk/packages/octave/debian/patches/50_plot-doc.dpatch
Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.9-00list
Log:
Debian release octave2.9_2.9.9-7

Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-12-22 14:49:37 UTC (rev 828)
+++ trunk/packages/octave/debian/changelog	2006-12-22 14:52:13 UTC (rev 829)
@@ -1,13 +1,14 @@
 octave2.9 (2.9.9-7) unstable; urgency=low
 
-  NOT YET RELEASED!
+  * debian/in/control: Changed wording of octave*-headers description.
+    Thanks to Reuben Thomas for the suggestion (closes: #399190).
+  * debian/patches/50_plot-doc.dpatch:Fixes a long-standing documentation
+    bug in Octave, regarding the plot function.  Thanks to Francesco
+    Potortì for the patch, which has been also applied to the 2.9 branch
+    upstream (closes: #398935).
 
-  [ Rafael Laboissiere ]
-  * debian/in/control: Changed wording of octave*-headers description
-    (thanks to Reuben Thomas for the suggestion, closes: #399190)
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 22 Dec 2006 11:54:57 +0100
 
- --
-
 octave2.9 (2.9.9-6) unstable; urgency=low
 
   [ Thomas Weber ]

Modified: trunk/packages/octave/debian/in/octave2.9-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.9-00list	2006-12-22 14:49:37 UTC (rev 828)
+++ trunk/packages/octave/debian/in/octave2.9-00list	2006-12-22 14:52:13 UTC (rev 829)
@@ -4,5 +4,6 @@
 50_fix_hold_state.dpatch
 50_rename-octave-tags
 50_empty-lhs-sparse
-50_sparse_constructors.dpatch
+50_sparse_constructors
 50_invalid_indexes
+50_plot-doc

Added: trunk/packages/octave/debian/patches/50_plot-doc.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_plot-doc.dpatch	2006-12-22 14:49:37 UTC (rev 828)
+++ trunk/packages/octave/debian/patches/50_plot-doc.dpatch	2006-12-22 14:52:13 UTC (rev 829)
@@ -0,0 +1,41 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_plot-doc.dpatch by  <rafael at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: New patch generated from octave2.9 2.9.9-7 diff.gz
+
+ at DPATCH@
+
+--- octave2.9-2.9.9.orig/scripts/plot/plot.m
++++ octave2.9-2.9.9/scripts/plot/plot.m
+@@ -52,13 +52,13 @@
+ ## the elements, starting with 1.
+ ##
+ ## @item
+-## If the first argument is a vector and the second is a matrix, the
+-## the vector is plotted versus the columns (or rows) of the matrix.
++## If the @var{x} is a vector and @var{y} is a matrix, the
++## the columns (or rows) of @var{y} are plotted versus @var{x}.
+ ## (using whichever combination matches, with columns tried first.)
+ ##
+ ## @item
+-## If the first argument is a matrix and the second is a vector, the
+-## the columns (or rows) of the matrix are plotted versus the vector.
++## If the @var{x} is a matrix and @var{y} is a vector,
++## @var{y} is plotted versus the columns (or rows) of @var{x}.
+ ## (using whichever combination matches, with columns tried first.)
+ ##
+ ## @item
+@@ -107,9 +107,9 @@
+ ## valid in combination with the @code{@@} or @code{-@@} specifiers.
+ ##
+ ## @item @var{c}
+-## If @var{c} is one of @code{"k"}, @code{"r"}, @code{"g"}, @code{"b"},
+-## @code{"m"}, @code{"c"}, or @code{"w"}, it is interpreted as the plot
+-## color (black, red, green, blue, magenta, cyan, or white).
++## If @var{c} is one of @code{"k"} (black), @code{"r"} (red), @code{"g"}
++## (green), @code{"b"} (blue), @code{"m"} (magenta), @code{"c"} (cyan),
++## or @code{"w"} (white), it is interpreted as the line plot color.
+ ##
+ ## @item ";title;"
+ ## Here @code{"title"} is the label for the key.


Property changes on: trunk/packages/octave/debian/patches/50_plot-doc.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list