File: control

package info (click to toggle)
cpufrequtils 007-1%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 608 kB
  • ctags: 433
  • sloc: ansic: 3,421; sh: 393; makefile: 289
file content (34 lines) | stat: -rw-r--r-- 1,202 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
Source: cpufrequtils
Section: admin
Priority: optional
Maintainer: Mattia Dongili <malattia@debian.org>
Build-Depends: debhelper (>= 6), libtool
Standards-Version: 3.8.4
Homepage: http://kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html

Package: cpufrequtils
Architecture: any
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 enables CPUFreq at boot time if the correct CPU
 driver is found.

Package: libcpufreq0
Architecture: any
Section: libs
Depends: ${misc: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: libcpufreq0 (= ${binary:Version}), ${misc:Depends}
Description: development files to deal with the cpufreq Linux kernel feature
 This package provides everything that is needed for developing own
 programs using libcpufreq.