f2aa0c73b59c4d0833508fd163ecc69b11d812bb
[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: 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
51 Package: psensor-server
52 Architecture: any
53 Depends: libjs-jquery,
54          psensor-common (= ${source:Version}),
55          ${misc:Depends},
56          ${shlibs:Depends}
57 Recommends: hddtemp
58 Description: Psensor server for monitoring hardware sensors remotely
59  Psensor server is an HTTP server providing a JSON Web service which can be
60  used by Psensor GTK+ Application to monitor remotely the hardware sensors
61  of a computer.
62  .
63  It can provide information about:
64   * the temperature of the motherboard and CPU sensors (using lm-sensors).
65   * the temperature of the NVidia GPUs (using XNVCtrl).
66   * the temperature of the Hard Disk Drives (using hddtemp).
67   * the rotation speed of the fans (using lm-sensors).
68  .
69  It is also possible to connect to Psensor server with a browser, a simple
70  Web page is displaying the information.
71  .
72
73 Package: psensor-common
74 Architecture: all
75 Depends: ${misc:Depends}
76 Description: common files for Psensor and Psensor server
77  It contains:
78   * the languages packs,
79   * the README,
80   * and the FAQ.
81  This package is required by psensor and psensor-server packages.
82  .