added gsettings schema.
[psensor-pkg-ubuntu.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                libgtk-3-dev,
18                libgtop2-dev,
19                libjson-c-dev,
20                libmicrohttpd-dev,
21                libnotify-dev,
22                libsensors4-dev,
23                libunity-dev,
24                nvidia-settings [i386 amd64],
25                perl
26 Standards-Version: 3.9.5
27 Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git
28 Vcs-Git: git://git.wpitchoune.net/psensor-pkg-ubuntu.git
29 Homepage: http://wpitchoune.net/psensor
30
31 Package: psensor
32 Architecture: any
33 Depends: psensor-common (= ${source:Version}),
34          ${misc:Depends},
35          ${shlibs:Depends}
36 Recommends: hddtemp
37 Description: display graphs for monitoring hardware temperature
38  Psensor is a GTK+ application for monitoring hardware sensors,
39  including temperatures and fan speeds.
40  .
41  It displays a curve for each sensor, alerts user using Desktop Notification
42  and Application Indicator when a temperature is too high.
43  .
44  It can monitor:
45   * the temperature of the motherboard and CPU sensors (using lm-sensors).
46   * the temperature of the NVidia GPUs (using XNVCtrl).
47   * the temperature of the Hard Disk Drives (using hddtemp or atasmart lib).
48   * the rotation speed of the fans (using lm-sensors).
49   * the sensors of a remote computer (using psensor-server).
50  .
51
52 Package: psensor-server
53 Architecture: any
54 Depends: libjs-jquery,
55          psensor-common (= ${source:Version}),
56          ${misc:Depends},
57          ${shlibs:Depends}
58 Recommends: hddtemp
59 Description: Psensor server for monitoring hardware sensors remotely
60  Psensor server is an HTTP server providing a JSON Web service which can be
61  used by Psensor GTK+ Application to monitor remotely the hardware sensors
62  of a computer.
63  .
64  It can provide information about:
65   * the temperature of the motherboard and CPU sensors (using lm-sensors).
66   * the temperature of the NVidia GPUs (using XNVCtrl).
67   * the temperature of the Hard Disk Drives (using hddtemp).
68   * the rotation speed of the fans (using lm-sensors).
69  .
70  It is also possible to connect to Psensor server with a browser, a simple
71  Web page is displaying the information.
72  .
73
74 Package: psensor-common
75 Architecture: all
76 Depends: ${misc:Depends}
77 Description: common files for Psensor and Psensor server
78  It contains:
79   * the languages packs,
80   * the README,
81   * and the FAQ.
82  This package is required by psensor and psensor-server packages.
83  .