Skip to content

Debian Changelog kpowersave (0.7.3-5)

2009

kpowersave (0.7.3-5) unstable; urgency=low

   * debian/control
     - Change Build-Depends automake1.9 → automake.
     - Bump Standards-Version to 3.8.3. No further changes.
   * debian/patches/06-buildsystem_fixes.patch
     - Add support for automake 1.11.
     - Fix build failures with autoconf 2.64 where the compiler is not
       correctly detected as GNU compiler leading to libtool not linking
       libraries correctly. Closes: #539971

 -- Michael Biebl <biebl@debian.org>  Wed, 02 Sep 2009 00:12:29 +0200

kpowersave (0.7.3-4) unstable; urgency=low

   * debian/rules
     - Add build support for libtool 2.x.
     - Include debhelper.mk before any other files as recommended by the cdbs
       documentation.
   * debian/control
     - Bump Build-Depends on debhelper to (>= 7).
     - Bump Standards-Version to 3.8.1. No further changes.
   * debian/compat
     - Bump debhelper compat level to 7.

 -- Michael Biebl <biebl@debian.org>  Tue, 07 Apr 2009 23:36:18 +0200

2008

kpowersave (0.7.3-3) unstable; urgency=low

   * debian/kpowersave.linda
     - Remove linda overrides file, linda is dead and has been removed from the
       archive.
   * Rename kpowersave.lintian to kpowersave.lintian-overrides. That way it is
     automatically installed by dh_lintian and we no longer need custom install
     rules.
   * debian/control
     - Bump Build-Depends on debhelper to >= 6.0.7 for dh_lintian.
     - Add Vcs-* fields.
     - Bump Standards-Version to 3.8.0. No further changes.
     - Set the Debian KDE Extras Team as Maintainer and add myself to
       Uploaders.
   * debian/copyright
     - Update copyright notice and list of authors.
   * Switch to quilt for patch management.
   * debian/patches/04-default_config.patch
     - Change ActionOnPowerButton to LOGOUT_DIALOG. Closes: #486512
     - Change ActionOnLidClose to SUSPEND2RAM.
   * debian/patches/05-battery_rescan.patch
     - Detect battery plug/unplug events. Closes: #470618, #481146
       Patch cherry picked from upstream svn.
   * debian/README.Debian
     - Add instructions how to grant users access to the power management
       functions provided by HAL. Closes: #484248

 -- Michael Biebl <biebl@debian.org>  Sun, 26 Oct 2008 00:12:46 +0200

kpowersave (0.7.3-2) unstable; urgency=low

   * debian/control
     - Bump Standards-Version to 3.7.3. No further changes required.
     - Drop Recommends: pm-utils | powersaved | hibernate | acpi-support.
       Let the hal package depend on the correct suspend framework.

 -- Michael Biebl <biebl@debian.org>  Fri, 25 Jan 2008 06:02:09 +0100

2007

kpowersave (0.7.3-1) unstable; urgency=low

   * New upstream release.
     - Fixes a crash in HardwareInfo::checkCurrentCPUFreqPolicy ().
       Closes: #422057
   * debian/control
     - Use the new "Homepage:" field to specify the upstream URL.
     - Add a Build-Conflicts against autoconf2.13.
   * debian/menu
     - Update to the new menu spec.
   * debian/patches/10-kpowersave-crash-on-getenv.patch
     - Removed, fixed upstream.
   * debian/patches/06-handle_failed_suspend.patch
     - Removed, merged upstream.
   * debian/patches/05-restore_window.patch
     - Removed, merged upstream.
   * debian/patches/04-default_config.patch
     - Updated, wodim is now already in the application blacklist that is
       provided by upstream.

 -- Michael Biebl <biebl@debian.org>  Thu, 04 Oct 2007 12:48:39 +0200

