[SCM] bristol/master: Get rid of unneeded *.la files (Closes: #621266).

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Apr 7 07:42:49 UTC 2011


The following commit has been merged in the master branch:
commit 286ea41069ddff345af17431a312c2d421ea9134
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 7 09:42:13 2011 +0200

    Get rid of unneeded *.la files (Closes: #621266).

diff --git a/debian/rules b/debian/rules
index 983518e..6b1a2e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,7 @@ override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(CURDIR)/debian/tmp install
 	find $(CURDIR)/debian/tmp/usr/share/bristol/ -type d -empty -delete
 	find $(CURDIR)/debian/tmp/usr/share/ -type f | xargs chmod -x
+	find $(CURDIR)/debian/tmp/usr/lib/bristol -type f -name '*.la' -delete
 
 override_dh_makeshlibs:
 	dh_makeshlibs -n

-- 
bristol packaging



More information about the pkg-multimedia-commits mailing list