3533121fc44a488a071b519271ba4d09a0728909
[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                libudisks2-dev,
24                libunity-dev,
25                nvidia-settings [i386 amd64],
26                perl
27 Standards-Version: 3.9.5
28 Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git
29 Vcs-Git: git://git.wpitchoune.net/psensor-pkg-ubuntu.git
30 Homepage: http://wpitchoune.net/psensor
31
32 Package: psensor
33 Architecture: any
34 Depends: psensor-common (= ${source:Version}),
35          ${misc:Depends},
36          ${shlibs:Depends}
37 Recommends: hddtemp
38 Description: display graphs for monitoring hardware temperature
39  Psensor is a GTK+ application for monitoring hardware sensors,
40  including temperatures and fan speeds.
41  .
42  It displays a curve for each sensor, alerts user using Desktop Notification
43  and Application Indicator when a temperature is too high.
44  .
45  It can monitor:
46   * the temperature of the motherboard and CPU sensors (using lm-sensors).
47   * the temperature of the NVidia GPUs (using XNVCtrl).
48   * the temperature of the Hard Disk Drives (using hddtemp or atasmart lib).
49   * the rotation speed of the fans (using lm-sensors).
50   * the sensors of a remote computer (using psensor-server).
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 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.