aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-19 14:53:29 -0500
committerTed Gould <ted@gould.cx>2011-08-19 14:53:29 -0500
commit8c4cd9001609ddd0ab6d2a30aa456bc4a67fa8a0 (patch)
tree1c13f554a5cbf54ac86a0663d1aedb40cd1870fc /debian
parent9c47ca97c6471ff44e44ad0403237ac054333fc2 (diff)
parent92cb2ff94b4efb98437639a7c37fa894efa03556 (diff)
downloadayatana-indicator-session-8c4cd9001609ddd0ab6d2a30aa456bc4a67fa8a0.tar.gz
ayatana-indicator-session-8c4cd9001609ddd0ab6d2a30aa456bc4a67fa8a0.tar.bz2
ayatana-indicator-session-8c4cd9001609ddd0ab6d2a30aa456bc4a67fa8a0.zip
Merge U. Desktop
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog67
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules6
3 files changed, 74 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 64dd44b..64eb53c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,64 @@
-indicator-session (0.2.92-0ubuntu1~ppa1) oneiric; urgency=low
+indicator-session (0.3.2-0ubuntu1) oneiric; urgency=low
+ * New upstream release.
+ - Top-right bar shows "nvalid UTF-8]" (LP: #811852)
+ - Don't display 'updates available' when there aren't any (LP: #819495)
+ - guest item in user menu (LP: #827909)
+ - user menu shows all users with active sessions (LP: #827932)
+ - Use ellipsis consistently in the indicator-session strings (LP: #621339)
+ - ftbfs with gcc-4.6 -Werror (LP: #793105)
+ - lightdm asks for password when resuming from suspend even when no one
+ is logged in (LP: #812804)
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 18 Aug 2011 14:30:06 -0400
+
+indicator-session (0.3.1-0ubuntu2) oneiric; urgency=low
+
+ * debian/rules: run intltool-update to update the translations template
+ (lp: #820705)
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Aug 2011 17:09:08 +0200
+
+indicator-session (0.3.1-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ - restart is missing from SessionMenu (LP: #815077)
+ - Don't allow starting programs via the greeter indicators (LP: #811853)
+ - Printer menu item should launch system-config-printer (LP: #818602)
+ - gudev integration
+ - apt restart required awareness
+ * debian/control
+ - Added build depends on libgudev-1.0-dev
+
+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 10 Aug 2011 16:23:33 -0400
+
+indicator-session (0.3.0-0ubuntu1) oneiric; 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
+
+indicator-session (0.2.93-0ubuntu1) oneiric; urgency=low
+
+ * New upstream release.
+ * debian/control
+ - Added Replaces indicator-me
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 14 Jul 2011 14:29:15 -0400
+
+indicator-session (0.2.92-0ubuntu2) oneiric; urgency=low
+
+ * src/session-service.c: drop g_debug leftover which broke the build
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 08 Jul 2011 11:52:43 +0200
+
+indicator-session (0.2.92-0ubuntu1) oneiric; urgency=low
+
+ [ Ted Gould ]
* New upstream release. (0.2.91)
* Integrates with LightDM now
* Moved to libindicator 0.4
@@ -7,7 +66,11 @@ indicator-session (0.2.92-0ubuntu1~ppa1) oneiric; urgency=low
* Fixed dist'ing the XML files
* debian/control: Move suggests from gdm to lightdm
- -- Ted Gould <ted@ubuntu.com> Thu, 07 Jul 2011 11:29:48 -0500
+ [ Ken VanDine ]
+ * debian/control
+ - bumped build depends for libindicator to >= 0.3.90
+
+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 07 Jul 2011 14:59:44 -0400
indicator-session (0.2.90-0ubuntu3) oneiric; urgency=low
diff --git a/debian/control b/debian/control
index a5cb161..af1db07 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,10 @@ Build-Depends: debhelper (>= 5.0),
libgtk-3-dev,
libgconf2-dev,
libdbus-glib-1-dev,
+ libgudev-1.0-dev,
gnome-doc-utils,
- libindicator-dev (>= 0.3.19),
- libindicator3-dev (>= 0.3.19),
+ libindicator-dev (>= 0.3.90),
+ libindicator3-dev (>= 0.3.90),
libdbusmenu-glib-dev (>= 0.3.90),
libdbusmenu-gtk-dev (>= 0.3.94),
libdbusmenu-gtk3-dev (>= 0.3.94),
@@ -27,7 +28,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, upower
Recommends: indicator-applet (>= 0.2) | indicator-renderer
Suggests: lightdm
Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus
-Replaces: indicator-sus
+Replaces: indicator-sus, indicator-me
+Breaks: indicator-me
Description: Indicator showing session management, status and user switching.
This indicator is designed to be placed on the right side of a panel and
give the user easy control for changing their instant message status.
diff --git a/debian/rules b/debian/rules
index c8bc001..bee840d 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
@@ -22,3 +22,5 @@ common-install-arch::
find debian/tmp -name \*.la -delete
find debian/tmp -name \*.a -delete
find debian/tmp -name classic-desktop.sh | xargs chmod +x
+ cd po; intltool-update --pot --verbose
+