From 0da80a516580943a8c96394591afb5703cc865d6 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Apr 2009 16:46:57 -0500 Subject: debian/rules: Adding a rule to remove the .la/.a clutter --- debian/changelog | 6 ++++++ debian/rules | 4 ++++ 2 files changed, 10 insertions(+) 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 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 -- cgit v1.2.3