3471ca4ed35c10e9bfe0d76fabf203b87ed68b86
[psensor.git] / ubuntu-packaging / 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                debhelper (>= 9),
10                cppcheck
11                gettext,
12                help2man,
13                libappindicator3-dev,
14                libatasmart-dev,
15                libcurl4-gnutls-dev,
16                libgconf2-dev,
17                libgtk-3-dev,
18                libgtop2-dev,
19                libjson0-dev,
20                libmicrohttpd-dev,
21                libnotify-dev,
22                libsensors4-dev,
23                libunity-dev,
24                nvidia-settings,
25                perl
26 Standards-Version: 3.9.3
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).
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 languages packs for both Psensor and Psensor server.
77  .