[Pkg-openmpi-commits] r190 - in /openmpi/trunk/debian: changelog libopenmpi-dev.preinst

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Tue Jun 2 21:08:38 UTC 2009


Author: manuel
Date: Tue Jun  2 21:08:37 2009
New Revision: 190

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=190
Log:
Fixing mpicc alternative issue

Added:
    openmpi/trunk/debian/libopenmpi-dev.preinst
Modified:
    openmpi/trunk/debian/changelog

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=190&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Tue Jun  2 21:08:37 2009
@@ -1,3 +1,9 @@
+openmpi (1.3.2-3) unstable; urgency=low
+
+  * Removing ancient mpicc master alternative in preinst. Closes: #531184.
+
+ -- Manuel Prinz <manuel at debian.org>  Tue, 02 Jun 2009 22:59:43 +0200
+
 openmpi (1.3.2-2) unstable; urgency=low
 
   * Upload to unstable. No changes compared to 1.3.2-1.

Added: openmpi/trunk/debian/libopenmpi-dev.preinst
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/libopenmpi-dev.preinst?rev=190&op=file
==============================================================================
--- openmpi/trunk/debian/libopenmpi-dev.preinst (added)
+++ openmpi/trunk/debian/libopenmpi-dev.preinst Tue Jun  2 21:08:37 2009
@@ -1,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+# mpicc 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 #531184.
+
+update-alternatives --quiet --remove-all mpicc >/dev/null 2>&1 || true
+
+exit 0




More information about the Pkg-openmpi-commits mailing list