diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/rules | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a366efc..2b6e258 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-session (12.10.1-0ubuntu3) UNRELEASED; urgency=low + + * debian/rules: + - set libexecdir to a non multiarch location, other components look + to the standard path for the logout dialog helper, that's a workaround + until the binary is moved to bin (lp: #1041410) + + -- Sebastien Bacher <seb128@ubuntu.com> Mon, 27 Aug 2012 14:46:08 +0200 + indicator-session (12.10.1-0ubuntu2) quantal; urgency=low * Backported upstream fix for the testsuit diff --git a/debian/rules b/debian/rules index 2041132..96266c0 100644 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,6 @@ override_dh_install: find debian/indicator-session/usr/lib -name *.la -delete find debian/indicator-session/usr/lib -name *.a -delete dh_install --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- --libexecdir="\$${prefix}/lib/indicator-session" |