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

Rafael Laboissiere rafael at costa.debian.org
Tue Oct 3 10:35:39 UTC 2006


Author: rafael
Date: 2006-10-03 10:35:38 +0000 (Tue, 03 Oct 2006)
New Revision: 764

Added:
   trunk/packages/octave/debian/patches/50_mkoctifle-man-indent-option.dpatch
Modified:
   trunk/packages/octave/debian/changelog
   trunk/packages/octave/debian/in/octave2.9-00list
Log:
Added patch for correctly indenting option --mex in the mkoctfile man page


Modified: trunk/packages/octave/debian/changelog
===================================================================
--- trunk/packages/octave/debian/changelog	2006-10-02 20:06:40 UTC (rev 763)
+++ trunk/packages/octave/debian/changelog	2006-10-03 10:35:38 UTC (rev 764)
@@ -1,13 +1,18 @@
 octave2.9 (2.9.8-3) unstable; urgency=low
 
+  [ Thomas Weber ]
   * debian/patches/50_options-order-doc.m.dpatch: Update patch to work
     with plain Octave prompt as well.
   * debian/in/control: build-depend on gnuplot-nox instead of gnuplot; maybe
     this will allow us to circumvent a temporary dependency problem with
     gnuplot on several architectures (alpha, mips, mipsel).
 
- -- 
+  [ Rafael Laboissiere ]
+  * debian/patches/50_mkoctifle-man-indent-option.dpatch: Indent correctly
+    option --mex in the mkoctfile man page
 
+ --
+
 octave2.9 (2.9.8-2) unstable; urgency=low
 
   * debian/patches/50_options-order-doc.m.dpatch: Fix the order of

Modified: trunk/packages/octave/debian/in/octave2.9-00list
===================================================================
--- trunk/packages/octave/debian/in/octave2.9-00list	2006-10-02 20:06:40 UTC (rev 763)
+++ trunk/packages/octave/debian/in/octave2.9-00list	2006-10-03 10:35:38 UTC (rev 764)
@@ -2,3 +2,4 @@
 50_clean-mat-files
 50_options-order-doc.m
 50_sparse-fct-scalar-arg.patch
+50_mkoctifle-man-indent-option

Added: trunk/packages/octave/debian/patches/50_mkoctifle-man-indent-option.dpatch
===================================================================
--- trunk/packages/octave/debian/patches/50_mkoctifle-man-indent-option.dpatch	                        (rev 0)
+++ trunk/packages/octave/debian/patches/50_mkoctifle-man-indent-option.dpatch	2006-10-03 10:35:38 UTC (rev 764)
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_mkoctifle-man-indent-option.dpatch by Rafael Laboissiere <rafael at debian.org>
+##
+## DP: Indent correctly option --mex
+
+ at DPATCH@
+
+--- octave2.9-2.9.8.orig/doc/interpreter/mkoctfile.1
++++ octave2.9-2.9.8/doc/interpreter/mkoctfile.1
+@@ -66,6 +66,7 @@
+ .TP 8
+ .B \-\-link-stand-alone
+ Link a stand-alone executable file.
++.TP 8
+ .B \-\-mex
+ Assume we are creating a MEX file.  Set the default output extension
+ to .mex.


Property changes on: trunk/packages/octave/debian/patches/50_mkoctifle-man-indent-option.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-octave-commit mailing list