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

Thomas Weber thomas-guest at costa.debian.org
Tue Apr 25 22:07:41 UTC 2006


Author: thomas-guest
Date: 2006-04-25 22:07:40 +0000 (Tue, 25 Apr 2006)
New Revision: 583

Added:
   trunk/packages/octave/debian/patches/50_system_doc-2.9.dpatch
Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.9-00list
Log:
update system()'s documentation to new behaviour


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-04-25 11:54:04 UTC (rev 582)
+++ trunk/packages/octave/debian/changelog	2006-04-25 22:07:40 UTC (rev 583)
@@ -1,3 +1,12 @@
+octave2.9 (2.9.5-7) unstable; urgency=low
+
+  [ Thomas Weber ]
+
+  * debian/patches/50_system_doc-2.9.dpatch: adapt the example in the
+    documentation for the new output order of system()
+
+ -- 
+
 octave2.9 (2.9.5-6) unstable; urgency=low
 
   * debian/in/control: Build-depends on libufsparse-dev in the 2.9 branch

Modified: trunk/packages/octave/debian/in/octave2.9-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.9-00list	2006-04-25 11:54:04 UTC (rev 582)
+++ trunk/packages/octave/debian/in/octave2.9-00list	2006-04-25 22:07:40 UTC (rev 583)
@@ -1,3 +1,4 @@
 50_octave-value-list-resize-2.9
 50_automatic-replot-docstring
 50_fix-apiversion-2.9.dpatch
+50_system_doc-2.9.dpatch

Added: trunk/packages/octave/debian/patches/50_system_doc-2.9.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_system_doc-2.9.dpatch	2006-04-25 11:54:04 UTC (rev 582)
+++ trunk/packages/octave/debian/patches/50_system_doc-2.9.dpatch	2006-04-25 22:07:40 UTC (rev 583)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_system_doc-2.9.dpatch by Thomas Weber <thomas.weber.mail at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: The example in system() doesn't match the described behaviour. The
+## behaviour changed in 2.9.5
+
+ at DPATCH@
+diff -urNad octave2.9-2.9.5~/src/toplev.cc octave2.9-2.9.5/src/toplev.cc
+--- octave2.9-2.9.5~/src/toplev.cc	2006-03-15 22:27:35.000000000 +0100
++++ octave2.9-2.9.5/src/toplev.cc	2006-04-25 22:45:45.000000000 +0200
+@@ -422,7 +422,7 @@
+ command that was written to the standard output stream.  For example,\n\
+ \n\
+ @example\n\
+-[output, status] = system (\"echo foo; exit 2\");\n\
++[status, output] = system (\"echo foo; exit 2\");\n\
+ @end example\n\
+ \n\
+ @noindent\n\


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




More information about the Pkg-octave-commit mailing list