[Pkg-openmpi-commits] r198 - in /openmpi/trunk/debian: changelog openmpi-bin.preinst

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Mon Oct 12 21:03:24 UTC 2009


Author: manuel
Date: Mon Oct 12 21:03:16 2009
New Revision: 198

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=198
Log:
Removing ancient mpirun alternatives in preinst

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/openmpi-bin.preinst

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=198&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Mon Oct 12 21:03:16 2009
@@ -1,3 +1,9 @@
+openmpi (1.3.3-2) unstable; urgency=low
+
+  * Removing ancient mpirun alternatives in preinst. Closes: #534740, #544372.
+
+ -- Manuel Prinz <manuel at debian.org>  Mon, 12 Oct 2009 23:01:30 +0200
+
 openmpi (1.3.3-1) unstable; urgency=low
 
   * New upstream version

Modified: openmpi/trunk/debian/openmpi-bin.preinst
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/openmpi-bin.preinst?rev=198&op=diff
==============================================================================
--- openmpi/trunk/debian/openmpi-bin.preinst (original)
+++ openmpi/trunk/debian/openmpi-bin.preinst Mon Oct 12 21:03:16 2009
@@ -2,10 +2,12 @@
 
 set -e
 
-# mpiexec seemed to be used as a master alternative by some MPI package. But
-# currently, all MPI packages have the mpicc alternative installed as a slave
-# link. We remove the link here in order to resolve bug #532008.
+# mpirun and mpiexec seemed to be used as a master alternative by some MPI
+# package. But currently, all MPI packages have the mpicc alternative installed
+# as a slave link. We remove the link here in order to resolve bug #532008,
+# #534740, and #544372.
 
+update-alternatives --quiet --remove-all mpirun  >/dev/null 2>&1 || true
 update-alternatives --quiet --remove-all mpiexec >/dev/null 2>&1 || true
 
 #DEBHELPER#




More information about the Pkg-openmpi-commits mailing list