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
|
Source: cpufrequtils
Section: admin
Priority: optional
Maintainer: Mattia Dongili <malattia@debian.org>
Build-Depends: debhelper (>= 6), libtool
Standards-Version: 3.7.3
Package: cpufrequtils
Architecture: any
Section: admin
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0)
Description: utilities to deal with the cpufreq Linux kernel feature
This package contains two utilities for inspecting and setting the
cpu frequency through both the sysfs and procfs CPUFreq kernel
interfaces.
.
By default it also enable CPUFreq at boot time if the correct cpu
driver is found.
Package: libcpufreq0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: shared library to deal with the cpufreq Linux kernel feature
This library provide an unified method to access the CPUFreq kernel
interface.
Package: libcpufreq-dev
Architecture: any
Section: libdevel
Depends: libsysfs-dev (>= 1.0.0), libcpufreq0 (= ${binary:Version})
Description: development files to deal with the cpufreq Linux kernel feature
This package provides everything that is needed for developing own
programs using libcpufreq.
|