f3724ce9ba5ba10a229a4a6989ac6c8542ebd9de
[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                autotools-dev,
10                cppcheck,
11                debhelper (>= 9),
12                gettext,
13                help2man,
14                libatasmart-dev [!hurd-any !kfreebsd-any],
15                libcurl4-gnutls-dev,
16                libgconf2-dev,
17                libgtk-3-dev,
18                libgtop2-dev,
19                libjson-c-dev,
20                libmicrohttpd-dev,
21                libnotify-dev,
22                libsensors4-dev,
23                perl
24 Standards-Version: 3.9.5
25 Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git
26 Vcs-Git: git://git.wpitchoune.net/psensor-pkg-debian.git
27 Homepage: http://wpitchoune.net/psensor
28
29 Package: psensor
30 Architecture: any
31 Depends: psensor-common (= ${source:Version}),
32          ${misc:Depends},
33          ${shlibs:Depends}
34 Recommends: hddtemp
35 Description: display graphs for monitoring hardware temperature
36  Psensor is a GTK+ application for monitoring hardware sensors,
37  including temperatures and fan speeds.
38  .
39  It displays a curve for each sensor, alerts user using Desktop Notification
40  and Application Indicator when a temperature is too high.
41  .
42  It can monitor:
43   * the temperature of the motherboard and CPU sensors (using lm-sensors).
44   * the temperature of the NVidia GPUs (using XNVCtrl).
45   * the temperature of the Hard Disk Drives (using hddtemp or atasmart lib).
46   * the rotation speed of the fans (using lm-sensors).
47   * the sensors of a remote computer (using psensor-server).
48  .
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
72 Package: psensor-common
73 Architecture: all
74 Depends: ${misc:Depends}
75 Description: common files for Psensor and Psensor server
76  It contains:
77   * the languages packs,
78   * the README,
79   * and the FAQ.
80  This package is required by psensor and psensor-server packages.
81  .