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