Merge lp://qastaging/~noskcaj/ubuntu/saucy/powertop/2.4 into lp://qastaging/ubuntu/saucy/powertop

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp://qastaging/~noskcaj/ubuntu/saucy/powertop/2.4
Merge into: lp://qastaging/ubuntu/saucy/powertop
Diff against target: 24022 lines (+7782/-8588)
111 files modified
.pc/.quilt_patches (+0/-1)
.pc/.quilt_series (+0/-1)
.pc/.version (+0/-1)
Android.mk (+0/-1)
Makefile.in (+97/-73)
README (+4/-6)
TODO (+11/-1)
aclocal.m4 (+246/-165)
ar-lib (+9/-4)
compile (+62/-29)
config.guess (+12/-4)
config.sub (+13/-6)
configure (+837/-784)
configure.ac (+8/-9)
debian/changelog (+10/-0)
debian/control (+4/-3)
debian/rules (+11/-5)
depcomp (+72/-52)
doc/Makefile.in (+48/-12)
doc/powertop.8 (+9/-6)
po/Makevars (+1/-1)
po/ca.po (+160/-122)
po/cs_CZ.po (+175/-139)
po/de_DE.po (+243/-197)
po/en_GB.po (+166/-130)
po/en_US.po (+162/-127)
po/es_ES.po (+161/-123)
po/hu_HU.po (+162/-123)
po/id_ID.po (+158/-120)
po/nl_NL.po (+155/-120)
po/powertop.pot (+145/-110)
po/zh_TW.po (+161/-123)
src/Makefile.am (+12/-8)
src/Makefile.in (+283/-120)
src/cpu/abstract_cpu.cpp (+67/-21)
src/cpu/cpu.cpp (+243/-358)
src/cpu/cpu.h (+22/-21)
src/cpu/cpu_core.cpp (+0/-98)
src/cpu/cpu_linux.cpp (+71/-110)
src/cpu/cpu_package.cpp (+8/-95)
src/cpu/cpu_rapl_device.cpp (+74/-0)
src/cpu/cpu_rapl_device.h (+57/-0)
src/cpu/cpudevice.cpp (+14/-0)
src/cpu/cpudevice.h (+5/-1)
src/cpu/dram_rapl_device.cpp (+75/-0)
src/cpu/dram_rapl_device.h (+57/-0)
src/cpu/intel_cpus.cpp (+27/-287)
src/cpu/intel_cpus.h (+10/-21)
src/cpu/intel_gpu.cpp (+2/-2)
src/cpu/rapl/rapl_interface.cpp (+611/-0)
src/cpu/rapl/rapl_interface.h (+85/-0)
src/css.h (+18/-8)
src/csstoh.c (+0/-69)
src/devices/ahci.cpp (+18/-8)
src/devices/ahci.h (+1/-0)
src/devices/alsa.cpp (+1/-6)
src/devices/backlight.cpp (+2/-0)
src/devices/device.cpp (+41/-77)
src/devices/device.h (+0/-4)
src/devices/gpu_rapl_device.cpp (+70/-0)
src/devices/gpu_rapl_device.h (+57/-0)
src/devices/i915-gpu.cpp (+21/-0)
src/devices/i915-gpu.h (+5/-1)
src/devices/network.cpp (+1/-1)
src/devices/rfkill.cpp (+3/-2)
src/devices/runtime_pm.cpp (+4/-4)
src/devlist.cpp (+18/-34)
src/display.cpp (+81/-80)
src/display.h (+20/-5)
src/lib.cpp (+75/-5)
src/lib.h (+7/-11)
src/main.cpp (+33/-37)
src/measurement/measurement.cpp (+14/-9)
src/parameters/parameters.cpp (+25/-17)
src/parameters/parameters.h (+1/-1)
src/perf/perf.cpp (+8/-4)
src/powertop.css (+18/-8)
src/process/do_process.cpp (+103/-129)
src/process/process.cpp (+2/-1)
src/process/timer.cpp (+4/-0)
src/process/work.cpp (+4/-0)
src/report.cpp (+0/-244)
src/report.h (+0/-46)
src/report/report-formatter-base.cpp (+116/-0)
src/report/report-formatter-base.h (+52/-0)
src/report/report-formatter-csv.cpp (+224/-0)
src/report/report-formatter-csv.h (+85/-0)
src/report/report-formatter-html.cpp (+465/-0)
src/report/report-formatter-html.h (+116/-0)
src/report/report-formatter.h (+65/-0)
src/report/report-maker.cpp (+331/-0)
src/report/report-maker.h (+210/-0)
src/report/report.cpp (+198/-0)
src/report/report.h (+46/-0)
src/tuning/.deps/powertop-bluetooth.Po (+1/-464)
src/tuning/.deps/powertop-cpufreq.Po (+1/-421)
src/tuning/.deps/powertop-ethernet.Po (+1/-501)
src/tuning/.deps/powertop-iw.Po (+1/-310)
src/tuning/.deps/powertop-runtime.Po (+1/-429)
src/tuning/.deps/powertop-tunable.Po (+1/-245)
src/tuning/.deps/powertop-tuning.Po (+1/-355)
src/tuning/.deps/powertop-tuningsysfs.Po (+1/-361)
src/tuning/.deps/powertop-tuningusb.Po (+1/-389)
src/tuning/.deps/powertop-wifi.Po (+1/-393)
src/tuning/cpufreq.cpp (+6/-5)
src/tuning/nl80211.h (+3/-3)
src/tuning/tuning.cpp (+55/-128)
src/tuning/tuningsysfs.cpp (+39/-0)
src/tuning/tuningsysfs.h (+1/-1)
src/tuning/wifi.cpp (+2/-2)
traceevent/Makefile.in (+78/-30)
To merge this branch: bzr merge lp://qastaging/~noskcaj/ubuntu/saucy/powertop/2.4
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+180242@code.qastaging.launchpad.net

Description of the change

New upstream release

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded. Can you please follow up on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685607 to get it included in Debian too?

review: Approve

Unmerged revisions

23. By Jackson Doak

* New upstream release 2.4
* debian/control:
  - Bump standards version to 3.9.4
  - Remove build-depends on cdbs
* Switch to debhelper only (fixes lintian errors and simplifies build)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: