powersave (0.15.20-5ubuntu1) jaunty; urgency=low * Merge from debian unstable, remaining changes: LP: #326114 - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/man_powerdev_group.patch. + Drop debian/patches/fix_script_message_handling.patch + Drop debian/powersaved.postinst. + Do not depend on adduser package. - Remove (0.12.0-1) from debian/NEWS which doesn't apply to Ubuntu. - Remove debian/README.Debian which doesn't apply to Ubuntu as well. * Closes LP: #318759 -- Bhavani Shankar Fri, 06 Feb 2009 16:21:01 +0530 powersave (0.15.20-5) unstable; urgency=low * debian/patches/01-dbus_access.patch - Revise D-Bus policy file for the newer, stricter D-Bus system bus default policy. As powersaved does not have support for D-Bus introspection (yet) we explicitly do not allow it to avoid long timeouts. Closes: #510633 Based on the patch from Simon McVittie, thanks!. -- Michael Biebl Thu, 05 Feb 2009 21:29:19 +0100 powersave (0.15.20-4ubuntu1) jaunty; urgency=low * Merge from debian unstable, remaining changes: LP: #312846 - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/powersaved.postinst. + Do not depend on adduser package. - Remove (0.12.0-1) from debian/NEWS which doesn't apply to Ubuntu. - Remove debian/README.Debian which doesn't apply to Ubuntu as well. -- Bhavani Shankar Thu, 01 Jan 2009 15:27:26 +0530 powersave (0.15.20-4) unstable; urgency=low * debian/patches/24-fix_script_message_handling.patch - Fix crashes when running custom scripts. Closes: 503414 Thanks to Alexey I. Froloff for the patch. * debian/control - Add ${misc:Depends} to all binary packages. -- Michael Biebl Wed, 31 Dec 2008 00:05:55 +0100 powersave (0.15.20-3ubuntu1) jaunty; urgency=low * Merge from debian unstable (LP: #296726), remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/powersaved.postinst. + Do not depend on adduser package. * Remove (0.12.0-1) from debian/NEWS which doesn't apply to Ubuntu. * Remove debian/README.Debian which doesn't apply to Ubuntu as well. -- Iulian Udrea Wed, 18 Nov 2008 17:01:01 +0000 powersave (0.15.20-3) unstable; urgency=low * Switch patch system to quilt. * debian/control - Add Build-Depends on quilt. - Bump Standards-Version to 3.8.0. Add debian/README.source as recommended by the new policy. * debian/rules - Include patchsys-quilt.mk * Refresh all patches. * debian/patches/series - Added all existing patches. * debian/patches/01-dbus_access.patch - Add "at_console" policy in addition to the group based policy. * debian/patches/23-link_liblazy.patch - libpowersave needs to link against liblazy. Instead of patching the build system directly, use the quilt patch system. -- Michael Biebl Fri, 18 Jul 2008 18:28:25 +0200 powersave (0.15.20-2) unstable; urgency=low * debian/control - Add Build-Depends on pkg-config. * debian/patches/06-hal_deprecated_keys.patch - Use the newer power_management.can_* keys from HAL and use old keys as fallback. Closes: #474783 -- Michael Biebl Tue, 08 Apr 2008 15:59:56 +0200 powersave (0.15.20-1) unstable; urgency=low * New major upstream release. Closes: #459845 Starting with 0.15.x, powersave does no longer ship its own scripts for suspend and hibernate but relies on HAL/pm-utils to do the heavy lifting. Closes: #459452, #396144, #354376, #446614 If you have extended powersaved with custom hooks, you should port them over to pm-utils. This version also fixes build failures with GCC 4.3. Closes: #455129 * Remove obsolete patches - debian/patches/02-init_script_status.patch (obsolete) - debian/patches/05-on_ac_power_path.patch (obsolete) - debian/patches/07-video_bios_intel.patch (obsolete) - debian/patches/08-uswsusp.patch (obsolete) - debian/patches/09-dbus_bus_register.patch (merged upstream) - debian/patches/10-dont_unload_ipw2200.patch (obsolete) - debian/patches/12-symlink_vmlinuz.patch (obsolete) - debian/patches/13-grub_set_default.patch (obsolete) - debian/patches/14-gcc4.3_missing_includes.patch (fixed upstream) - debian/patches/15-restart_anancron_on_resume.patch (obsolete) * debian/patches/10-no_policykit.patch - Disable the PolicyKit checks in powersaved as the current hal version in Debian is not compiled with PolicyKit support. * debian/patches/11-power_button_event.patch - Remove this patch and restore the default behaviour to shutdown on power button presses. If other policy daemons, like kpowersave or gnome-power-manager, are running, they can safely override the default behaviour. * debian/patches/05-man_page_format.patch - Fix a formatting error in the powersaved man page. * debian/rules - Upstream ships a sane build system now so we no longer have to patch and regenerate it. - Update shlibs for libpowersave11 due to SONAME bump. - Install NEWS file. - Replace --enable-doc-dir configure option with --docdir. * debian/control - Remove Build-Depends on automake1.9, autoconf, libtool, libhal-dev and libcpufreq-dev. - Remove Build-Conflicts against autoconf2.13 and automake1.4. - Demote kpowersave Recommends to Suggests. - Remove hdparm, grub and uswsusp from Recommends as they are no longer required, add cpufrequtils. - Remove 915resolution from Suggests. - Remove unnecessary Depends from libpowersave-dev. - Update the package name for libpowersave11. - Bump Standards-Version to 3.7.3. No further changes required. - Use the new Homepage field to specify the upstream URL. - Add Vcs-Git and Vcs-Browser fields. - Update package description for powersaved. * Rename libpowersave10.install to libpowersave11.install. * debian/powersaved.preinst - Remove obsolete conffiles on upgrades from previous versions. * debian/README.Debian - Remove outdated documentation. * debian/powersaved.install - Drop on_ac_power which has been removed from the tarball. * debian/powersaved.init - Fix LSB header. Replace $local_fs with $remote_fs and remove S from Default-Stop. Closes: #471089 - Remove code to load cpufreq governors and modules and instead rely on cpufrequtils to do it for us. Add loadcpufreq and cpufrequtils to Should-Start. Closes: #461554, #389031, #463925 - Don't fail on "start" if daemon is already running and on "stop" if daemon is already stopped. -- Michael Biebl Sat, 05 Apr 2008 15:54:54 +0200 powersave (0.14.0-8ubuntu1) hardy; urgency=low * Merge from debian unstable, remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/NEWS. + Drop debian/powersaved.postinst. + Do not depend on adduser package. + Remove Security section from README.Debian. -- William Grant Tue, 13 Nov 2007 21:17:22 +1100 powersave (0.14.0-8) unstable; urgency=low * debian/patches/08-uswsusp.patch - Document valid options for SUSPEND2DISK_METHOD. Closes: #443267 * debian/control - Replace deprecated ${Source-Version} with ${binary:Version}. - Add Build-Conflicts: autoconf2.13, automake1.4. -- Michael Biebl Thu, 20 Sep 2007 15:04:54 +0200 powersave (0.14.0-7ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/NEWS. + Drop debian/powersaved.postinst. + Do not depend on adduser package. + Remove Security section from README.Debian. * Replace Maintainer field. -- William Grant Sun, 06 May 2007 14:11:06 +1000 powersave (0.14.0-7) unstable; urgency=low * debian/patches/14-gcc4.3_missing_includes.patch - Add missing includes for building with gcc 4.3. Closes: #417490 Thanks to Martin Michlmayr for the patch. * debian/patches/15-restart_anancron_on_resume.patch - Restart anacron on resume. Closes: #412702 * debian/patches/16-description_acpid_dependency.patch - In Debian, the powersave daemon is configured to use acpid by default. Update the documentation in the configuration file accordingly. Closes: #404594 -- Michael Biebl Tue, 03 Apr 2007 01:00:38 +0200 powersave (0.14.0-6ubuntu1) feisty; urgency=low * Merge from debian unstable, remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/NEWS. + Drop debian/powersaved.postinst. + Do not depend on adduser package. + Remove Security section from README.Debian. -- William Alexander Grant Thu, 7 Dec 2006 20:44:40 +1100 powersave (0.14.0-6) unstable; urgency=low * Prepend a sequence number to all patches. * debian/patches/12-symlink_vmlinuz.patch - Added. Depending on the configuration in /etc/kernel-img.conf there is either a symlink /vmlinuz or /boot/vmlinuz which points to the default kernel. Check both symlinks. Closes: #369330 * debian/patches/02-init_script_status.patch - Updated. Check if init script exists before we call it. * debian/patches/13-grub_set_default.patch - Added. As the grub package in Debian does not ship the grubonce utility, mimic its behaviour using grub-set-default. Closes: #397120 * debian/patches/06-grub_default_file_removed.patch - Removed. Obsoleted by 13-grub_set_default.patch. -- Michael Biebl Fri, 1 Dec 2006 20:12:28 +0100 powersave (0.14.0-5ubuntu1) feisty; urgency=low * Merge from Debian unstable. Remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/NEWS. + Drop debian/powersaved.postinst. + Do not depend on adduser package. + Remove Security section from README.Debian. -- William Alexander Grant Sat, 11 Nov 2006 10:08:11 +1100 powersave (0.14.0-5) unstable; urgency=low * The changes to video_bios_intel.patch in 0.14.0-4 to support MODE=auto were incomplete. Fixed now. -- Michael Biebl Thu, 9 Nov 2006 16:28:49 +0100 powersave (0.14.0-4) unstable; urgency=low * debian/patches/video_bios_intel.patch - Updated. Add support for MODE=auto when using 915resolution. Closes: #396773 * debian/patches/dbus_bus_register.patch - Added. Check for errors on dbus_bus_register. * debian/patches/documentation_path.patch - Added. Specifiy the correct path to the powersaved documentation. Closes: #397679 -- Michael Biebl Wed, 8 Nov 2006 23:43:02 +0100 powersave (0.14.0-3ubuntu1) feisty; urgency=low * Merge from Debian unstable. Remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/NEWS. + Drop debian/powersaved.postinst. + Do not depend on adduser package. + Remove Security section from README.Debian. -- William Alexander Grant Thu, 9 Nov 2006 22:38:30 +1100 powersave (0.14.0-3) unstable; urgency=low * Update maintainer email address to biebl@debian.org. * debian/patches/dont_unload_ipw2200.patch - Added. Do not blacklist ipw2200 module. Closes: #390792 * debian/patches/power_button_event.patch - Added. Do not shut down by default when power button is pressed. Closes: #372295 - If you want to restore previous behaviour, set EVENT_BUTTON_POWER to "wm_shutdown" in /etc/powersave/events. * debian/patches/uswsusp.patch - Added. Support for userspace software suspend. Closes: #377798 Install the uswsusp package and set SUSPEND2DISK_METHOD to "userspace" in /etc/powersave/sleep if you want to use this method. * debian/control - Add a Recommends on uswsusp. -- Michael Biebl Wed, 25 Oct 2006 01:02:01 +0200 powersave (0.14.0-2ubuntu1) edgy; urgency=low * Merge from Debian unstable. Remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/NEWS. + Drop debian/powersaved.postinst. + Do not depend on adduser package. + Remove Security section from README.Debian. -- William Alexander Grant Wed, 13 Sep 2006 18:16:31 +1000 powersave (0.14.0-2) unstable; urgency=medium * Fix the check for the build architecture in configure.ac. Closes: #386937 -- Michael Biebl Mon, 11 Sep 2006 13:00:23 +0200 powersave (0.14.0-1ubuntu1) edgy; urgency=low * Merge from debian unstable. Remaining changes: - Add Replaces/Provides for powernowd and apmd, to allow installation with *ubuntu-desktop meta packages. - Drop changes for powerdev group used for dbus access on Debian: + Drop debian/patches/dbus_access.patch. + Drop debian/patches/man_powerdev_group.patch. + Drop debian/NEWS. + Drop debian/powersaved.postinst. + Do not depend on adduser package. + Remove Security section from README.Debian. -- William Alexander Grant Mon, 11 Sep 2006 20:23:32 +1000 powersave (0.14.0-1) unstable; urgency=low * New upstream release. -- Michael Biebl Mon, 4 Sep 2006 14:25:38 +0200 powersave (0.12.20-2) unstable; urgency=medium * Do not fail on installation if acpid is not running. Closes: #384168 * Added a "Suggests: 915resolution" which is necessary for people using Intel graphics chipsets. -- Michael Biebl Tue, 4 Jul 2006 02:04:01 +0200 powersave (0.12.20-1ubuntu2) edgy; urgency=low * Rebuild against dbus 0.90 -- Sebastian Dröge Wed, 30 Aug 2006 22:11:24 +0200 powersave (0.12.20-1ubuntu1) edgy; urgency=low * Add back Conflicts/Provides for powernowd and apmd to allow install with *ubuntu-desktop meta package * Drop changes for powerdev group used for dbus access on Debian. dbus access is controlled via pam_console (libpam_foreground) in Ubuntu. * Drop debian/patches/dbus_access.patch * Drop debian/patches/man_powerdev_group.patch * Drop debian/NEWS * Drop debian/powersaved.postinst * Do not depend on adduser package * Remove Security section from README.Debian -- Luka Renko Sat, 12 Aug 2006 16:47:36 +0200 powersave (0.12.20-1) unstable; urgency=low * New upstream release. * Added a "Recommends: grub" to debian/control because suspend to disk works best with grub as boot loader. Closes: #375498 * Added patch man_powerdev_group.patch which improves and corrects the powersave man page. Closes: 369162 * Use the ending *.patch consistently for all patches in debian/patches. -- Michael Biebl Tue, 4 Jul 2006 01:21:07 +0200 powersave (0.12.18-1) unstable; urgency=low * New upstream release. Give user a hint if he lacks permissions to connect to the powersaved daemon. Closes: #352660 -- Michael Biebl Wed, 24 May 2006 01:00:47 +0200 powersave (0.12.17-1) unstable; urgency=low * New upstream release. * Removed *.la files from libpowersave-dev. * Added video_bios_intel.patch to properly call the 915resolution tool for Intel graphics chipsets. Closes: 368025 Thanks to Elizabeth Barham. -- Michael Biebl Fri, 19 May 2006 21:51:18 +0200 powersave (0.12.15-1) unstable; urgency=low * New upstream release. * Added grub_default_file_removed.diff to not delete /boot/grub/default after resume from disk. Closes: #362813 * Added init_script_status.diff to not call /etc/init.d scripts with "status" that is not available on Debian systems. The above patches are taken from Ubuntu. Thanks to Luka Renko . * Bumped Standards-Version to 3.7.2, no further changes required. -- Michael Biebl Fri, 5 May 2006 19:33:48 +0200 powersave (0.12.15-0ubuntu1) dapper; urgency=low * New upstream release * Added init_script_status.patch to not call /etc/init.d scripts with "status" that is not available on debian systems (Malone #40262) -- Luka Renko Sun, 30 Apr 2006 16:14:34 +0200 powersave (0.12.11-1ubuntu2) dapper; urgency=low * Added grub_default_file_removed.diff to fix grub issue (savedefault) -- Luka Renko Thu, 13 Apr 2006 22:49:25 +0200 powersave (0.12.11-1ubuntu1) dapper; urgency=low * New upstream release. * Load apm module in powersaved script. Closes: Malone #37512 -- Luka Renko Mon, 10 Apr 2006 20:32:35 +0200 powersave (0.12.11-1) unstable; urgency=low * New upstream release. * Updated README.Debian. Dbus does not cache the credentials so aggressively anymore. A "reload" is sufficient now to make dbus reread the new group memberships. -- Michael Biebl Sun, 9 Apr 2006 04:29:13 +0200 powersave (0.12.7-1ubuntu1) dapper; urgency=low * New upstream release. * Removed diversion for /usr/sbin/acpid to play nicer with ubuntu-desktop. -- Luka Renko Sun, 26 Mar 2006 18:28:51 +0200 powersave (0.12.7-1) unstable; urgency=low * New upstream release. * This release has been marked as stable by upstream. -- Michael Biebl Thu, 23 Mar 2006 09:49:49 +0100 powersave (0.12.2-1ubuntu1) dapper; urgency=low * Removed dbus_access.diff patch and dependency on adduser. dbus access is controlled via pam_console (libpam_foreground) in Ubuntu. * Added Replaces/Provides: apmd, powernowd to allow the installation of powersaved without removal of (k)ubuntu-desktop. * Install diversion for /usr/sbin/acpid. All event processing is handled by powersaved so start acpid with an empty events dir (/etc/acpi/events.ignore). -- Michael Biebl Thu, 9 Mar 2006 22:53:31 +0100 powersave (0.12.11-1) unstable; urgency=low * New upstream release. * Updated README.Debian. Dbus does not cache the credentials so aggressively anymore. A "reload" is sufficient now to make dbus reread the new group memberships. -- Michael Biebl Sun, 9 Apr 2006 04:29:13 +0200 powersave (0.12.7-1) unstable; urgency=low * New upstream release. * This release has been marked as stable by upstream. -- Michael Biebl Thu, 23 Mar 2006 09:49:49 +0100 powersave (0.12.2-1) unstable; urgency=low * New upstream release. * Build against libcpufreq0 which uses libsysfs2. Closes: #354738 -- Michael Biebl Sun, 5 Mar 2006 03:27:11 +0100 powersave (0.12.1-1) unstable; urgency=low * New upstream release. * Added dependency on adduser. -- Michael Biebl Tue, 28 Feb 2006 22:50:20 +0100 powersave (0.12.0-1) unstable; urgency=low * New upstream release. + Documentation concerning acpid has been improved. Closes: #352656 * Bumped debhelper compatibility to 5. * With this version on a new group called "powerdev" is used to control the access to dbus. Added the creation of this group to powersaved.postinst and updated the documentation. * Added a "Recommends: hdparm" as it is required for controlling the AM (acoustic management) and PM (power management) functionality of IDE disks. * Added a "Suggests: zenity" to display nicer dialog boxes in case no graphical client like kpowersave is running. -- Michael Biebl Tue, 28 Feb 2006 17:30:37 +0100 powersave (0.11.10-1) unstable; urgency=low * New upstream release. * Added some examples how users can extend powersave in /usr/share/doc/powersaved/contrib. -- Michael Biebl Tue, 7 Feb 2006 17:01:56 +0100 powersave (0.11.8-1) unstable; urgency=low * New upstream release. -- Michael Biebl Tue, 7 Feb 2006 02:37:01 +0100 powersave (0.11.6-1) unstable; urgency=low * New upstream release. * Let libpowersave-dev depend on: + libcpufreq-dev (>= 0.4) + libhal-dev (>= 0.5.0) + libdbus-dev (>= 0.30) These libraries are needed by libtool when linking against libpowersave. * Removed SUSE specific details from manpage. Closes: #349654 -- Michael Biebl Tue, 24 Jan 2006 20:29:25 +0100 powersave (0.11.5-1) unstable; urgency=low * New upstream release. * Added build dependency on libcpufreq-dev (>= 0.4). CPU frequency scaling is done using libcpufreq from this version on. -- Michael Biebl Fri, 20 Jan 2006 08:06:00 +0100 powersave (0.11.2-1) unstable; urgency=low * New upstream release. * Removed patches shebang_fix.diff, awk_path_fix.diff and wttyhx_fixes.diff, all merged upstream. * hal and dbus are now mandatory. Added the corresponding dependencies to debian/control. * Added powersaved.postinst, dbus needs to be reloaded after powersaved has been installed. -- Michael Biebl Fri, 13 Jan 2006 21:38:52 +0100 powersave (0.10.21-1) unstable; urgency=low * New upstream release. * This release was not uploaded to unstable. -- Michael Biebl Fri, 13 Jan 2006 20:09:09 +0100 powersave (0.9.25-1) unstable; urgency=low * Initial release. Closes: #329918 -- Michael Biebl Wed, 9 Nov 2005 00:49:29 +0100