aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-08-27 15:15:03 +0200
committerSebastien Bacher <seb128@ubuntu.com>2012-08-27 15:15:03 +0200
commitd93c8a821f24aabdb702f9897b704e7394f435a5 (patch)
tree8a7ea9ae3fb573ee66f86bb3e8575bc7932f372c
parent2ce1422774eeece36ace8e260a2161dd1f69f1a4 (diff)
downloadayatana-indicator-session-d93c8a821f24aabdb702f9897b704e7394f435a5.tar.gz
ayatana-indicator-session-d93c8a821f24aabdb702f9897b704e7394f435a5.tar.bz2
ayatana-indicator-session-d93c8a821f24aabdb702f9897b704e7394f435a5.zip
* 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)
-rw-r--r--debian/changelog9
-rw-r--r--debian/rules3
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"