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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: psensor
Section: utils
Priority: optional
Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
Build-Depends: asciidoc,
autoconf,
automake,
autopoint,
dh-autoreconf,
cppcheck,
debhelper (>= 9),
gettext,
help2man,
libayatana-appindicator3-dev,
libatasmart-dev [!hurd-any !kfreebsd-any],
libcurl4-gnutls-dev,
libgtk-3-dev,
libgtop2-dev,
libjson-c-dev,
libmicrohttpd-dev,
libnotify-dev,
libsensors-dev,
libudisks2-dev [!kfreebsd-any],
libxnvctrl-dev [i386 amd64] | nvidia-settings [i386 amd64],
perl
Standards-Version: 3.9.8
Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git
Vcs-Git: git://git.wpitchoune.net/psensor-pkg-debian.git
Homepage: http://wpitchoune.net/psensor
Package: psensor
Architecture: any
Depends: psensor-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: display graphs for monitoring hardware temperature
Psensor is a GTK+ application for monitoring hardware sensors,
including temperatures and fan speeds.
.
It displays a curve for each sensor, alerts user using Desktop Notification
and Application Indicator when a temperature is too high.
.
It can monitor:
* the temperature of the motherboard and CPU sensors (using lm-sensors).
* the temperature of the NVidia GPUs (using XNVCtrl).
* the temperature of the Hard Disk Drives (using hddtemp or atasmart lib).
* the rotation speed of the fans (using lm-sensors).
* the sensors of a remote computer (using psensor-server).
Package: psensor-server
Architecture: any
Depends: libjs-jquery,
psensor-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: hddtemp
Description: Psensor server for monitoring hardware sensors remotely
Psensor server is an HTTP server providing a JSON Web service which can be
used by Psensor GTK+ Application to monitor remotely the hardware sensors
of a computer.
.
It can provide information about:
* the temperature of the motherboard and CPU sensors (using lm-sensors).
* the temperature of the NVidia GPUs (using XNVCtrl).
* the temperature of the Hard Disk Drives (using hddtemp).
* the rotation speed of the fans (using lm-sensors).
.
It is also possible to connect to Psensor server with a browser, a simple
Web page is displaying the information.
Package: psensor-common
Architecture: all
Depends: ${misc:Depends}
Description: common files for Psensor and Psensor server
It contains:
* the languages packs,
* the README,
* and the FAQ.
This package is required by psensor and psensor-server packages.
|