kpowersave (0.7.2-3) unstable; urgency=low

   * debian/patches/10-kpowersave-crash-on-getenv.patch
     - Fixes a crash when the environment variable DESKTOP_SESSION is not set.
       Patch by Pierre Habouzit, thanks!  Closes: #422420

 -- Michael Biebl <biebl@debian.org>  Wed, 25 Apr 2007 21:07:05 +0200

kpowersave (0.7.2-2) unstable; urgency=low

   * Upload to unstable.
   * debian/patches/05-restore_window.patch
     - Pull from svn. Properly restore minimized configuration dialog.
       Closes: #413638
   * debian/patches/06-handle_failed_suspend.patch
     - Pull from svn. Check the return code of the Suspend() method and display
       a message box if it failed. Closes: #413811

 -- Michael Biebl <biebl@debian.org>  Wed, 25 Apr 2007 20:40:41 +0200

kpowersave (0.7.2-1) experimental; urgency=low

   * New upstream release. Closes: #412647
   * debian/patches/01-autoconf_2.6.patch,
     debian/patches/02-close_dialog_on_destroy.patch
     - Removed, merged upstream.
   * debian/patches/04-default_config.patch
     - Add wodim to application blacklist.
     - Do not unmount external media on suspend.
       kded/mediamanager in Debian is missing a patch which would allow that.
   * Beginning with this version, the dependency on powersaved as backend has
     been dropped. All the heavy lifting is done via HAL now.
     Update debian/control accordingly:
     - Remove build dependency on libpowersave-dev.
     - Remove dependency on powersaved, add a versioned dependency on
       hal (>= 0.5.8.1) instead (needed for cpu frequency scaling support).
     - For proper suspend/resume support, hal should use one of the existing
       suspend frameworks. Add Recommends on these packages.
     - Update the package description.

 -- Michael Biebl <biebl@debian.org>  Mon, 5 Mar 2007 07:24:09 +0100

kpowersave (0.6.2-5) unstable; urgency=low

   * Prepend a sequence number to all patches.
   * debian/patches/03-reset_blankonly_to_default.patch
     - Added. Reset kscreensaver settings to correct default values on scheme
       changes and on application shutdown.
       Patch by Modestas Vainius, thanks! Closes: #399473

 -- Michael Biebl <biebl@debian.org>  Sat, 20 Jan 2007 19:49:40 +0100

2006

kpowersave (0.6.2-4) unstable; urgency=low

   * debian/patches/close_dialog_on_destroy.patch
     - Added. Correctly close the information dialog when activated over dcop.
       Closes: #398201

 -- Michael Biebl <biebl@debian.org>  Mon, 13 Nov 2006 06:05:56 +0100

kpowersave (0.6.2-3) unstable; urgency=low

   * Update maintainer email address to biebl@debian.org.

 -- Michael Biebl <biebl@debian.org>  Fri, 20 Oct 2006 00:04:12 +0200

kpowersave (0.6.2-2) unstable; urgency=medium

   * Updated admin/cvs.sh to support autoconf-2.6. Closes: #379824

 -- Michael Biebl <biebl@teco.edu>  Tue, 25 Jul 2006 23:10:10 +0200

kpowersave (0.6.2-1) unstable; urgency=low

   * New upstream release.
     - Display correct warning message if user lacks permissions to connect to
       powersaved over dbus. Closes: #356609
   * Requires powersave 0.12.8 or newer.

 -- Michael Biebl <biebl@teco.edu>  Sat, 24 Jun 2006 19:16:02 +0200

kpowersave (0.6.1-1) unstable; urgency=low

   * New upstream release.
   * Corrected typo in package description. Closes: #364191
   * Removed kpowersave-fix-utf8_in_eventrc.diff, fixed upstream.
   * Bumped Standards-Version to 3.7.2, no further changes required.

 -- Michael Biebl <biebl@teco.edu>  Mon, 15 May 2006 02:28:48 +0200

