removed lua support, monitoring page is now using jquery and json http requests
[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~),autoconf,automake,gettext,autopoint,libgtk2.0-dev,libgconf2-dev,libnotify-dev,libsensors4-dev,help2man,libcurl4-openssl-dev,libjson0-dev,libmicrohttpd-dev,libgtop2-dev,perl
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  Psensor server is an HTTP server providing a JSON Web service which can be
34  used by Psensor GTK+ Application to monitor remotely the hardware sensors
35  of a computer.
36  .
37  It can provide information about:
38   * the temperature of the motherboard and CPU sensors (using lm-sensors).
39   * the temperature of the NVidia GPUs (using XNVCtrl).
40   * the temperature of the Hard Disk Drives (using hddtemp).
41   * the rotation speed of the fans (using lm-sensors).
42  .
43  It is also possible to connect to Psensor server with a browser, a simple
44  Web page is displaying the information.
45  .
46
47 Package: psensor-common
48 Architecture: all
49 Depends: ${misc:Depends}
50 Description: common files for Psensor and Psensor server
51  It contains languages packs for both Psensor and Psensor server.
52  .