[ubuntu/maverick] hdparm 9.27-2ubuntu1 (Accepted)
Benjamin Drung
bdrung at ubuntu.com
Sat May 8 06:54:54 BST 2010
hdparm (9.27-2ubuntu1) maverick; urgency=low
* Merge from Debian unstable (LP: #516249); 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.
hdparm (9.27-2) unstable; urgency=low
* Stop unconditionally stripping hdparm during build (closes: #568774)
hdparm (9.27-1) unstable; urgency=low
* New upstream version
Date: Fri, 07 May 2010 11:39:54 +0200
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Benjamin Drung <benjamin.drung at gmail.com>
https://launchpad.net/ubuntu/maverick/+source/hdparm/9.27-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 07 May 2010 11:39:54 +0200
Source: hdparm
Binary: hdparm hdparm-dbg hdparm-udeb
Architecture: source
Version: 9.27-2ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung 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: 568774
Launchpad-Bugs-Fixed: 515023 516249 548513 567182
Changes:
hdparm (9.27-2ubuntu1) maverick; urgency=low
.
* Merge from Debian unstable (LP: #516249); 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.
.
hdparm (9.27-2) unstable; urgency=low
.
* Stop unconditionally stripping hdparm during build (closes: #568774)
.
hdparm (9.27-1) unstable; urgency=low
.
* New upstream version
Checksums-Sha1:
4a3810e22a9b1bc7b3d93f89e10accdb1232ed8c 1803 hdparm_9.27-2ubuntu1.dsc
ddc9074bfa799e2bedd25ee4ddd2ad6cbbf6ad08 112438 hdparm_9.27.orig.tar.gz
6494140af9eed80e45b656ba03a3b95ff7c19685 15887 hdparm_9.27-2ubuntu1.diff.gz
Checksums-Sha256:
1ece8fe3eb4c1bbb0b231f7ec58ae83487fef2ddd74dc8b1c0de2614ca546d0a 1803 hdparm_9.27-2ubuntu1.dsc
a9061f3d0048b6dce1ddb2bea63475284073eccd3a36aa085d3ec841cba9f5c4 112438 hdparm_9.27.orig.tar.gz
e819352716bb50dad973ea7ff769b1de6786d8c08ceeab4326df83176bb1ece8 15887 hdparm_9.27-2ubuntu1.diff.gz
Files:
cb794fc2cd3ae23801393623d076449a 1803 admin optional hdparm_9.27-2ubuntu1.dsc
e652dabb6c9233fb8a23ef60a17a1829 112438 admin optional hdparm_9.27.orig.tar.gz
0584e5ad93f42f6d3b6ab8d6b823c403 15887 admin optional hdparm_9.27-2ubuntu1.diff.gz
Original-Maintainer: Stephen Gran <sgran at debian.org>
More information about the Maverick-changes
mailing list