summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..46c33fa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: powertop
+Section: utils
+Priority: optional
+Maintainer: Kan-Ru Chen (陳侃如) <koster@debian.org>
+Uploaders: Ross Vandegrift <rvandegrift@debian.org>
+Build-Depends: debhelper-compat (= 13),
+ libncurses-dev,
+ libnl-3-dev,
+ libnl-genl-3-dev,
+ libpci-dev,
+ pkgconf,
+ autoconf-archive
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/debian/powertop.git
+Vcs-Browser: https://salsa.debian.org/debian/powertop
+Homepage: https://github.com/fenrus75/powertop
+Rules-Requires-Root: no
+
+Package: powertop
+Architecture: linux-any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: cpufrequtils, laptop-mode-tools
+Description: diagnose issues with power consumption and management
+ PowerTOP is a Linux tool to diagnose issues with power consumption and
+ power management. In addition to being a diagnostic tool, PowerTOP also
+ has an interactive mode you can use to experiment with various power
+ management settings, for cases where the Linux distribution has not
+ enabled those settings.
+ .
+ PowerTOP reports which components in the system are most likely to blame
+ for higher-than-needed power consumption, ranging from software
+ applications to active components in the system. Detailed screens are
+ available for CPU C and P states, device activity, and software activity.