gnome-power-manager (2.22.1-1ubuntu4) hardy; urgency=low * Adding in patch 10_keyboard_brightness_gconf.patch which fixes some cut-and-paste errors in the keyboard brightness server which set the wrong gconf keys. * Updating 04_brightness_events.patch so that idle changes work when we're not on AC and work in the right direction. Also updating so that we're not using the GCONF key for AC brightness just a fixed value as some people have very different values for AC and it isn't required for the logic. LP: #199522 -- Ted Gould Thu, 10 Apr 2008 06:27:11 -0700 gnome-power-manager (2.22.1-1ubuntu3) hardy; urgency=low * Adding patch 09_lid_always_blanks.patch to make it so that a lid button will at least blank even when inhibitted. It also makes it so that inhibit can't block critical battery actions. LP: #193617 -- Ted Gould Tue, 08 Apr 2008 08:42:22 -0700 gnome-power-manager (2.22.1-1ubuntu2) hardy; urgency=low * Removing 01_no_backlight_on_idle.patch as the code is covered in 04_brightness_events.patch and it is breaking things by being in the general callback. LP: #207553 -- Ted Gould Tue, 01 Apr 2008 15:34:51 -0700 gnome-power-manager (2.22.1-1ubuntu1) hardy; urgency=low * Removing 01-use-panel-logout.patch we should be logging out using session managment not calling a command line utility. Consitency would be better gained by fixing the other applications. * Removing 05_readd_gnome_client.patch as it was merged upstream * Removing 08_remove_lid_sounds.patch as it was merged upstream -- Ted Gould Tue, 01 Apr 2008 14:11:17 -0700 gnome-power-manager (2.22.1-1) unstable; urgency=low * New upstream release. * debian/patches/73-getbrightness-returns-int.patch: - Removed. Merged upstream * Shutdown the gstreamer pipeline after playing a sound. Prevents a memory exhausting bug. (Closes: #472637) * debian/control.in: Set the Maintainer to the gnome team. Riccardo hasn't worked on the package for months. -- Sjoerd Simons Sat, 29 Mar 2008 13:52:49 +0100 gnome-power-manager (2.22.0-1) unstable; urgency=low [ Michael Biebl ] * debian/control, debian/control.in - Add Vcs-* fields. [ Sjoerd Simons ] * New upstream release * debian/patches/01-use-panel-logout.patch: - Updated * debian/patches/02.gnome-power-manager.desktop.in.patch: - Dropped * debian/patches/73-getbrightness-returns-int.patch: - Updated -- Sjoerd Simons Tue, 18 Mar 2008 14:52:01 +0100 gnome-power-manager (2.20.2-3) unstable; urgency=low [ Michael Biebl ] * debian/patches/03-system-policy.patch - Make gnome-power-manager claim org.freedesktop.Policy.Power on the D-Bus system bus on startup. This ensures that gnome-power-manager, kpowersave and powersaved are not stepping on each other's toes and only one program is acting on power management events. -- Loic Minier Tue, 29 Jan 2008 10:15:41 +0100 gnome-power-manager (2.20.2-2) unstable; urgency=low * 01-use-panel-logout.patch: use gnome-panel-logout if available instead of the session's logout window, for the sake of consistency across the desktop. * Use the new Homepage field. -- Josselin Mouette Sat, 12 Jan 2008 15:56:10 +0100 gnome-power-manager (2.22.0-0ubuntu2) hardy; urgency=low * Adjusting patch 04_brightness_events.patch based on comments by Richard Hughes on the gnome-power-manager mailing list. * Adding in 08_remove_lid_sounds.patch which removes all of the lid sounds. The are silly and can cause embarassing situtions for Ubuntu users. (LP: 204067) -- Ted Gould Thu, 20 Mar 2008 13:35:46 -0700 gnome-power-manager (2.22.0-0ubuntu1) hardy; urgency=low * Changing 02.gnome-power-manager.desktop.in.patch to 02_gnome-power-manager.desktop.in.in.patch to patch the source file instead of the derived one. * Adding in 07_inhibit_applet_icon_resize.patch which makes it so that icons changing size make the applet update it's size. Fixing the inhibit applet with the Human theme. * Adding patch 06_inhibit_applet_clear.patch which adds a gdk_window_clear so that the icon refreshes cleanly. (LP: 139820) * New upstream release * Removed 75-fix-memleak-brightness-applet.patch as it's been integrated into the upstream release. * Adding patch 05_readd_gnome_client.patch which reverts changes to gpm-main.c to remove gnome_program_init() which makes it so that later calls to GNOMEClient break. * Adding patch '04_brightness_events.patch' which changes the brightness control from being state based to being event based. * Adding in a patch '03_always_get_hw_backlight.patch' which forces the get brightness function to query instead of using a saved value. Hopefully fixing many of the idle brightness bugs. * Adding patch 01_no_backlight_on_idle.patch which was attached on to Bug # 137598 by Tim Hull. Not sure that it fixes the problem, but seems like good code to include. -- Ted Gould Fri, 14 Mar 2008 14:10:01 -0700 gnome-power-manager (2.21.92-0ubuntu2) hardy; urgency=low * Add debian/patches/75-fix-memleak-brightness-applet.patch: Don't leak references in the brightness applet (LP: #196688). Fix picked from upstream SVN trunk (commit 2680). -- Daniel T Chen Mon, 03 Mar 2008 15:49:23 -0500 gnome-power-manager (2.21.92-0ubuntu1) hardy; urgency=low * Upstream version update. * HAL work arounds * Updated icons (much smaller) * Bug fixes * and more! -- Ted Gould Fri, 15 Feb 2008 14:23:05 -0800 gnome-power-manager (2.21.1-0ubuntu1) hardy; urgency=low * Upstream unstable release * debian/control.in - Added build deps for keyring, applet dev and xmlto - Modify maintainer * debian/postinst - Check for ACPI suspend support * debian/gconf-defaults - Added defaults for Ubuntu specific configuration * debian/rules - Make power manager autostart - Handle custom GConf properties -- Ted Gould Fri, 21 Dec 2007 09:54:05 -0800 gnome-power-manager (2.20.2-1) unstable; urgency=low * New upstream bugfix release: + debian/patches/73-getbrightness-returns-int.patch: - Updated to apply cleanly again, partially merged upstream. + debian/patches/71-fix-keyboard-brightness-keys.patch, debian/patches/72-fixbashizms.patch: - Dropped, merged upstream. * debian/control.in: + Update Standards-Version to 3.7.3, no other changes needed. -- Sebastian Dröge Sat, 15 Dec 2007 04:42:54 +0100 gnome-power-manager (2.20.1-1) unstable; urgency=low [ Josselin Mouette ] * Depend on hal 0.5.10-1, thanks Nathaniel Smith and Hideki Yamane. Closes: #443796. * Drop --enable-checkfg, thanks Alban Browaeys. Closes: #444491. [ Sebastian Dröge ] * New upstream bugfix release. -- Sebastian Dröge Sat, 01 Dec 2007 19:17:50 +0100 gnome-power-manager (2.20.0-1) unstable; urgency=low * New upstream release. * Added patches: 71-fix-keyboard-brightness-keys.patch 72-fixbashizms.patch 73-getbrightness-returns-int.patch taken from the Ubuntu package. * Modified patch: 02.gnome-power-manager.desktop.in.patch * Dropped patch: 01_fix_gpm_dbus_conf.patch -- Riccardo Setti Sat, 22 Sep 2007 14:53:46 +0200 gnome-power-manager (2.18.3-1) unstable; urgency=low * New upstream stable release. -- Loic Minier Tue, 22 May 2007 15:09:21 +0200 gnome-power-manager (2.18.2-1) unstable; urgency=low * New upstream release. * Dropped 40_link-applets-to-dbus.patch, applied upstream * Dropped 41_automake.patch, no more useful. * Adjusted libnotify build-dep. -- Riccardo Setti Sun, 22 Apr 2007 12:07:10 +0200 gnome-power-manager (2.18.1-1) experimental; urgency=low * New upstream release. -- Riccardo Setti Sat, 24 Mar 2007 20:15:01 +0100 gnome-power-manager (2.18.0-1) experimental; urgency=low [ Riccardo Setti ] * New upstream release. * Dropped 55_lid_state_tracking.patch [ Loic Minier ] * GNOME team uploads; include uploaders.mk and build-dep on gnome-pkg-tools. * Misc cleanups: whitespaces and indentation; reword README.Debian. * Drop DEB_AUTO_UPDATE_AUTOCONF. * Include CDBS's utils.mk. * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. * Track all stable versions in watch file. * Build-depend on "libnotify-dev (>= 0.4.3), libnotify-dev-gtk2.10" instead of "libnotify-dev | libnotify-dev-gtk2.10 (>= 0.4.3)". * Bump up libnotify-dev build-dep to >= 0.4.3-2 to make the package autobuildable. * New patch, 40_link-applets-to-dbus, links applets against dbus-glib to fix build with non-dbus gnome-vfs; GNOME #422345. * New patch, 41_automake, automake-1.10 run due to 40_link-applets-to-dbus. -- Loic Minier Sat, 24 Mar 2007 19:00:58 +0100 gnome-power-manager (2.16.3-1) experimental; urgency=low * New upstream release. * Rebuilt with latest libdbus (closes: 405941) * Fixed a bug in g-p-m that prevents gnome-screensaver from displaying any screensavers after g-p-m has put the display into power saving mode. (closes: 398143) -- Riccardo Setti Sun, 19 Nov 2006 14:19:55 +0100 gnome-power-manager (2.16.0-2) experimental; urgency=low * added 55-lid-state-tracking.patch taken from the ubuntu package . -- Riccardo Setti Sun, 17 Sep 2006 16:50:05 +0200 gnome-power-manager (2.16.0-1) experimental; urgency=low * New upstream release. -- Riccardo Setti Tue, 5 Sep 2006 20:40:30 +0200 gnome-power-manager (2.15.92-1) experimental; urgency=low * New upstream release. -- Riccardo Setti Mon, 21 Aug 2006 20:46:32 +0200 gnome-power-manager (2.15.91-1) experimental; urgency=low * New upstream release. -- Riccardo Setti Fri, 18 Aug 2006 14:52:12 +0200 gnome-power-manager (2.14.3-3) unstable; urgency=low * Gpm now can handle power button. (Closes: #366628) * Added support for StartupNotify in launcher (closes: #361522 * Updated pt_BR translation (thank you Goedson) (closes: #361287) * Bumped to stadard version. No changes needed. -- Riccardo Setti Sun, 13 Aug 2006 21:12:08 +0200 gnome-power-manager (2.14.3-2) unstable; urgency=low * Pass --with-dbus-services option to configure so the services file is installed in the right location (Closes: #369372) -- Sjoerd Simons Thu, 8 Jun 2006 21:19:54 +0200 gnome-power-manager (2.14.3-1) unstable; urgency=low * New upstream release -- Sjoerd Simons Fri, 26 May 2006 23:56:20 +0200 gnome-power-manager (2.14.0-1) unstable; urgency=low * New upstream version -- Sjoerd Simons Sun, 2 Apr 2006 19:41:33 +0200 gnome-power-manager (2.13.93-1) experimental; urgency=low * New Upstream - removed debian/patches/02_gpm_struct_type.patch. Fixed upstream. -- Riccardo Setti Sun, 5 Mar 2006 19:45:37 +0100 gnome-power-manager (2.13.92-2) experimental; urgency=low * debian/patches/02_gpm_struct_type.patch + Added. Fix compatibility with dbus 0.61 * Build-depend on libdbus-glib-1-dev (>= 0.61) * Add myself to uploaders -- Sjoerd Simons Fri, 3 Mar 2006 11:48:33 +0100 gnome-power-manager (2.13.92-1) experimental; urgency=low * New upstream -- Riccardo Setti Sun, 26 Feb 2006 22:14:18 +0100 gnome-power-manager (2.13.91-2) experimental; urgency=low [Riccardo Setti] * fixed the installation of the gconf schemas. - thanks to Marco zufus Presi for provide a patch. * added 01_fix_gpm_dbus_conf.patch which grants permissions to the group powerdev * gpm deps on the last hal in experimental [Michael Biebl] * added a watch file. * automatic autotools updated via DEB_AUTO_UPDATE_AUTOCONF flag. - added build-dep on autoconf * removed debian/dirs since it was useless. -- Riccardo Setti Thu, 23 Feb 2006 21:05:20 +0100 gnome-power-manager (2.13.91-1) experimental; urgency=low * New Upstream Release. -- Riccardo Setti Tue, 21 Feb 2006 00:03:15 +0100 gnome-power-manager (2.13.90-1) experimental; urgency=low * New upstream. -- Riccardo Setti Thu, 16 Feb 2006 14:41:29 +0100 gnome-power-manager (2.13.5-1) unstable; urgency=low * new upstream - removed 01_port_to_the_new_libnotify because the last notify code works fine - gpm depends on hal >= 0.5.6, libtool - added --disable-scrollkeeper switch * gpm depends on notification-daemon instead of notify-daemon -- Riccardo Setti Sun, 12 Feb 2006 20:45:16 +0100 gnome-power-manager (0.3.1-1) unstable; urgency=low * First Debian release. * Initial upload to Debian (closes: #303600) * based on the ubuntu package. * src/gpm-libnotify.{c,h}: - ported to new libnotify api (taken from cvs) -- Riccardo Setti Fri, 13 Jan 2006 15:53:43 +0100 gnome-power-manager (0.3.1-0ubuntu4) dapper; urgency=low * src/gpm-libnotify.{c,h}: - ported to new libnotify api (taken from cvs) * debian/control: - changed dependency from notification-daemon to notify-daemon -- Michael Vogt Mon, 2 Jan 2006 21:10:43 +0100 gnome-power-manager (0.3.1-0ubuntu3) dapper; urgency=low * rebuild against latest dbus -- Michael Vogt Wed, 21 Dec 2005 11:11:56 +0100 gnome-power-manager (0.3.1-0ubuntu2) dapper; urgency=low * suspend by calling gdm-signal directly, rather than by going through hal (allows suspend without requiring privilege escalation) -- Matthew Garrett Tue, 6 Dec 2005 05:43:33 +0000 gnome-power-manager (0.3.1-0ubuntu1) dapper; urgency=low * new upstream release -- Oliver Grawert Thu, 17 Nov 2005 02:42:49 +0100 gnome-power-manager (0.2.8.1-1ubuntu1) dapper; urgency=low * initial dapper upload -- Oliver Grawert Tue, 25 Oct 2005 00:24:15 +0200 gnome-power-manager (0.2.8.1-1utopia1) breezy; urgency=low * Initial import, based from the universe ubuntu package. -- Richard Hughes Mon, 24 Oct 2005 00:49:03 +0100