[Pkg-openmpi-commits] r202 - in /openmpi/trunk/debian: changelog rules

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Tue Oct 13 00:09:17 UTC 2009


Author: manuel
Date: Tue Oct 13 00:09:09 2009
New Revision: 202

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=202
Log:
Empty dependency_libs in all .la files

Modified:
    openmpi/trunk/debian/changelog
    openmpi/trunk/debian/rules

Modified: openmpi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/changelog?rev=202&op=diff
==============================================================================
--- openmpi/trunk/debian/changelog (original)
+++ openmpi/trunk/debian/changelog Tue Oct 13 00:09:09 2009
@@ -5,8 +5,9 @@
     package includes the binaries for checkpointing and documentation. Many
     thanks to Alan Woodland for the implementation!
   * Added a README.source file.
-
- -- Manuel Prinz <manuel at debian.org>  Tue, 13 Oct 2009 00:52:10 +0200
+  * Empty dependency_libs in .la files.
+
+ -- Manuel Prinz <manuel at debian.org>  Tue, 13 Oct 2009 01:06:50 +0200
 
 openmpi (1.3.3-1) unstable; urgency=low
 

Modified: openmpi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/rules?rev=202&op=diff
==============================================================================
--- openmpi/trunk/debian/rules (original)
+++ openmpi/trunk/debian/rules Tue Oct 13 00:09:09 2009
@@ -117,6 +117,10 @@
 		cp debian/openmpi/usr/share/man/man1/$${f}.1 debian/openmpi/usr/share/man/man1/$${f}.openmpi.1 ; \
 	done
 
+	# Empty dependency_libs in all .la files. This is part of the "Remove
+	# .la files" release goal for Squeeze.
+	find debian/openmpi/ -type f -name '*.la' -exec sed -i "s,^dependency_libs=.*,dependency_libs=''," '{}' \;
+
 	chmod 644 debian/openmpi/usr/lib/openmpi/lib/mpi.mod
 	sed -i 's/3OpenMPI/3/' debian/openmpi/usr/share/man/man3/*.3
 




More information about the Pkg-openmpi-commits mailing list