aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-07-22 14:26:36 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-07-22 14:26:36 -0400
commit9ba850c1b9a28b2773ea4a8fedc1eaa2e606704a (patch)
treec949c0226a5a69bd8992499aff551bec65e71dde /debian
parent757682fa7ec204c45b1ac465b57f2efe56673802 (diff)
downloadayatana-indicator-session-9ba850c1b9a28b2773ea4a8fedc1eaa2e606704a.tar.gz
ayatana-indicator-session-9ba850c1b9a28b2773ea4a8fedc1eaa2e606704a.tar.bz2
ayatana-indicator-session-9ba850c1b9a28b2773ea4a8fedc1eaa2e606704a.zip
- fixed bug where the user menu wouldn't open in unity (LP: #812728)
- Include apt, settings and device menus * debian/rules - Updated gtk configure args
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules4
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9641785..0cb8580 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
indicator-session (0.3.0-0ubuntu1) UNRELEASED; urgency=low
* New upstream release.
+ - fixed bug where the user menu wouldn't open in unity (LP: #812728)
+ - Include apt, settings and device menus
+ * debian/rules
+ - Updated gtk configure args
-- Ken VanDine <ken.vandine@canonical.com> Fri, 22 Jul 2011 13:41:08 -0400
diff --git a/debian/rules b/debian/rules
index c8bc001..8d716bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,8 @@ include /usr/share/cdbs/1/class/gnome.mk
DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@
DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/
-DEB_CONFIGURE_FLAGS_gtk2 = --with-indicator-gtk=2
-DEB_CONFIGURE_FLAGS_gtk3 = --with-indicator-gtk=3
+DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2
+DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3
DEB_CONFIGURE_EXTRA_FLAGS = --disable-static
LDFLAGS += -Wl,-z,defs -Wl,--as-needed