From 1f2a83323b5fa9c46c581d5a08be9798691e6e71 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 7 Jul 2011 14:52:05 -0400 Subject: setting to UNRELEASED --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 64dd44b..790a3c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-session (0.2.92-0ubuntu1~ppa1) oneiric; urgency=low +indicator-session (0.2.92-0ubuntu1) UNRELEASED; urgency=low * New upstream release. (0.2.91) * Integrates with LightDM now -- cgit v1.2.3 From 8560474e28215aabd0d1dfa99e6e93656af7b9e7 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 7 Jul 2011 15:31:59 -0400 Subject: releasing version 0.2.92-0ubuntu1 --- debian/changelog | 9 +++++++-- debian/control | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 790a3c6..85ef594 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -indicator-session (0.2.92-0ubuntu1) UNRELEASED; urgency=low +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 +8,11 @@ indicator-session (0.2.92-0ubuntu1) UNRELEASED; urgency=low * Fixed dist'ing the XML files * debian/control: Move suggests from gdm to lightdm - -- Ted Gould Thu, 07 Jul 2011 11:29:48 -0500 + [ Ken VanDine ] + * debian/control + - bumped build depends for libindicator to >= 0.3.90 + + -- Ken VanDine 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..4f2d296 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-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), -- cgit v1.2.3 From 4d959cd5b8477c86b92a1c2217037e5889d74ad9 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Fri, 8 Jul 2011 11:53:21 +0200 Subject: releasing version 0.2.92-0ubuntu2 --- debian/changelog | 6 ++++++ src/session-service.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 85ef594..5b7f595 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-session (0.2.92-0ubuntu2) oneiric; urgency=low + + * src/session-service.c: drop g_debug leftover which broke the build + + -- Sebastien Bacher Fri, 08 Jul 2011 11:52:43 +0200 + indicator-session (0.2.92-0ubuntu1) oneiric; urgency=low [ Ted Gould ] diff --git a/src/session-service.c b/src/session-service.c index dfc3805..6c57274 100644 --- a/src/session-service.c +++ b/src/session-service.c @@ -589,7 +589,6 @@ rebuild_items (DbusmenuMenuitem *root, /* Hide me from the list */ continue; } - g_debug ("%li %s", user->uid, user->user_name); if (g_strcmp0(user->user_name, "guest") == 0) { /* Check to see if the guest has sessions and so therefore should -- cgit v1.2.3 From 5a947834adb7f0cbe10550e328c0f895070affdb Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 14 Jul 2011 16:57:09 -0400 Subject: * debian/control - Added Replaces indicator-me --- debian/changelog | 2 ++ debian/control | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b8d0784..a0f1515 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ indicator-session (0.2.93-0ubuntu1) UNRELEASED; urgency=low * New upstream release. + * debian/control + - Added Replaces indicator-me -- Ken VanDine Thu, 14 Jul 2011 14:29:15 -0400 diff --git a/debian/control b/debian/control index 4f2d296..efc5d53 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,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. -- cgit v1.2.3 From eefb008c18560d9e0c7505e0dad7216bf2441bd8 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 15 Jul 2011 12:58:26 -0400 Subject: releasing version 0.2.93-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a0f1515..61af3b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-session (0.2.93-0ubuntu1) UNRELEASED; urgency=low +indicator-session (0.2.93-0ubuntu1) oneiric; urgency=low * New upstream release. * debian/control -- cgit v1.2.3 From 9ba850c1b9a28b2773ea4a8fedc1eaa2e606704a Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 22 Jul 2011 14:26:36 -0400 Subject: - 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 --- debian/changelog | 4 ++++ debian/rules | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'debian') 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 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 -- cgit v1.2.3 From f0c187f8dd55d8b831892ce30937aed2b737c5f8 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 22 Jul 2011 14:35:37 -0400 Subject: releasing version 0.3.0-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0cb8580..59544bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-session (0.3.0-0ubuntu1) UNRELEASED; urgency=low +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) -- cgit v1.2.3 From 7ef5e38e753b2201a6a44be1f760715c129cd7f8 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 10 Aug 2011 16:41:57 -0400 Subject: releasing version 0.3.1-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a52a395..3d23d59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-session (0.3.1-0ubuntu1) UNRELEASED; urgency=low +indicator-session (0.3.1-0ubuntu1) oneiric; urgency=low * New upstream release. - restart is missing from SessionMenu (LP: #815077) -- cgit v1.2.3 From f3210466e73e951530ce0996dbfebdfec523a201 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 11 Aug 2011 17:09:03 +0200 Subject: debian/rules: run intltool-update to update the translations template (lp: #820705) --- debian/changelog | 7 +++++++ debian/rules | 2 ++ 2 files changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3d23d59..5a6d3bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-session (0.3.1-0ubuntu2) UNRELEASED; urgency=low + + * debian/rules: run intltool-update to update the translations template + (lp: #820705) + + -- Sebastien Bacher Thu, 11 Aug 2011 17:05:25 +0200 + indicator-session (0.3.1-0ubuntu1) oneiric; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 8d716bc..bee840d 100755 --- a/debian/rules +++ b/debian/rules @@ -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 + -- cgit v1.2.3 From 7d476f1a4e0717678d5b1d86f022948f8959fa57 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 11 Aug 2011 17:09:16 +0200 Subject: releasing version 0.3.1-0ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5a6d3bc..8d44081 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -indicator-session (0.3.1-0ubuntu2) UNRELEASED; urgency=low +indicator-session (0.3.1-0ubuntu2) oneiric; urgency=low * debian/rules: run intltool-update to update the translations template (lp: #820705) - -- Sebastien Bacher Thu, 11 Aug 2011 17:05:25 +0200 + -- Sebastien Bacher Thu, 11 Aug 2011 17:09:08 +0200 indicator-session (0.3.1-0ubuntu1) oneiric; urgency=low -- cgit v1.2.3