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