aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 54b8aba..951fd2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+indicator-messages (0.2.0~bzr116-0ubuntu3) UNRELEASED; urgency=low
+
+ * debian/rules: Adding a rule to remove the .la/.a clutter
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 16:46:27 -0500
+
indicator-messages (0.2.0~bzr116-0ubuntu2) jaunty; urgency=low
* debian/control: libindicator-dev to ~bzr301
diff --git a/debian/rules b/debian/rules
index 1c64b91..e813915 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@ include /usr/share/cdbs/1/class/gnome.mk
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+binary-install/indicator-messages::
+ # remove .a/.la clutter
+ rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a
+ rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la