[ubuntu/jaunty] powersave 0.15.20-3ubuntu1 (Accepted)

Iulian Udrea iulian at ubuntu.com
Tue Nov 18 18:50:17 GMT 2008


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

Date: Wed, 18 Nov 2008 17:01:01 +0000
Changed-By: Iulian Udrea <iulian at ubuntu.com>
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Signed-By: James Westby <jw+debian at jameswestby.net>
https://launchpad.net/ubuntu/jaunty/+source/powersave/0.15.20-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 18 Nov 2008 17:01:01 +0000
Source: powersave
Binary: powersaved libpowersave11 libpowersave-dev
Architecture: source
Version: 0.15.20-3ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu MOTU Developers <ubuntu-motu at lists.ubuntu.com>
Changed-By: Iulian Udrea <iulian at ubuntu.com>
Description: 
 libpowersave-dev - power management daemon - development files
 libpowersave11 - power management daemon - shared library
 powersaved - power management daemon
Closes: 354376 389031 396144 446614 455129 459452 459845 461554 463925 471089 474783
Launchpad-Bugs-Fixed: 296726
Changes: 
 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-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.
Checksums-Sha1: 
 4891d7675efdcad2ab650a64ae2769db8d7b0775 1436 powersave_0.15.20-3ubuntu1.dsc
 3c81123577d81474445a0c58fb497abc91b987ef 829929 powersave_0.15.20.orig.tar.gz
 35853f809d22d52dd551b4bd14819276b8573258 11881 powersave_0.15.20-3ubuntu1.diff.gz
Checksums-Sha256: 
 aaeb1cece7e89a0338ea75a5431f173eba6668048a777bc4da543031adf316ce 1436 powersave_0.15.20-3ubuntu1.dsc
 7e16c5d305cbe25feb1e4fc9d758598d2cba45278aa61a93d937749df2847f89 829929 powersave_0.15.20.orig.tar.gz
 4dc2c9a0d12bedb57b6c3ef1dbfb1270c1d3691c4be01427c15a383d30ba8bf8 11881 powersave_0.15.20-3ubuntu1.diff.gz
Files: 
 2510f79ed12dacbaac6cb94c0ee4721b 1436 admin optional powersave_0.15.20-3ubuntu1.dsc
 10cefc87bd5b6fa4711f077b0fc4d718 829929 admin optional powersave_0.15.20.orig.tar.gz
 7315ba22da1d64a6977d684daa03ab6d 11881 admin optional powersave_0.15.20-3ubuntu1.diff.gz
Original-Maintainer: Michael Biebl <biebl at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkjDKIACgkQRej+37V3/hN8EQCg41axcsJCtA2FEoL+dIztI2QF
+20AoKUdVFUfq2MOtndkQ65pbNhogbB0
=/IjR
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list