diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 11:42:56 -0600 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-14 11:42:56 -0600 |
commit | 7ac86017b815b015a994bfdf4e91fc5af7e53e10 (patch) | |
tree | 83ba4d7ab131d11183ed4588c7ae85719dc88df5 | |
parent | fe9f0305f223f12b1830a00f8ac0a9809d75428d (diff) | |
download | ayatana-indicator-application-7ac86017b815b015a994bfdf4e91fc5af7e53e10.tar.gz ayatana-indicator-application-7ac86017b815b015a994bfdf4e91fc5af7e53e10.tar.bz2 ayatana-indicator-application-7ac86017b815b015a994bfdf4e91fc5af7e53e10.zip |
releasing version 0.2.91-0ubuntu2
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 7 |
2 files changed, 14 insertions, 0 deletions
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 <ken.vandine@canonical.com> 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 |