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
|
Source: lm-sensors
Section: utils
Priority: extra
Build-Depends: bison, flex, librrd2-dev, libsysfs-dev (>= 2.0.0), debhelper (>= 4.1.16)
Maintainer: Aurelien Jarno <aurel32@debian.org>
Standards-Version: 3.8.0
Homepage: http://www.lm-sensors.org
Package: libsensors3
Architecture: any
Depends: makedev (>= 2.3.1-45) | udev, ucf (>= 0.28), ${shlibs:Depends}, ${misc:Depends}
Conflicts: lm-sensors (<< 1:2.10.5-4)
Priority: optional
Suggests: lm-sensors
Section: libs
Description: library to read temperature/voltage/fan sensors
Lm-sensors is a hardware health monitoring package for Linux. It allows you
to access information from temperature, voltage, and fan speed sensors. It
works with most newer systems.
.
This package contains a shared library for querying lm-sensors.
Package: libsensors-dev
Architecture: any
Depends: libsensors3 (= ${binary:Version}), ${misc:Depends}
Conflicts: libsensors3 (<= 2.8.6-1)
Section: libdevel
Description: lm-sensors development kit
Lm-sensors is a hardware health monitoring package for Linux. It allows you
to access information from temperature, voltage, and fan speed sensors. It
works with most newer systems.
.
This package contains the static library and header files used in
development. This is the old version of the library here for compatibility
reasons. For new developments use libsensors4-dev instead.
|