switched to 3.9.3
[psensor.git] / debian / control
1 Source: psensor
2 Section: utils
3 Priority: extra
4 Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
5 Build-Depends: autoconf,
6                automake,
7                autopoint,
8                debhelper (>= 7.0.50~),
9                gettext,
10                help2man,
11                libatasmart-dev,
12                libcurl4-openssl-dev,
13                libgconf2-dev,
14                libgtk-3-dev,
15                libgtop2-dev,
16                libjson0-dev,
17                libmicrohttpd-dev,
18                libnotify-dev,
19                libsensors4-dev,
20                perl
21 Standards-Version: 3.9.3
22 Homepage: http://wpitchoune.net/psensor
23
24 Package: psensor
25 Architecture: any
26 Depends: psensor-common (= ${source:Version}),
27          ${misc:Depends},
28          ${shlibs:Depends}
29 Recommends: hddtemp
30 Description: display graphs for monitoring hardware temperature
31  Psensor is a GTK+ application for monitoring hardware sensors,
32  including temperatures and fan speeds.
33  .
34  It displays a curve for each sensor, alerts user using Desktop Notification
35  and Application Indicator when a temperature is too high.
36  .
37  It can monitor:
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   * the sensors of a remote computer (using psensor-server).
43  .
44
45 Package: psensor-server
46 Architecture: any
47 Depends: libjs-jquery,
48          psensor-common (= ${source:Version}),
49          ${misc:Depends},
50          ${shlibs:Depends}
51 Recommends: hddtemp
52 Description: Psensor server for monitoring hardware sensors remotely
53  Psensor server is an HTTP server providing a JSON Web service which can be
54  used by Psensor GTK+ Application to monitor remotely the hardware sensors
55  of a computer.
56  .
57  It can provide information about:
58   * the temperature of the motherboard and CPU sensors (using lm-sensors).
59   * the temperature of the NVidia GPUs (using XNVCtrl).
60   * the temperature of the Hard Disk Drives (using hddtemp).
61   * the rotation speed of the fans (using lm-sensors).
62  .
63  It is also possible to connect to Psensor server with a browser, a simple
64  Web page is displaying the information.
65  .
66
67 Package: psensor-common
68 Architecture: all
69 Depends: ${misc:Depends}
70 Description: common files for Psensor and Psensor server
71  It contains languages packs for both Psensor and Psensor server.
72  .