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