Please merge powersave 0.15.20-3 (universe) from Debian unstable (main).

Bug #296726 reported by Iulian Udrea
4
Affects Status Importance Assigned to Milestone
powersave (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Changelog since current Jaunty version 0.14.0-8ubuntu1:

 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 <email address hidden> 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 <email address hidden> 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 <email address hidden> Sat, 05 Apr 2008 15:54:54 +0200

Related branches

Revision history for this message
Iulian Udrea (iulian) wrote :

Attached debian -> ubuntu debdiff.

Revision history for this message
Iulian Udrea (iulian) wrote :
Changed in powersave:
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
James Westby (james-w) wrote :

Hi,

Again there are more changes than documented in the changelog.

If the changes are not necessary then please drop them, if they are then
please document them.

Thanks,

James

Revision history for this message
Iulian Udrea (iulian) wrote :

I've manually merged it to fix translations/ issue (talked on IRC about it).

Revision history for this message
Iulian Udrea (iulian) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :
Download full text (5.0 KiB)

This bug was fixed in the package powersave - 0.15.20-3ubuntu1

---------------
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.

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.

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

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-...

Read more...

Changed in powersave:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.