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

Rafael Laboissiere rafael at costa.debian.org
Wed Apr 12 09:26:52 UTC 2006


Author: rafael
Date: 2006-04-12 09:26:51 +0000 (Wed, 12 Apr 2006)
New Revision: 561

Added:
   trunk/packages/octave/debian/patches/50_automatic-replot-docstring.dpatch
Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.1-00list
Log:
Debian release 1:2.1.73-5


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-04-06 07:27:21 UTC (rev 560)
+++ trunk/packages/octave/debian/changelog	2006-04-12 09:26:51 UTC (rev 561)
@@ -1,12 +1,14 @@
 octave2.1 (1:2.1.73-5) unstable; urgency=low
 
-  NOT YET RELEASED!
-
-  [ Rafael Laboissiere ]
   * Uploaded to unstable, now that the libhdf5 transition is over
   * debian/rules: Cruft removal operation, dropped old and useless comments
+  * debian/patches/50_automatic-replot-docstring.dpatch: Patch for adding
+    a docstring for the automatic_replot built-in variable (closes:
+    #361705, although only partially, because the "return" keyword is
+    still indexed as a variable and I do not think the upstream author
+    will change this)
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 12 Apr 2006 09:43:41 +0200
 
 octave2.1 (1:2.1.73-4) experimental; urgency=low
 

Modified: trunk/packages/octave/debian/in/octave2.1-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.1-00list	2006-04-06 07:27:21 UTC (rev 560)
+++ trunk/packages/octave/debian/in/octave2.1-00list	2006-04-12 09:26:51 UTC (rev 561)
@@ -1,3 +1,4 @@
 50_lgamma_doc.dpatch
 50_incomplete_gamma.dpatch
 50_g++4.1-fixes.dpatch
+50_automatic-replot-docstring
\ No newline at end of file

Added: trunk/packages/octave/debian/patches/50_automatic-replot-docstring.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_automatic-replot-docstring.dpatch	2006-04-06 07:27:21 UTC (rev 560)
+++ trunk/packages/octave/debian/patches/50_automatic-replot-docstring.dpatch	2006-04-12 09:26:51 UTC (rev 561)
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_automatic-replot-docstring.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## Introduce documentation string for the varaible automatic_replot
+
+ at DPATCH@
+
+--- octave2.1-2.1.73.orig/doc/interpreter/plot.txi
++++ octave2.1-2.1.73/doc/interpreter/plot.txi
+@@ -341,6 +341,8 @@
+ any arguments.
+ @end deffn
+ 
++ at DOCSTRING(automatic_replot)
++
+ Note that NaN values in the plot data are automatically omitted, and
+ Inf values are converted to a very large value before calling gnuplot.
+ 
+--- octave2.1-2.1.73.orig/doc/interpreter/var.txi
++++ octave2.1-2.1.73/doc/interpreter/var.txi
+@@ -283,7 +283,7 @@
+ Default value: @code{"+ "}.
+ 
+ @item automatic_replot
+- at xref{Two-Dimensional Plotting}.
++ at xref{Low-Level plotting commands}.
+ 
+ Default value: 0.
+ 


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




More information about the Pkg-octave-commit mailing list