File: control

package info (click to toggle)
tuned 2.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,280 kB
  • sloc: python: 14,045; sh: 836; makefile: 216; ansic: 178
file content (110 lines) | stat: -rw-r--r-- 4,102 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Source: tuned
Section: admin
Priority: optional
Maintainer: Evgeni Golov <evgeni@debian.org>
Build-Depends: asciidoctor,
               debhelper-compat (= 13),
               desktop-file-utils,
               dh-python,
               ethtool,
               hdparm,
               linux-perf,
               pkgconf,
               python3-all,
               python3-dbus,
               python3-gi,
               python3-pyudev,
               systemd-dev,
Standards-Version: 4.7.2
Homepage: https://tuned-project.org/
Vcs-Git: https://salsa.debian.org/debian/tuned.git
Vcs-Browser: https://salsa.debian.org/debian/tuned

Package: tuned
Architecture: all
Depends: dbus,
         ethtool,
         gawk,
         polkitd,
         procps,
         python3-dbus,
         python3-linux-procfs,
         python3-gi,
         python3-pyudev,
         virt-what,
         ${misc:Depends},
         ${python3:Depends}
Recommends: linux-cpupower, linux-perf, dmidecode, hdparm, iproute2, kmod
Description: daemon for monitoring and adaptive tuning of system devices
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.

Package: tuned-gtk
Architecture: all
Depends: gir1.2-gtk-3.0,
         pkexec,
         powertop,
         python3-gi,
         tuned (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Replaces: tuned (<< 2.20.0-1~)
Description: GTK+ GUI for tuned
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.
 .
 This package contains the GTK+ GUI that can control tuned and provides simple
 profile editor.

Package: tuned-ppd
Architecture: all
Depends: tuned (= ${binary:Version}),
         python3-pyinotify,
         ${misc:Depends},
         ${python3:Depends}
Conflicts: power-profiles-daemon
Provides: power-profiles-daemon
Description: PPD compatibility daemon
 An API translation daemon that allows applications to easily transition
 to TuneD from power-profiles-daemon (PPD).

Package: tuned-utils
Architecture: all
Depends: powertop,
         tuned (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: various tuned utilities
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.
 .
 This package contains utilities that can help you to fine tune and
 debug your system and manage tuned profiles.

Package: tuned-utils-systemtap
Architecture: all
Depends: systemtap,
         tuned (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: disk and net statistic monitoring systemtap scripts
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.
 .
 This package contains several systemtap scripts to allow detailed
 manual monitoring of the system. Instead of the typical IO/sec it collects
 minimal, maximal and average time between operations to be able to
 identify applications that behave power inefficient (many small operations
 instead of fewer large ones).