~mmach/netext73/lm-sensors

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: mmach
  • Date: 2020-02-05 20:28:34 UTC
  • Revision ID: netbit73@gmail.com-20200205202834-zc3sla47j9e700w5
3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: lm-sensors
 
2
Section: utils
 
3
Priority: optional
 
4
Build-Depends: debhelper-compat (= 12), bison, flex
 
5
Rules-Requires-Root: no
 
6
Standards-Version: 4.4.1
 
7
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
8
XSBC-Original-Maintainer: Aurelien Jarno <aurel32@debian.org>
 
9
Homepage: https://hwmon.wiki.kernel.org/lm_sensors
 
10
 
 
11
Package: lm-sensors
 
12
Architecture: linux-any
 
13
Section: utils
 
14
Depends: sed (>= 4.0.5-1), lsb-base (>= 3.2-13), ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
 
15
Suggests: fancontrol, read-edid, i2c-tools
 
16
Description: utilities to read temperature/voltage/fan sensors
 
17
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 
18
 to access information from temperature, voltage, and fan speed sensors. It
 
19
 works with most newer systems.
 
20
 .
 
21
 This package contains programs to help you set up and read data from
 
22
 lm-sensors.
 
23
 
 
24
Package: libsensors-config
 
25
Architecture: all
 
26
Multi-Arch: foreign
 
27
Pre-Depends: ${misc:Pre-Depends}
 
28
Depends: ${misc:Depends}
 
29
Priority: optional
 
30
# After 20.04 release this delta can be removed, we want to keep the upgrade as
 
31
# smooth as possible from 18.04
 
32
Conflicts: libsensors4
 
33
Replaces: libsensors4
 
34
Suggests: lm-sensors
 
35
Description: lm-sensors configuration files
 
36
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 
37
 to access information from temperature, voltage, and fan speed sensors. It
 
38
 works with most newer systems.
 
39
 .
 
40
 This library is only functional with a Linux kernel, it is provided on
 
41
 non-Linux systems for portability reasons only.
 
42
 .
 
43
 This package contains the configuration files.
 
44
 
 
45
Package: libsensors5
 
46
Architecture: any
 
47
Multi-Arch: same
 
48
Pre-Depends: ${misc:Pre-Depends}
 
49
Depends: libsensors-config, ${shlibs:Depends}, ${misc:Depends}
 
50
Priority: optional
 
51
Suggests: lm-sensors
 
52
Section: libs
 
53
Description: library to read temperature/voltage/fan sensors
 
54
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 
55
 to access information from temperature, voltage, and fan speed sensors. It
 
56
 works with most newer systems.
 
57
 .
 
58
 This library is only functional with a Linux kernel, it is provided on
 
59
 non-Linux systems for portability reasons only.
 
60
 .
 
61
 This package contains a shared library for querying lm-sensors.
 
62
 
 
63
Package: libsensors4-dev
 
64
Architecture: any
 
65
Multi-Arch: same
 
66
Pre-Depends: ${misc:Pre-Depends}
 
67
Depends: libsensors5 (= ${binary:Version}), ${misc:Depends}
 
68
Provides: libsensors-dev
 
69
Section: libdevel
 
70
Description: lm-sensors development kit
 
71
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 
72
 to access information from temperature, voltage, and fan speed sensors. It
 
73
 works with most newer systems.
 
74
 .
 
75
 This library is only functional with a Linux kernel, it is provided on
 
76
 non-Linux systems for portability reasons only.
 
77
 .
 
78
 This package contains the static library and header files used in
 
79
 development.
 
80
 
 
81
Package: fancontrol
 
82
Architecture: all
 
83
Section: utils
 
84
Pre-Depends: ${misc:Pre-Depends}
 
85
Depends: lsb-base (>= 3.2-13), ${misc:Depends}
 
86
Description: utility to control the fan speed
 
87
 Lm-sensors is a hardware health monitoring package for Linux. It allows you
 
88
 to access information from temperature, voltage, and fan speed sensors. It
 
89
 works with most newer systems.
 
90
 .
 
91
 This package contains a daemon that calculates fan speeds from temperatures
 
92
 and sets the corresponding PWM outputs to the computed values. This is
 
93
 useful when this feature is not provided by the BIOS or ACPI, which should
 
94
 normally be the case on a laptop.