[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/2.0.1-1-10-gbe4e44e
Iain Lane
laney at debian.org
Sun Jul 10 09:15:31 UTC 2011
The following commit has been merged in the master branch:
commit 65625a4cc04d0f2797d23b580f02ea5fbd920ed8
Author: Iain Lane <laney at debian.org>
Date: Sun Jul 10 09:29:30 2011 +0100
Remove .la files
Thanks: Luk Claes <luk at debian.org>
Closes: #621324
diff --git a/debian/rules b/debian/rules
index 30048a3..71f982d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,6 +71,8 @@ override_dh_makeclilibs:
override_dh_install:
# make sure we don't include a generated MIME database
find debian/tmp/usr/share/mime/ -mindepth 1 -maxdepth 1 -not -name packages -print0 | xargs -0 rm -rf
+ # strip la files
+ find debian/tmp -name '*.la' -delete
rm -f debian/tmp/usr/share/applications/mimeinfo.cache
dh_install
# Remove MeeGo stuff from banshee binary package
--
banshee
More information about the Pkg-cli-apps-commits
mailing list