[evolution-couchdb] Remove all .a and .la files from the package
- From: Rodrigo Moya <rodrigo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-couchdb] Remove all .a and .la files from the package
- Date: Thu, 30 Jul 2009 22:14:22 +0000 (UTC)
commit 92496b53123db306a6d349f1d99ada66f75588eb
Author: Ken VanDine <ken vandine canonical com>
Date: Fri Jul 31 00:14:06 2009 +0200
Remove all .a and .la files from the package
debian/rules | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/debian/rules b/debian/rules
index 6af90b7..66caecd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,7 @@ DEB_DH_MAKESHLIBDEPS_ARGS = -Xusr/lib/evolution
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
+
+binary-post-install/evolution-couchdb::
+ find debian/evolution-couchdb/usr/lib -name \*.la -exec rm {} \;
+ find debian/evolution-couchdb/usr/lib -name \*.a -exec rm {} \;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]