[ubuntu/natty] hdparm 9.32-1ubuntu1 (Accepted)

Michael Vogt michael.vogt at ubuntu.com
Thu Nov 25 19:30:27 GMT 2010


hdparm (9.32-1ubuntu1) natty; urgency=low

  * Merge from debian unstable.  Remaining changes:
    + debian/control:
      - Do not depend on lsb-base (we no longer use init script)
      - Add Homepage
      - Add Breaks on old udev
      - Bump debhelper depends for dh_installudev changes
      - Recommend powermgmt-base, so we can use on_ac_power to detect if we're
        on battery.
      - declare a Breaks: on pm-utils (<< 1.2.5-2ubuntu8), due to the change of
        the hdparm-functions API.
      - Replace pm-utils versions which shipped that script.
    + debian/hdparm.install:
      - Use hpdarm.udev instead of .rules
      - move hdparm-functions to /lib/hdparm.
    + debian/hpdarm.udev:
      - refactor to use the above functions instead of embedding a parser.
    + debian/hpdarm.dirs:
      - Drop unused /etc/udev/rules.d, add lib/udev for our udev-script
    + debian/rules, debian/hdparm.udev-script:
      - Install udev-script, drop init file stuff
      - Pass --priority=85 to dh_installudev
    + debian/hdparm.postinst: The transitional code to create
      /etc/udev/rules.d/z60_hdparm.rules also got wrongly executed on new
      installs, leaving a broken symlink behind. However, we do not need this
      in the first place, so just throw away the code completely.
    + debian/hdparm.preinst: Remove broken symlink on upgrade.
    + Add a new option to hdparm.conf, apm_battery, which is used in place of
      apm when we detect that we're on battery power.
    + debian/hdparm.udev-script, debian/hdparm.init:
      - only use the 'apm' setting when we're not on battery; when we are on
        battery, apply the separate 'apm_battery' setting.
      - Don't call hdparm -f for every drive; no clear rationale was ever given
        for doing this, and doing so slows down hard drive access at boot time.
      - also don't call sync...
    + debian/hdparm-functions:
      - break out a barebones parser for /etc/hdparm.conf and install it to
        /usr/lib/pm-utils, for use in /usr/lib/pm-utils/sleep.d/95hdparm-apm.
      - refactor so that it can be used by the udev script as well
      - drop handling of "command_line" here - we shouldn't be running this
        for every hard drive and every power event, this should be supported
        only by an init script (if at all)
      - Don't apply default APM policy to Firewire or USB devices when running
        from udev (LP: #515023, #548513).
      - Fetch ID_PATH from 'udevadm info' if it isn't already set in the
        environment (LP: #567182).
      - Factor Firewire/USB check out into a new hdparm_try_apm function.
    + Add debian/95hdparm-apm:
      - pm-utils script to adjust hard drive APM settings
        after resuming. This was previously shipped in pm-utils, but is more
        appropriate here (see /usr/share/doc/pm-utils/README.distributions).
      - Skip Firewire and USB devices.
    + debian/hdparm.conf, debian/hdparm.conf.5: drop 'command_line' example

hdparm (9.32-1) unstable; urgency=low

  * New upstream version (closes: #574897)
    - Flags -B and -M should now be working
    - Fixes alignment issues
    - Correctly handles errno of EBADE (closes: #557384)
  * Don't make a symlink if it already exists (closes: #593963)
  * init script can follow symlinks to block devices now
    (closes: #533535, #546045)
  * Include wiper.sh in contrib/

hdparm (9.27-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Ensure that RAID sync is always restored when the init script ends
    (closes: #583110)
  * Include licence text directly in copyright file, as it is not exactly
    the same as the BSD licence text

Date: Thu, 25 Nov 2010 20:03:22 +0100
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/hdparm/9.32-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 25 Nov 2010 20:03:22 +0100
Source: hdparm
Binary: hdparm hdparm-dbg hdparm-udeb
Architecture: source
Version: 9.32-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Vogt <michael.vogt at ubuntu.com>
Description: 
 hdparm     - tune hard disk parameters for high performance
 hdparm-dbg - debug files for hdparm
 hdparm-udeb - tune hard disk parameters for high performance (udeb)
Closes: 533535 546045 557384 574897 583110 593963
Launchpad-Bugs-Fixed: 515023 548513 567182
Changes: 
 hdparm (9.32-1ubuntu1) natty; urgency=low
 .
   * Merge from debian unstable.  Remaining changes:
     + debian/control:
       - Do not depend on lsb-base (we no longer use init script)
       - Add Homepage
       - Add Breaks on old udev
       - Bump debhelper depends for dh_installudev changes
       - Recommend powermgmt-base, so we can use on_ac_power to detect if we're
         on battery.
       - declare a Breaks: on pm-utils (<< 1.2.5-2ubuntu8), due to the change of
         the hdparm-functions API.
       - Replace pm-utils versions which shipped that script.
     + debian/hdparm.install:
       - Use hpdarm.udev instead of .rules
       - move hdparm-functions to /lib/hdparm.
     + debian/hpdarm.udev:
       - refactor to use the above functions instead of embedding a parser.
     + debian/hpdarm.dirs:
       - Drop unused /etc/udev/rules.d, add lib/udev for our udev-script
     + debian/rules, debian/hdparm.udev-script:
       - Install udev-script, drop init file stuff
       - Pass --priority=85 to dh_installudev
     + debian/hdparm.postinst: The transitional code to create
       /etc/udev/rules.d/z60_hdparm.rules also got wrongly executed on new
       installs, leaving a broken symlink behind. However, we do not need this
       in the first place, so just throw away the code completely.
     + debian/hdparm.preinst: Remove broken symlink on upgrade.
     + Add a new option to hdparm.conf, apm_battery, which is used in place of
       apm when we detect that we're on battery power.
     + debian/hdparm.udev-script, debian/hdparm.init:
       - only use the 'apm' setting when we're not on battery; when we are on
         battery, apply the separate 'apm_battery' setting.
       - Don't call hdparm -f for every drive; no clear rationale was ever given
         for doing this, and doing so slows down hard drive access at boot time.
       - also don't call sync...
     + debian/hdparm-functions:
       - break out a barebones parser for /etc/hdparm.conf and install it to
         /usr/lib/pm-utils, for use in /usr/lib/pm-utils/sleep.d/95hdparm-apm.
       - refactor so that it can be used by the udev script as well
       - drop handling of "command_line" here - we shouldn't be running this
         for every hard drive and every power event, this should be supported
         only by an init script (if at all)
       - Don't apply default APM policy to Firewire or USB devices when running
         from udev (LP: #515023, #548513).
       - Fetch ID_PATH from 'udevadm info' if it isn't already set in the
         environment (LP: #567182).
       - Factor Firewire/USB check out into a new hdparm_try_apm function.
     + Add debian/95hdparm-apm:
       - pm-utils script to adjust hard drive APM settings
         after resuming. This was previously shipped in pm-utils, but is more
         appropriate here (see /usr/share/doc/pm-utils/README.distributions).
       - Skip Firewire and USB devices.
     + debian/hdparm.conf, debian/hdparm.conf.5: drop 'command_line' example
 .
 hdparm (9.32-1) unstable; urgency=low
 .
   * New upstream version (closes: #574897)
     - Flags -B and -M should now be working
     - Fixes alignment issues
     - Correctly handles errno of EBADE (closes: #557384)
   * Don't make a symlink if it already exists (closes: #593963)
   * init script can follow symlinks to block devices now
     (closes: #533535, #546045)
   * Include wiper.sh in contrib/
 .
 hdparm (9.27-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Ensure that RAID sync is always restored when the init script ends
     (closes: #583110)
   * Include licence text directly in copyright file, as it is not exactly
     the same as the BSD licence text
Checksums-Sha1: 
 b5904e27dbbef98878ef0246955f318613372b2e 1163 hdparm_9.32-1ubuntu1.dsc
 fb7f742b1f791a4ecbc8e5f9d025f01aa3cb12d6 117083 hdparm_9.32.orig.tar.gz
 fff55d4f818f0c3212febd64bb903bdd5d41191b 17637 hdparm_9.32-1ubuntu1.diff.gz
Checksums-Sha256: 
 231607fd9b8421d26af6e7fe131f023f784417ecb811a4a0b9b3d7556199d238 1163 hdparm_9.32-1ubuntu1.dsc
 90d80632695759ec12c8a9da94471f04bc88d5b73d34fc6a370775b534d09319 117083 hdparm_9.32.orig.tar.gz
 261bee97428def7130c89ba0d1baa914729d0171e0fbb6f73eb45d5cd38e33ef 17637 hdparm_9.32-1ubuntu1.diff.gz
Files: 
 9cd81c5d6ceabfaf72f2ee00f012a995 1163 admin optional hdparm_9.32-1ubuntu1.dsc
 9819ba0c537003815bede9aaaee7c6d0 117083 admin optional hdparm_9.32.orig.tar.gz
 4f5609aa099b7f980620e2905f11fd3c 17637 admin optional hdparm_9.32-1ubuntu1.diff.gz
Original-Maintainer: Stephen Gran <sgran at debian.org>

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

iEYEARECAAYFAkzutQAACgkQliSD4VZixzQFNgCdGqU0++QOkMPyJ1gDV46cM7ol
Pr4AniqMgpq56tYG7iWqO4uXR12jqBVi
=HBZ3
-----END PGP SIGNATURE-----


More information about the Natty-changes mailing list