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