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