[Pkg-openmpi-commits] r22 - in /openmpi/trunk/debian/patches: 00list 31fix_manpages_lintian.dpatch

edd at users.alioth.debian.org edd at users.alioth.debian.org
Sat Jun 23 21:26:17 UTC 2007


Author: edd
Date: Sat Jun 23 21:26:17 2007
New Revision: 22

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=22
Log:
silence more lintian warnings about manual pages

Added:
    openmpi/trunk/debian/patches/31fix_manpages_lintian.dpatch   (with props)
Modified:
    openmpi/trunk/debian/patches/00list

Modified: openmpi/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/00list?rev=22&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/00list (original)
+++ openmpi/trunk/debian/patches/00list Sat Jun 23 21:26:17 2007
@@ -1,4 +1,5 @@
 10opal_noexecstack
 20fix_manpage_link
 30fix_manpage
+31fix_manpages_lintian
 99autoconf

Added: openmpi/trunk/debian/patches/31fix_manpages_lintian.dpatch
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/31fix_manpages_lintian.dpatch?rev=22&op=file
==============================================================================
--- openmpi/trunk/debian/patches/31fix_manpages_lintian.dpatch (added)
+++ openmpi/trunk/debian/patches/31fix_manpages_lintian.dpatch Sat Jun 23 21:26:17 2007
@@ -1,0 +1,57 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 31_manpages_lintian.dpatch by Dirk Eddelbuettel <edd at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fixes lintian errors  with manpages
+
+ at DPATCH@
+
+diff -urNad openmpi-1.2.3.orig/ompi/mpi/man/man3/MPI_Type_create_darray.3 openmpi-1.2.3/ompi/mpi/man/man3/MPI_Type_create_darray.3
+--- openmpi-1.2.3.orig/ompi/mpi/man/man3/MPI_Type_create_darray.3	2007-02-16 12:20:45.000000000 -0600
++++ openmpi-1.2.3/ompi/mpi/man/man3/MPI_Type_create_darray.3	2007-06-23 12:48:18.000000000 -0500
+@@ -98,7 +98,7 @@
+ - MPI_DISTRIBUTE_NONE - Dimension not distributed. 
+ .fi
+ .sp
+-The constant MPI_DISTRIBUTE_DFLT_DARG specifies a default distribution argument. The distribution argument for a dimension that is not distributed is ignored. For any dimension \fIi\fP in which the distribution is MPI_DISTRIBUTE_BLOCK, it erroneous to specify \fIarray_of_dargs[i]\fP \* \fIarray_of_psizes[i]\fP < \fIarray_of_gsizes[i]\fP.
++The constant MPI_DISTRIBUTE_DFLT_DARG specifies a default distribution argument. The distribution argument for a dimension that is not distributed is ignored. For any dimension \fIi\fP in which the distribution is MPI_DISTRIBUTE_BLOCK, it erroneous to specify \fIarray_of_dargs[i]\fP \fI\*\fP \fIarray_of_psizes[i]\fP < \fIarray_of_gsizes[i]\fP.
+ .sp
+ For example, the HPF layout ARRAY(CYCLIC(15)) corresponds to MPI_DISTRIBUTE_CYCLIC with a distribution argument of 15, and the HPF layout ARRAY(BLOCK) corresponds to MPI_DISTRIBUTE_BLOCK with a distribution argument of MPI_DISTRIBUTE_DFLT_DARG. 
+ .sp
+diff -urNad openmpi-1.2.3.orig/orte/tools/orterun/orterun.1 openmpi-1.2.3/orte/tools/orterun/orterun.1
+--- openmpi-1.2.3.orig/orte/tools/orterun/orterun.1	2007-06-14 23:42:17.000000000 -0500
++++ openmpi-1.2.3/orte/tools/orterun/orterun.1	2007-06-23 15:38:22.000000000 -0500
+@@ -22,26 +22,20 @@
+ .PP
+ Single Process Multiple Data (SPMD) Model:
+ 
+-.B mpirun 
+-.R [ options ] 
+-.B <program>
+-.R [ <args> ]
+-.
++.B mpirun [ options ] 
++.B <program> [ <args> ]
++.P
+ 
+ Multiple Instruction Multiple Data (MIMD) Model:
+ 
+-.B mpirun
+-.R [ global_options ]
++.B mpirun .R [ global_options ]
+        [ local_options1 ]
+-.B <program1>
+-.R [ <args1> ] :
++.B <program1> .R [ <args1> ] :
+        [ local_options2 ]
+-.B <program2>
+-.R [ <args2> ] : 
++.B <program2> .R [ <args2> ] : 
+        ... : 
+        [ local_optionsN ]
+-.B <programN>
+-.R [ <argsN> ]
++.B <programN> .R [ <argsN> ]
+ .P
+ 
+ Note that in both models, invoking \fImpirun\fR via an absolute path

Propchange: openmpi/trunk/debian/patches/31fix_manpages_lintian.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-openmpi-commits mailing list