--- indicator-session-0.2.5.orig/debian/copyright +++ indicator-session-0.2.5/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by Ted Gould on +Thu, 06 Aug 2009 17:23:01 +0100. + +It was downloaded from https://launchpad.net/indicator-applet + +Upstream Author: + + Ted Gould + +Copyright: + + Copyright (C) 2009 Canonical Ltd + Copyright (C) 2004 Gustavo Noronha Silva + +License: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Two files (logout-dialog.h logout-dialog.c) are under: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA + + +The Debian packaging is: + + Copyright (C) 2009 Ted Gould + +On Debian/Ubuntu systems, the full text of the LGPL v2 can be found in +`/usr/share/common-licenses/LGPL-2', the full text of the GPL v3 can be +found in `/usr/share/common-licenses/GPL-3' --- indicator-session-0.2.5.orig/debian/watch +++ indicator-session-0.2.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/indicator-session/+download .*/indicator-session-([0-9.]+)\.tar\.gz --- indicator-session-0.2.5.orig/debian/control +++ indicator-session-0.2.5/debian/control @@ -0,0 +1,34 @@ +Source: indicator-session +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libgtk2.0-dev (>= 2.12.0), + libgconf2-dev, + libdbus-glib-1-dev, + gnome-doc-utils, + libindicator-dev (>= 0.3.0), + libdbusmenu-glib-dev (>= 0.2.2), + libdbusmenu-gtk-dev (>= 0.2.2), + libpolkit-gobject-1-dev, + intltool +Standards-Version: 3.8.2 +Homepage: https://launchpad.net/indicator-session +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu +Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-session/ubuntu + +Package: indicator-session +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet (>= 0.2), upower, gdm +Conflicts: gdm (<= 2.27.4-0ubuntu9), indicator-sus +Replaces: indicator-sus +Description: An 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. + Switching to another user. Starting a guest session. Or controlling the + status of their own session. + . + It requires some way to be hosted into a panel. For the GNOME Panel the + appropriate package is indicator-applet-session. --- indicator-session-0.2.5.orig/debian/rules +++ indicator-session-0.2.5/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +LDFLAGS += -Wl,-z,defs -Wl,--as-needed + +DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators + +binary-install/indicator-session:: + # remove .a/.la clutter + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la + --- indicator-session-0.2.5.orig/debian/changelog +++ indicator-session-0.2.5/debian/changelog @@ -0,0 +1,380 @@ +indicator-session (0.2.5-0ubuntu1) lucid; urgency=low + + * Upstream Release 0.2.5 + * Restart required menu item when it's required for updates + * New logout dialogs. + * Fix naming to "Switch off" and "Sleep" + * Blocking the current user from the user list + * Change sorting to be based on real names and handle conflicts + * Removing some ConsoleKit errors (lp: #529830) + * Memory leak on PangoLayout allocation + * Don't set GTK decorations + * ConsoleKit fallback if gnome-session not available + + -- Ted Gould Thu, 04 Mar 2010 12:33:08 -0600 + +indicator-session (0.2.4-0ubuntu2) lucid; urgency=low + + * Backport upstream change to fix decoration rendering issues + + -- Sebastien Bacher Tue, 02 Mar 2010 16:03:20 +0100 + +indicator-session (0.2.4-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.4 + * When we can't shutdown with gnome-session fallback to using + ConsoleKit. + * Detect when GPM isn't available and don't error out. + * Change suspend and hibernate detection property names for + adjustment to upower. + + [Ken VanDine] + * debian/patches/fix-session-menu-without-gdm.patch + - dropped patch, merged upstream + + -- Ted Gould Thu, 25 Feb 2010 11:57:41 -0600 + +indicator-session (0.2.3-0ubuntu2) lucid; urgency=low + + * debian/patches/fix-session-menu-without-gdm.patch + - Don't fail with a g_error when we fail to get a list of user sessions + from gdm (LP: #506683) + + -- Ken VanDine Fri, 19 Feb 2010 09:43:14 -0500 + +indicator-session (0.2.3-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.3 + * Switch menu ordering to match design spec + * Change switch menu item to "Switch from..." + * Move from Devkit-Power to upower + * Adding in user logged in icon and menu item + * Removed debian/patches/01_port_to_upower.patch as it is now merged + upstream. + + -- Ted Gould Thu, 18 Feb 2010 09:49:22 -0600 + +indicator-session (0.2.2-0ubuntu2) lucid; urgency=low + + * debian/control: Update devicekit-power dependency to upower. + * Add debian/patches/01_port_to_upower.patch: Straightforward port to + upower's D-Bus API. A more elaborate port to libupower-glib has been + proposed upstream as well, but it's not yet clear whether to use the + client library or the D-Bus API. + + -- Martin Pitt Wed, 17 Feb 2010 11:30:00 +0100 + +indicator-session (0.2.2-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.2 + * Check the user_switching lockdown key to disable user_switching + * Only create the screensaver proxy when needed. + * Removing unneeded GPM proxy + * Fixing and reenabling user switching + + -- Ted Gould Thu, 11 Feb 2010 10:53:06 -0600 + +indicator-session (0.2.1-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.1 + * Dbusmenu 0.2.2 support + * GNOME Screensaver fix (LP: #484603) + * debian/control: Upping dbusmenu dependency to 0.2.2 + + -- Ted Gould Thu, 04 Feb 2010 17:34:10 -0800 + +indicator-session (0.2.0-0ubuntu1) lucid; urgency=low + + * Upstream release 0.2.0 + * Removing status support + * Merging the users service and the session service + * debian/control: Updating to depend on dbusmenu 0.2.0 or higher. + * debian/control: Dropping build depends for libtelepathy-glib-dev + + -- Ted Gould Fri, 08 Jan 2010 09:33:15 -0600 + +indicator-session (0.1.7+r58-0ubuntu1) lucid; urgency=low + + * New snapshot for libindicator 0.3.0 + * debian/control + - build depend on libtelepathy-glib-dev instead of libempathy-dev + - build depend on libindicator-dev >= 0.3.0 + * removed 03_tp_glib.patch and 99_autoreconf.patch, applied upstream + + -- Ken VanDine Thu, 10 Dec 2009 10:42:21 -0500 + +indicator-session (0.1.7-0ubuntu5) lucid; urgency=low + + * debian/patches/03_tp_glib.patch + - Updated patch to properly work with TpAccountManager + + -- Ken VanDine Tue, 08 Dec 2009 11:01:38 -0500 + +indicator-session (0.1.7-0ubuntu4) lucid; urgency=low + + * debian/patches/02_mc5-fixes.patch + - Renamed the patch for ordering + * debian/patches/03_tp_glib.patch + - Port from libempathy to telepathy-glib (LP: #461367) + * debian/patches/99_autoreconf.patch + - autoreconf for telepathy change + * debian/control + - build depend on libtelepathy-glib-dev instead of libempathy-dev + + -- Ken VanDine Tue, 08 Dec 2009 08:58:06 -0500 + +indicator-session (0.2.0~dev-0ubuntu1~ppa2) karmic; urgency=low + + * debian/rules + - removed the extra disable-scrollkeeper arg to configure (LP: #418772) + * debian/control + - removed the build dep for scrollkeeper + + -- Ken VanDine Fri, 06 Nov 2009 10:24:06 -0500 + +indicator-session (0.2.0~dev-0ubuntu1~ppa1) karmic; urgency=low + + * Updating to the libindicate 0.3.0 API + * debian/control: Upping the libindicator-dev version to >= 0.3.0~dev + * debian/patches/01_locking_on_autologin.patch as it doesn't + apply. + + -- Ted Gould Thu, 05 Nov 2009 09:26:56 -0600 + +indicator-session (0.1.7-0ubuntu3~ppa1) karmic; urgency=low + + * Listen on DBus for MissionControl coming on and off the bus + as EmpathyAccountManager used to do that for us before. + * Remove debian/patches/mc5-fixes.patch + + -- Ted Gould Sat, 10 Oct 2009 08:44:16 -0400 + +indicator-session (0.1.7-0ubuntu3) karmic; urgency=low + + * debian/patches/01_locking_on_autologin.patch: + - don't stop users to lock their screen on autologin configs, + thank David Barth (lp: #438936) + + -- Sebastien Bacher Wed, 14 Oct 2009 19:16:24 +0200 + +indicator-session (0.1.7-0ubuntu2) karmic; urgency=low + + * debian/patches/mc5-fixes.patch (LP: #427643) + - Fix presence in mc5 + + -- Ken VanDine Fri, 09 Oct 2009 08:20:46 +0200 + +indicator-session (0.1.7-0ubuntu1) karmic; urgency=low + + * Upstream release 0.1.7 + * Changing the icon so that if you are disconnected it is + 'system-shutdown-panel' and making sure that we see it + sometimes by not allocating the EmpathyAccountManager isn't + allocated until status is set. (LP: #432635) + * Also fixes by happenstance: (LP: #444170 and LP: #437065) + * Handling the locking of the screensaver so that we ensure + the screensaver is active before suspending. Also, we + throttle it to ensure it doesn't start until after suspend. + (LP: #444391) + * Asynchronized the menu handling so that it's in the right + order with async startup. (LP: #440484) + * String change, "New Session" to "Switch User" (LP: #444494) + * Removed debian/patches/switch_user_lp-444494.patch + + -- Ted Gould Thu, 08 Oct 2009 11:12:07 -0400 + +indicator-session (0.1.6-0ubuntu2) karmic; urgency=low + + * debian/patches/switch_user_lp-444494.patch + - String change, "New Session" to "Switch User" (LP: #444494) + + -- Ken VanDine Tue, 06 Oct 2009 10:44:57 -0400 + +indicator-session (0.1.6-0ubuntu1) karmic; urgency=low + + * Upstream release 0.1.6 (LP: #440216) + * Making startup of services asynchronous (LP: #436181) + * Disabling "Lock Screen" item when action is blocked by + GDM autologin (LP: #436724) + * Disabling "Lock Screen" in guest session (LP: #439068) + + -- Ted Gould Thu, 01 Oct 2009 23:33:25 +0200 + +indicator-session (0.1.5-0ubuntu2) karmic; urgency=low + + * src/indicator-session.c: + - Changing the start up of the services to be asynchronous, thank Ted Gould + (lp: #436181) + + -- Sebastien Bacher Tue, 29 Sep 2009 01:25:38 +0200 + +indicator-session (0.1.5-0ubuntu1) karmic; urgency=low + + * Upstream release 0.1.5 (LP: #436223) + * PolicyKit-1 support (LP: #418643) + * GDM User list support (LP: #422052) + * MissionControl5 support (LP: #427643) + * Better locking of the screensaver (LP: #428115) + * debian/control: Adding in a libempathy-dev build dependency + as it's now required by upstream. + * Removing patches 01_polkit-1.patch and 99_autoreconf.patch + as they were merged upstream. + + -- Ted Gould Thu, 24 Sep 2009 17:07:51 -0500 + +indicator-session (0.1.4-0ubuntu2) karmic; urgency=low + + * Add 01_polkit-1.patch: Port to polkit-1. (LP: #412601) + * Add 99_autoreconf.patch: Autoconf changes for above patch. + * debian/control: libpolkit-gnome-dev → libpolkit-gobject-1-dev + + -- Martin Pitt Tue, 22 Sep 2009 09:17:43 +0200 + +indicator-session (0.1.4-0ubuntu1) karmic; urgency=low + + * Upstream release (LP: #432120) + * Fixes to issues brought up by the design team. + + -- Ted Gould Thu, 17 Sep 2009 11:08:07 -0500 + +indicator-session (0.1.3-0ubuntu1) karmic; urgency=low + + * Upstream release 0.1.3 + * GConf Key change listening + * Pidgin and Empathy (2.26) startup detection + * Label fixes + * Icon fixes for logout windows (LP: #426355) + + -- Ted Gould Thu, 10 Sep 2009 20:38:44 -0500 + +indicator-session (0.1.2-0ubuntu1) karmic; urgency=low + + * debian/control: + - build-depends on libgconf2-dev + + [ Ted Gould ] + * Upstream version 0.1.2 + * Adds translation setup. (fixes LP: #425598) + * Packaging fix to use upstream tarball. (fixes LP: #418769) + * Shows elipsis when dialogs are enabled (fixes LP: #421693) + * Adds GConf key for configure whether dialogs on shutdown and + logout are shown. (fixes LP: #422025) + + -- Sebastien Bacher Tue, 08 Sep 2009 18:15:03 +0200 + +indicator-session (0.1.2-0ubuntu1~ppa1) karmic; urgency=low + + * Upstream version 0.1.2 fixes LP: #425598, LP: #418769, LP: #421693 + and LP: #422025. + + -- Ted Gould Tue, 08 Sep 2009 10:51:59 -0500 + +indicator-session (0.1.1-0ubuntu2~ppa2) karmic; urgency=low + + * Merging in c_korn's branch. + + -- Ted Gould Tue, 08 Sep 2009 10:18:56 -0500 + +indicator-session (0.1.1-0ubuntu2~ppa1) karmic; urgency=low + + * Removing printing DBus error message as it sometimes isn't + valid. (LP: #420238) + + -- Ted Gould Fri, 04 Sep 2009 13:44:45 -0500 + +indicator-session (0.1.1-0ubuntu1) karmic; urgency=low + + * set bzr-builddeb merge mode to true for easy tarball build + + [ Ted Gould ] + * Upstream update 0.1.1 for dbusmenu 0.1.2 (LP: #423975) + * debian/control: Increasing dbusmenu dep to 0.1.2 + + -- Sebastien Bacher Fri, 04 Sep 2009 11:46:25 +0200 + +indicator-session (0.1-0ubuntu1) karmic; urgency=low + + [ Ted Gould ] + * Upstream version 0.1 (LP: #420108) + * debian/control: Looking for libdbusmenu* >= 0.1.0 + * debian/control: Shortening the short description and lengthening + the long one. Fixes a bug (LP: #412024) + * debian/watch: + - fixed url + + [ Martin Pitt ] + * Re-add dropped debian/compat. + + Re-add fixes which got lost in branch renaming: + * debian/control: Fix Vcs-* links. + * debian/rules: debian/rules: Update *.a/*.la cleanup for -sus → -session + renaming. + + -- Ted Gould Thu, 27 Aug 2009 21:30:27 +0200 + +indicator-session (0.1~bzr17-0ubuntu1) karmic; urgency=low + + * New snapshot (LP: #417035) + * Package rename from 'indicator-sus' to 'indicator-session' + * Merging in the branch that adds in the status icons to + the panel. + * debian/control: + - Switching to indicator-session and conflicting + - Changed Vcs-Bzr to point to ~ubuntu-desktop + - Changed the project homepage + and replacing indicator-sus + * debian/watch: Switching to indicator-session* + + -- Ken VanDine Fri, 21 Aug 2009 12:28:13 -0400 + +indicator-sus (0.1-0ubuntu2) UNRELEASE; urgency=low + + * Fixed Vcs-Bzr location, part of the indicator-applet project + * specify Vcs-Bzr-Browser + + -- Alexander Sack Tue, 11 Aug 2009 17:26:15 +0200 + +indicator-sus (0.1-0ubuntu1) karmic; urgency=low + + * Include icons in the tarball + * Added license files + * Corrected the FSF address + * debian/control + - Set Homepage and Vcs-Bzr + * Added debian/watch + * Changed conflicts for gdm to <= 2.27.4-0ubuntu9 + * Depend on indicator-applet >= 0.2 + + -- Ken VanDine Tue, 11 Aug 2009 09:53:56 -0400 + +indicator-sus (0.1~ppa6) karmic; urgency=low + + * debian/control: Conflicting with gdm < 2.27.4-0ubuntu9 or + lower to stop people from having problems with the PPA. + + -- Ted Gould Sat, 08 Aug 2009 00:19:34 +0100 + +indicator-sus (0.1~ppa5) karmic; urgency=low + + * Legal headers on the source files. + + -- Ted Gould Fri, 07 Aug 2009 23:57:19 +0100 + +indicator-sus (0.1~ppa4) karmic; urgency=low + + * Merging in status shuffle branch. + + -- Ted Gould Fri, 07 Aug 2009 21:55:52 +0100 + +indicator-sus (0.1~ppa3) karmic; urgency=low + + * Fleshing out significantly. Inital rerelease. + + -- Ted Gould Sun, 26 Jul 2009 23:50:47 -0500 + +indicator-sus (0.1~ppa1) intrepid; urgency=low + + * Initial release + + -- Ted Gould Thu, 04 Dec 2008 23:51:41 -0800 + --- indicator-session-0.2.5.orig/debian/compat +++ indicator-session-0.2.5/debian/compat @@ -0,0 +1 @@ +5