kpowersave (0.6.0-1) unstable; urgency=low

   * New upstream release.
   * Requires powersave 0.12.7 or newer.
   * Added build dependency on libxtst-dev.
   * Added kpowersave-fix-utf8_in_eventrc.diff.

 -- Michael Biebl <biebl@teco.edu>  Mon, 17 Apr 2006 18:21:14 +0200

kpowersave (0.5.11-1) unstable; urgency=low

   * New upstream release.

 -- Michael Biebl <biebl@teco.edu>  Thu, 23 Mar 2006 09:45:35 +0100

kpowersave (0.5.10-1) unstable; urgency=low

   * New upstream release.
   * Requires powersave 0.12.2 or newer.

 -- Michael Biebl <biebl@teco.edu>  Tue, 7 Mar 2006 23:45:01 +0100

kpowersave (0.5.9-1) unstable; urgency=low

   * New upstream release.
   * Requires powersave 0.12.1 or newer.

 -- Michael Biebl <biebl@teco.edu>  Thu, 2 Mar 2006 18:43:24 +0100

kpowersave (0.5.8-1) unstable; urgency=low

   * New upstream release.
   * Bumped debhelper compatibility to 5.

 -- Michael Biebl <biebl@teco.edu>  Tue, 21 Feb 2006 10:51:35 +0100

kpowersave (0.5.7-1) unstable; urgency=low

   * New upstream release.
     - kpowersave now shows correct instructions how to start the powersaved
       daemon. Closes: #352218
     - Layout problem in the information dialog has been fixed. Closes: #352684
   * Corrected formatting of the homepage url in the long description.

 -- Michael Biebl <biebl@teco.edu>  Tue, 14 Feb 2006 23:27:37 +0100

kpowersave (0.5.6-1) unstable; urgency=low

   * New upstream release.

 -- Michael Biebl <biebl@teco.edu>  Tue, 7 Feb 2006 02:51:39 +0100

kpowersave (0.5.5-1) unstable; urgency=low

   * New upstream release.
   * Removed build dependency on libcpufreq-dev as it is now correctly handled
     by libpowersave-dev.

 -- Michael Biebl <biebl@teco.edu>  Tue, 31 Jan 2006 01:32:36 +0100

kpowersave (0.5.4-1) unstable; urgency=low

   * New upstream release.

 -- Michael Biebl <biebl@teco.edu>  Mon, 23 Jan 2006 23:14:39 +0100

kpowersave (0.5.3-1) unstable; urgency=low

   * New upstream release.
   * Requires powersave 0.11.5 or newer.

 -- Michael Biebl <biebl@teco.edu>  Wed, 18 Jan 2006 05:10:26 +0100

kpowersave (0.5.2-1) unstable; urgency=low

   * New upstream release.
   * Removed patches absolute_build_path_fix.diff and sound_files_path.diff,
     fixed upstream.
   * Tightened dependencies on powersave, version 0.11.2 or newer is required.
   * Use Debian libtool and regenerate the autotools files.
     + Added build dependencies to automake1.9, autoconf and libtool.
   * hal and dbus are now mandatory. Added the corresponding build
     dependencies.
   * Removed the build dependency on libqt3-compat-headers. Package has been
     fixed upstream to compile cleanly without it.

 -- Michael Biebl <biebl@teco.edu>  Mon, 16 Jan 2006 02:02:45 +0100

kpowersave (0.5.0-1) unstable; urgency=low

   * New upstream release.
   * This release was not uploaded to unstable.

 -- Michael Biebl <biebl@teco.edu>  Tue, 10 Jan 2006 02:25:11 +0100

kpowersave (0.4.5-2) unstable; urgency=low

   * Depend on powersaved (<< 0.10). kpowersave-0.4.x does not work properly with
     powersaved (>= 0.10).

 -- Michael Biebl <biebl@teco.edu>  Sun, 8 Jan 2006 18:00:08 +0100

2005

kpowersave (0.4.5-1) unstable; urgency=low

   * Initial release. Closes: #329922

 -- Michael Biebl <biebl@teco.edu>  Wed, 9 Nov 2005 00:53:24 +0100