~ubuntu-branches/ubuntu/trusty/pm-utils/trusty-updates

« back to all changes in this revision

Viewing changes to pm/power.d/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Michael Biebl, Martin Pitt
  • Date: 2010-07-13 16:24:27 UTC
  • mfrom: (40.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20100713162427-vpmf1kkj79e715j0
[ Michael Biebl ]
* New upstream release. (Closes: #588587)
  The main improvement is that this ships some generally useful power
  management hooks by default. Note that this conflicts with similar
  packages such as laptop-mode-tools or pm-utils-powersave-policy, so you
  should not enable them and pm-utils at the same time.
  Current hooks when switching to battery:
  - [disable_wol] Disable Wake-on-LAN on ethernet cards
  - [hal-cd-polling] Disable HAL's polling of CD drives for automounting
    them. Note that this HAL functionality is already obsolete in Debian's
    current GNOME, but still being used in current KDE and XFCE desktops.
  - [harddrive] More aggressive harddrive spindown times
  - [intel-audio-powersave] Put ac97 and hda cards to sleep when inactive.
  - [journal-commit, xfs_buffer] Delay ext[34]/ext journal/metadata
    writeback
  - [laptop-mode] Delay hard disk writeback times of dirty caches, to avoid
    spin ups
  - [pcie_aspm] PCI express cards power saving
  - [readahead] More speculative readahead, at the expense of using more
    memory
  - [sata_alpm] Enable SATA link power management
  - [sched-powersave] Try to use fewer cores on multi-core machines
  - [wireless] Reduce RX/TX power when idle on some known-working drivers
    (various Intel chips for now)
* video-quirks/*
  - Update quirks to latest upstream release pm-quirks-20100619.
* Drop patches applied upstream
  - debian/patches/05-inspiron-8600-ati-quirk.patch
  - debian/patches/08-fix-lock-file-handling.patch
  - debian/patches/12-man-page-fixes.patch
* Refresh and update all patches so they apply cleanly.
* debian/control
  - Demote radeontool to Suggests. The standard Debian/Ubuntu kernels use
    KMS for radeon which makes this tool obsolete. (Closes: #588768)

[ Martin Pitt ]
* debian/control: Add hdparm Recommends and ethtool/wireless-tools Suggests,
  for the newly added power saving hooks.
* debian/control: Conflicts/Replaces: pm-utils-powersave-policy, superseded
  by the now integrated power.d hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
AUTOHEADER = @AUTOHEADER@
75
75
AUTOMAKE = @AUTOMAKE@
76
76
AWK = @AWK@
77
 
BINDIR = @BINDIR@
78
77
CC = @CC@
79
78
CCDEPMODE = @CCDEPMODE@
80
79
CFLAGS = @CFLAGS@
81
80
CPPFLAGS = @CPPFLAGS@
82
81
CYGPATH_W = @CYGPATH_W@
83
 
DATADIR = @DATADIR@
84
82
DEFS = @DEFS@
85
83
DEPDIR = @DEPDIR@
86
84
ECHO_C = @ECHO_C@
108
106
PACKAGE_URL = @PACKAGE_URL@
109
107
PACKAGE_VERSION = @PACKAGE_VERSION@
110
108
PATH_SEPARATOR = @PATH_SEPARATOR@
111
 
SBINDIR = @SBINDIR@
112
109
SET_MAKE = @SET_MAKE@
113
110
SHELL = @SHELL@
114
111
STRIP = @STRIP@
115
 
SYSCONFDIR = @SYSCONFDIR@
116
112
VERSION = @VERSION@
117
113
XMLTO = @XMLTO@
118
114
abs_builddir = @abs_builddir@
159
155
top_srcdir = @top_srcdir@
160
156
powerdir = $(libdir)/pm-utils/power.d
161
157
power_SCRIPTS = \
162
 
        sched-powersave
 
158
        sched-powersave         \
 
159
        harddrive               \
 
160
        laptop-mode             \
 
161
        xfs_buffer              \
 
162
        readahead               \
 
163
        intel-audio-powersave   \
 
164
        wireless                \
 
165
        journal-commit          \
 
166
        disable_wol             \
 
167
        pcie_aspm               \
 
168
        sata_alpm               \
 
169
        hal-cd-polling
163
170
 
164
171
EXTRA_DIST = $(power_SCRIPTS)
165
172
all: all-am