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

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Thu Oct 23 15:06:27 UTC 2008


Author: manuel
Date: Thu Oct 23 15:06:26 2008
New Revision: 142

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=142
Log:
Fixes Lintian warnings about Rpath

Modified:
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=142&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Thu Oct 23 15:06:26 2008
@@ -99,7 +99,7 @@
 
 	# Strip rpath info from all executables and libraries
 	find debian/openmpi/ -type f -perm -+x -a ! -name '*.la' -a ! -name '*.mod' -exec chrpath -d '{}' \;
-	find debian/openmpi/ -type f -name '*\.so\.*' -exec chrpath -d '{}' \;
+	find debian/libopenmpi-dev/ -type f -name '*\.so*' -exec chrpath -d '{}' \;
 	for f in mpic++ mpicc mpicxx mpiexec mpif77 mpif90 ; do \
 		cp debian/openmpi/usr/share/man/man1/$${f}.1 debian/openmpi/usr/share/man/man1/$${f}.openmpi.1 ; \
 	done




More information about the Pkg-openmpi-commits mailing list