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

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Tue Dec 20 18:20:10 UTC 2011


Author: manuel
Date: Tue Dec 20 18:20:10 2011
New Revision: 288

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=288
Log:
Do not clear dependency_libs in debian/rules anymore

Modified:
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=288&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Tue Dec 20 18:20:10 2011
@@ -42,8 +42,6 @@
 override_dh_install:
 # Strip rpath info from all executables and libraries.
 	find debian/tmp/ -type f -perm -+x -a ! -name '*.la' -a ! -name '*.mod' -exec chrpath -d '{}' \;
-# Empty dependency_libs in all .la files.
-	find debian/tmp/ -type f -name '*.la' -exec sed -i "s,^dependency_libs=.*,dependency_libs=''," '{}' \;
 # Rename the compiler and startup wrappers.
 ##	for f in mpic++ mpicc mpiCC mpicxx mpiexec mpif77 mpif90 mpirun opalc++ opalcc ortec++ ortecc orteCC ; do \ ##
 	for f in mpic++ mpicc mpiCC mpicxx mpiexec mpif77 mpif90 mpirun ; do \




More information about the Pkg-openmpi-commits mailing list