[Pkg-openmpi-commits] r153 - /openmpi/trunk/debian/rules

edd at users.alioth.debian.org edd at users.alioth.debian.org
Wed Jan 21 03:24:27 UTC 2009


Author: edd
Date: Wed Jan 21 03:24:26 2009
New Revision: 153

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=153
Log:
small change for 1.3 upload: needed to remove empty (broken ?) manual page MPI_Comm_accept.3

Modified:
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=153&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Wed Jan 21 03:24:26 2009
@@ -107,6 +107,10 @@
 
 	chmod 644 debian/openmpi/usr/lib/openmpi/lib/mpi.mod
 	sed -i 's/3OpenMPI/3/' debian/openmpi/usr/share/man/man3/*.3
+
+        # DE 20 Jan 2009:  OpenMPI 1.3 installs an empty MPI_Comm_accept
+	rm -vf debian/openmpi/usr/share/man/man3/MPI_Comm_accept.3
+
 	dh_install -s --sourcedir=$(CURDIR)/debian/openmpi --list-missing
 
 binary-indep: install-indep




More information about the Pkg-openmpi-commits mailing list