laptop-mode-tools 1.52-1ubuntu1 source package in Ubuntu

Changelog

laptop-mode-tools (1.52-1ubuntu1) lucid; urgency=low

  [ Whoopie ]
  * Merge with Debian (LP: #422620; LP: #469517, #308065, #307947),
    remaining changes:
    + Drop sdparm Recommends to Suggests: It is in universe.
    + etc/laptop-mode/laptop-mode.conf: change default spindown time and
      power management modes.
    + Add/Modify pm-utils hooks to ensure laptop-mode is running as
      expected after power change or thaw/resume
      - power.d/laptop-mode: runs laptop-mode on power change
      - sleep.d/99laptop-mode: don't run laptop-mode if disabled in
        /etc/default/laptop-mode
    + etc/init.d/laptop-mode: Check if laptop mode is disabled in
      /etc/default/laptop-mode (that's the file laptop_mode looks into, too,
      but it incorrectly evaluates the ENABLE_LAPTOP_MODE setting) as well
      as in /etc/default/acpi-support.
    + usr/sbin/laptop_mode: Do not parse arguments, ignore "force" and
      let start/stop mean enable/disable.
    + /usr/sbin/laptop_mode: Do not read $ACTIVATE_WITH_POSSIBLE_DATA_LOSS
      from /var/run/laptop-mode-state to see if state has changed.
    + debian/rules: Do not ship acpi/apm scripts (we handle that ourselves)
    + debian/laptop-mode-tools.preinst: Remove any old acpi/apm scripts
    + debian/laptop-mode-tools.postinst: Create /etc/default/laptop-mode
      (with ENABLE_LAPTOP_MODE=false) if the file does not exist yet and we
      are on ppc.
    + Also accept "stop" as second argument since the init script
      calls laptop_mode with "init stop"

  [ Steve Langasek ]
  * Dropped changes, merged in Debian: sleep.d/96laptop-mode: superseded by
    sleep.d/99laptop-mode

laptop-mode-tools (1.52-1) unstable; urgency=low

  * New Upstream Release
    + Initialize DEBUG to 0 by default. THanks to Matthijs Kooijman for
      pointing it out. (Closes: #546371)
    + Add an option to completely disable ethernet devices when on battery.
    + Introduce hooks to enable debug mode for individual modules
    + Use iwconfig to determine device type for iwlwifi devices also
    + Collect the correct exit code for iwconfig execution.
    + Use iwconfig in wireless-iwl-power. Thanks to Darren Hoo for spotting it
    + Handle spaces in mount point names. Thanks to Louis Simard for the patch
    + Clarify about Global Debug mode and Module Specific Debug mode.
    + Fix incorrect variable reference in video-out module. Thanks to Hans
      Werner for noticing that.
  * laptop-mode-tools.preinst: remove (and backup) the obsolete
    /etc/pm/sleep.d/99laptop-mode config file. Thanks to Tormod
    Volden for the fix. (LP: #384875)

laptop-mode-tools (1.51-1) unstable; urgency=low

  * New Upstream Release
    + Add option to blacklist usb devices by their device id.
      Thanks to <email address hidden> for the patch
    + Trigger timer change for power mgmt by doing a device open/close
      The open/close operation can fail if the audio device is busy.
      Since this failure is non-fatal (worst case is that the timer changes
      don't get activated), we don't bother if it was successful or not.
    + Add support for EeePC FSB Control. Thanks to James Rayner
    + Update iwlwifi power modes. Thanks to Clemens Buchacher
      (Closes: #540639)
    + Use the standard pm-hibernate script from pm-utils for hibernation
      (Closes: #541447)
    + Check if wireless device is disabled before attempting to power
      configure it. Thanks to Clemens Buchacher. (Closes: #541997)
    + On speed change, an ethernet device can lose connectivity. Document
      that in the config file.
  * debian/watch
    + Scan for the correct link in watch file.
  * debian/control
    + Add Recommends for pm-utils. Closes: #541447
    + Format the description
    + Update Standards Version to 3.8.3 (No changes required)
  * debian/rules
    + Add a get-orig-source target. It can fetch the relevant source tarball
      parsing the changelog
  * Change one line description since laptop-mode-tools does more than what
    the old description had
  * Add a README.source file explaining on how to get the source

laptop-mode-tools (1.50-1) unstable; urgency=low

  * New Upstream Release 1.50:
    + Ship pm-utils hooks in /usr/lib/ and not in /etc/pm/
      Distributions will always want to have customized settings in /etc
      and default upstream settings in /usr/lib. See LP: #384875
    + Fix incorrect explanation of Intel HDA Power Savings. Closes: #532733.
    + Don't clutter screen with print messages.
    + Add patch from Mulyadi Santosa that adds ability to lm-profiler to
      show read/write frequency of each collected program. Thank you.
    + Enhance usb-autosuspend module to be executed under conditions. Also
      explain the weirdness of broken usb drivers. Closes: # 535051
    + Do the test comparision of integeres using string operators.
      Closes: #535650.
    + Run pidof with the -x Script Mode switch. Thanks Matthijs Kooijman
    + Disconnect descriptors when backgrounding a script. Thanks Matthijs
      Kooijman
    + Add option to run in shell debug mode
    + Add a spec file to generate an RPM package
  * Update Standards Version to 3.8.2 (No Changes Required)

laptop-mode-tools (1.49-1) unstable; urgency=low

  * New Upstream Release 1.49:
    + Fix syntax error in laptop_mode. Closes: #528835.
    + New feature to log messages to syslog. LP: #370005.
    + Improved Intel HDA Powersaving module. Can now be enabled in
      different (BATT,LM,NOLM) modes.
    + Reload Power Management Daemons during installation. Thanks to Wido
      for pointing out the problem.
    + Update runlevel priority to 99 to ensure laptop-mode is started late
      enough while its dependency daemon are starting. LP: #369807
    + Put a proper check for Hal Polling. Thanks Vincent Panel.
    + Fix typo error in Wake-On-Lan module.
    + Add check on iwconfig to determine an ipw based wireless device.
      Fixes: LP #369113
  * Handle Power Management Daemons to restart during package
    post-installation.
  * debian/control
    + Add wireless-tools under Recommends since laptop-mode-tools depends on
    it for the wireless powersaving module.
    + Add Bart Samwel <email address hidden> to Uploaders.
  * debian/rules
    + Cleanup some commented lines.

laptop-mode-tools (1.48-1) unstable; urgency=low

  * New upstream release 1.48:
    + Fix udevinfo call. Newer udev has deprecated the usage of
      udevinfo in favor of 'udevadm info' Closes: #522043.
    + Fix ethernet throttling. Throttle speed to a user specified
      speed or probe speed from the device Closes: #519426.
    + Restore ethernet speed to user specified speed or MAX speed
      when switching back to AC.
    + Fix manpage error.
  * Build-Depend on debhelper version 5.
  * Add Homepage field.
  * Bump Standards Version to 3.8.1
  * Take maintenance from Bart Samwel
  * Recommend net-tools for ethernet speed detection.
 -- Steve Langasek <email address hidden>   Tue, 01 Dec 2009 16:07:49 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lucid
Original maintainer:
Ubuntu Development Team
Architectures:
all
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
laptop-mode-tools_1.52.orig.tar.gz 90.4 KiB d258e610da5105869fefb9364f0a4fbd65896fe30ee50256f4716be62953a6fa
laptop-mode-tools_1.52-1ubuntu1.diff.gz 16.3 KiB 076ffa323383f1425205bc3050892a89ba9ed9f853ea5a5132c41f93daaeaa22
laptop-mode-tools_1.52-1ubuntu1.dsc 1.8 KiB 83c21f33b02c375472bc9d7c385d39bc86d687845e05933c323b6add05856d0b

Available diffs

View changes file

Binary packages built by this source

laptop-mode-tools: No summary available for laptop-mode-tools in ubuntu lucid.

No description available for laptop-mode-tools in ubuntu lucid.