aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules5
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 35f4cd2..1676a10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
indicator-sus (0.1~ppa2~indicator3) UNRELEASED; urgency=low
* Updating from branch, lazy loading the services.
+ * debian/rules: Removing the .a/.la clutter in the install
+ directory.
-- Ted Gould <ted@ubuntu.com> Fri, 19 Jun 2009 07:25:25 -0500
diff --git a/debian/rules b/debian/rules
index 1c64b91..22338be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,8 @@ include /usr/share/cdbs/1/class/gnome.mk
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+binary-install/indicator-sus::
+ # remove .a/.la clutter
+ rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a
+ rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la
+