Merge tag 'upstream/1.0.3'
[psensor-pkg-ubuntu.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                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                libgconf2-dev,
18                libgtk-3-dev,
19                libgtop2-dev,
20                libjson-c-dev,
21                libmicrohttpd-dev,
22                libnotify-dev,
23                libsensors4-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
53 Package: psensor-server
54 Architecture: any
55 Depends: libjs-jquery,
56          psensor-common (= ${source:Version}),
57          ${misc:Depends},
58          ${shlibs:Depends}
59 Recommends: hddtemp
60 Description: Psensor server for monitoring hardware sensors remotely
61  Psensor server is an HTTP server providing a JSON Web service which can be
62  used by Psensor GTK+ Application to monitor remotely the hardware sensors
63  of a computer.
64  .
65  It can provide information about:
66   * the temperature of the motherboard and CPU sensors (using lm-sensors).
67   * the temperature of the NVidia GPUs (using XNVCtrl).
68   * the temperature of the Hard Disk Drives (using hddtemp).
69   * the rotation speed of the fans (using lm-sensors).
70  .
71  It is also possible to connect to Psensor server with a browser, a simple
72  Web page is displaying the information.
73  .
74
75 Package: psensor-common
76 Architecture: all
77 Depends: ${misc:Depends}
78 Description: common files for Psensor and Psensor server
79  It contains:
80   * the languages packs,
81   * the README,
82   * and the FAQ.
83  This package is required by psensor and psensor-server packages.
84  .