From 7ac86017b815b015a994bfdf4e91fc5af7e53e10 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 14 Jan 2011 11:42:56 -0600 Subject: releasing version 0.2.91-0ubuntu2 --- debian/changelog | 7 +++++++ debian/rules | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 6b028cf..5bae3da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.2.91-0ubuntu2) natty; urgency=low + + * debian/rules + - Don't ship the .la files + + -- Ken VanDine Fri, 14 Jan 2011 11:42:13 -0600 + indicator-application (0.2.91-0ubuntu1) natty; urgency=low [ Ted Gould ] diff --git a/debian/rules b/debian/rules index 80009dd..dd456c1 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,10 @@ include /usr/share/cdbs/1/rules/utils.mk LDFLAGS += -Wl,-z,defs -Wl,--as-needed common-binary-predeb-arch:: list-missing + +DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators + +binary-install/indicator-application:: + # 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