Source: auto-cpufreq
Section: utils
Priority: optional
Maintainer: Emfox Zhou <emfox@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-poetry-core,
 python3-build,
 python3-installer,
 python3-click,
 python3-distro,
 python3-psutil,
 python3-requests,
 python3-urwid,
 python3-pyinotify,
 python3-gi,
Standards-Version: 4.7.2
Homepage: https://github.com/AdnanHodzic/auto-cpufreq
Vcs-Browser: https://salsa.debian.org/debian/auto-cpufreq
Vcs-Git: https://salsa.debian.org/debian/auto-cpufreq.git -b debian/latest
Rules-Requires-Root: no

Package: auto-cpufreq
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
 python3-psutil,
 python3-click,
 python3-distro,
 python3-requests,
 python3-urwid,
 python3-pyinotify,
Recommends:
 python3-gi,
Description: Automatic CPU speed and power optimizer for Linux
 auto-cpufreq is an automatic CPU speed and power optimizer for Linux. It
 monitors a laptop's battery state, CPU usage, CPU temperature and system
 load, and adjusts the CPU frequency-scaling governor and turbo-boost
 setting automatically to improve battery life without sacrificing
 responsiveness.
 .
 Features:
  * live monitoring of CPU frequency (total and per-core), usage,
    temperature, battery state and system load;
  * automatic governor and turbo-boost management based on the above;
  * a persistent systemd daemon for always-on optimization;
  * an optional GTK GUI (auto-cpufreq-gtk, needs python3-gi).
