File: control

package info (click to toggle)
intel-lpmd 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 524 kB
  • sloc: ansic: 6,236; xml: 286; makefile: 102; sh: 78
file content (35 lines) | stat: -rw-r--r-- 1,128 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: intel-lpmd
Section: admin
Priority: optional
Maintainer: Colin Ian King <colin.i.king@gmail.com>
Build-Depends:
 automake,
 autoconf-archive,
 debhelper-compat (= 13),
 gtk-doc-tools,
 libdbus-glib-1-dev,
 libglib2.0-dev,
 libnl-3-dev,
 libnl-genl-3-dev,
 libsystemd-dev,
 libupower-glib-dev,
 libxml2-dev,
 systemd-dev
Standards-Version: 4.7.2
Homepage: https://github.com/intel/intel-lpmd
Rules-Requires-Root: no
Vcs-Git: https://github.com/intel/intel-lpmd.git
Vcs-Browser: https://github.com/intel/intel-lpmd/tree/main/

Package: intel-lpmd
Architecture: amd64
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Intel Low Power Model Daemon
 Intel Low Power Model Daemon is a Linux daemon used to optimize active idle
 power. It selects a set of most power efficient CPUs based on configuration
 file or CPU topology. Based on system utilization and other hints, it puts the
 system into Low Power Mode by activate the power efficient CPUs and disable the
 rest, and restore the system from Low Power Mode by activating all CPUs.
 .
 This package contains the Intel Low Power Model Daemon.