[Pkg-octave-commit] r2215 - in octave2.1-forge/trunk/debian: . patches
Rafael Laboissiere
rafael at alioth.debian.org
Tue Jul 8 08:18:28 UTC 2008
Author: rafael
Date: 2008-07-08 08:18:28 +0000 (Tue, 08 Jul 2008)
New Revision: 2215
Added:
octave2.1-forge/trunk/debian/patches/manpage-hyphen.patch
Modified:
octave2.1-forge/trunk/debian/changelog
Log:
Add patch for fixing hypen vs. minus problems in mex.1 manpage
Modified: octave2.1-forge/trunk/debian/changelog
===================================================================
--- octave2.1-forge/trunk/debian/changelog 2008-07-08 07:40:00 UTC (rev 2214)
+++ octave2.1-forge/trunk/debian/changelog 2008-07-08 08:18:28 UTC (rev 2215)
@@ -10,6 +10,8 @@
* debian/control:
+ Build-depend on libnetcdf-dev instead of the obsolete netcdfg-dev
+ Bump Standards-Version to 3.8.0 (no changes needed)
+ * debian/patches/manpage-hyphen.patch: Add patch for fixing hypen
+ vs. minus problems in mex.1 manpage
-- Rafael Laboissiere <rafael at debian.org> Tue, 08 Jul 2008 09:26:20 +0200
Added: octave2.1-forge/trunk/debian/patches/manpage-hyphen.patch
===================================================================
--- octave2.1-forge/trunk/debian/patches/manpage-hyphen.patch (rev 0)
+++ octave2.1-forge/trunk/debian/patches/manpage-hyphen.patch 2008-07-08 08:18:28 UTC (rev 2215)
@@ -0,0 +1,34 @@
+Avoid interpreting hyphen where a minus sign was intended. Also, use the macro
+\[hy] to make real hyphen unambiguous.
+
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 08 Jul 2008 09:26:20 +0200
+
+--- octave2.1-forge-2006.03.17+dfsg1.orig/extra/mex/mex.1 2008-07-08 10:05:41.000000000 +0200
++++ octave2.1-forge-2006.03.17+dfsg1/extra/mex/mex.1 2008-07-08 10:08:44.000000000 +0200
+@@ -19,19 +19,19 @@
+ mex \- compile mex file for Octave
+ .SH SYNOPSIS
+ .nf
+-mex [options] mex-file [sources] [objects] [libraries]
++mex [options] mex\-file [sources] [objects] [libraries]
+ .fi
+ .SH OPTIONS
+ See mkoctfile for a complete list of options to mex.
+ .SH DESCRIPTION
+-mex compiles a file which calls mex functions into an oct-file. It
+-accepts both FORTRAN and C mex-files. You may include other source
++mex compiles a file which calls mex functions into an oct\[hy]file. It
++accepts both FORTRAN and C mex\[hy]files. You may include other source
+ files and object files and libraries in your mex command and they
+-will be compiled and linked together into the same oct-file, but the
+-mex-file must be the first file listed. See mkoctfile for details.
++will be compiled and linked together into the same oct\[hy]file, but the
++mex\[hy]file must be the first file listed. See mkoctfile for details.
+ .SH BUGS
+-If you want to use the V4 mex interface, use -DV4 on the command
+-line instead of -V4.
++If you want to use the V4 mex interface, use \-DV4 on the command
++line instead of \-V4.
+ .SH AUTHOR
+ .nf
+ Paul Kienzle
More information about the Pkg-octave-commit
mailing list