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
|
Source: cpufrequtils
Section: admin
Priority: optional
Maintainer: Mattia Dongili <malattia@debian.org>
Build-Depends: debhelper (>= 4.0.0), libsysfs-dev (>= 1.0.0), libtool
Standards-Version: 3.7.2
Package: cpufrequtils
Architecture: any
Section: admin
Depends: ${shlibs: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.
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 (= ${Source-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.
|