import psensor trunk from private svn
[psensor.git] / debian / control
1 Source: psensor
2 Section: utils
3 Priority: optional
4 Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
5 Build-Depends: debhelper (>= 7.0.50~),libgtk2.0-dev,libgconf2-dev,libnotify-dev,libsensors4-dev,nvidia-settings,help2man,libcurl4-openssl-dev,libjson0-dev,liblua5.1-0-dev,libmicrohttpd-dev,libgtop2-dev,perl,libappindicator-dev
6 Standards-Version: 3.9.1
7 Homepage: http://wpitchoune.net/psensor
8
9 Package: psensor
10 Architecture: any
11 Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
12 Recommends: hddtemp
13 Description: Display graphs for monitoring hardware temperature.
14  Psensor is a GTK application for monitoring hardware sensors,
15  including temperatures and fan speeds.
16  .
17  It displays a curve for each sensor, alerts user using Desktop Notification
18  and Application Indicator when a temperature is too high. 
19  .
20  It can monitor:
21   * the temperature of the motherboard and CPU sensors (using lm-sensors).
22   * the temperature of the NVidia GPUs (using XNVCtrl).
23   * the temperature of the Hard Disk Drives (using hddtemp).
24   * the rotation speed of the fans (using lm-sensors).
25   * the sensors of a remote computer (using psensor-server).
26  . 
27
28 Package: psensor-server
29 Architecture: any
30 Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
31 Recommends: hddtemp
32 Description: Psensor server for monitoring hardware sensors remotely.
33  .
34  Psensor server is an HTTP server providing a JSON Web service which can be
35  used by Psensor GTK Application to monitor remotely the hardware sensors
36  of a computer.
37  .
38  It can provide information about:
39   * the temperature of the motherboard and CPU sensors (using lm-sensors).
40   * the temperature of the NVidia GPUs (using XNVCtrl).
41   * the temperature of the Hard Disk Drives (using hddtemp).
42   * the rotation speed of the fans (using lm-sensors).
43  .
44  It is also possible to connect to Psensor server with a browser, a simple
45  Web page is displaying the information.
46  .
47
48 Package: psensor-common
49 Architecture: all
50 Depends: ${misc:Depends}
51 Description: Common files for Psensor and Psensor server.
52  . 
53  It contains languages packs for both Psensor and Psensor server.
54  .