[SCM] lash/master-experimental: Avoid installing .la files: Unneeded, and with new python helper upsets lintian.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat Mar 12 13:53:51 UTC 2011


The following commit has been merged in the master-experimental branch:
commit d2bacefb61fd12d4086054a6c322141bdae3fce0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 12 14:47:08 2011 +0100

    Avoid installing .la files: Unneeded, and with new python helper upsets lintian.

diff --git a/debian/rules b/debian/rules
index 1e08dba..a86d7b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ clean::
 
 binary-install/python-lash::
 	find debian/ -type f -name "*.py" | xargs chmod -x
+	find debian/ -type f -name "*.la" -delete
 
 binary-post-install/liblash3::
 	d-shlibmove --commit \

-- 
lash packaging



More information about the pkg-multimedia-commits mailing list