added debian dir
[psensor-pkg-ubuntu.git] / debian / control
1 Source: psensor
2 Section: utils
3 Priority: extra
4 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5 XSBC-Original-Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
6 Build-Depends: asciidoc,
7                autoconf,
8                automake1.11,
9                autopoint,
10                    autotools-dev,
11                cppcheck,
12                debhelper (>= 9),
13                gettext,
14                help2man,
15                libappindicator3-dev,
16                libatasmart-dev [!hurd-any !kfreebsd-any],
17                libcurl4-gnutls-dev,
18                libgconf2-dev,
19                libgtk-3-dev,
20                libgtop2-dev,
21                libjson0-dev,
22                libmicrohttpd-dev,
23                libnotify-dev,
24                libsensors4-dev,
25                libunity-dev,
26                nvidia-settings [i386 amd64],
27                perl
28 Standards-Version: 3.9.4
29 Vcs-Browser: http://wpitchoune.net/svnpub/packages/ubuntu/psensor/trunk
30 Vcs-Svn: http://wpitchoune.net/svnpub/packages/ubuntu/psensor/trunk
31 Homepage: http://wpitchoune.net/psensor
32
33 Package: psensor
34 Architecture: any
35 Depends: psensor-common (= ${source:Version}),
36          ${misc:Depends},
37          ${shlibs:Depends}
38 Recommends: hddtemp
39 Description: display graphs for monitoring hardware temperature
40  Psensor is a GTK+ application for monitoring hardware sensors,
41  including temperatures and fan speeds.
42  .
43  It displays a curve for each sensor, alerts user using Desktop Notification
44  and Application Indicator when a temperature is too high.
45  .
46  It can monitor:
47   * the temperature of the motherboard and CPU sensors (using lm-sensors).
48   * the temperature of the NVidia GPUs (using XNVCtrl).
49   * the temperature of the Hard Disk Drives (using hddtemp or atasmart lib).
50   * the rotation speed of the fans (using lm-sensors).
51   * the sensors of a remote computer (using psensor-server).
52  .
53
54 Package: psensor-server
55 Architecture: any
56 Depends: libjs-jquery,
57          psensor-common (= ${source:Version}),
58          ${misc:Depends},
59          ${shlibs:Depends}
60 Recommends: hddtemp
61 Description: Psensor server for monitoring hardware sensors remotely
62  Psensor server is an HTTP server providing a JSON Web service which can be
63  used by Psensor GTK+ Application to monitor remotely the hardware sensors
64  of a computer.
65  .
66  It can provide information about:
67   * the temperature of the motherboard and CPU sensors (using lm-sensors).
68   * the temperature of the NVidia GPUs (using XNVCtrl).
69   * the temperature of the Hard Disk Drives (using hddtemp).
70   * the rotation speed of the fans (using lm-sensors).
71  .
72  It is also possible to connect to Psensor server with a browser, a simple
73  Web page is displaying the information.
74  .
75
76 Package: psensor-common
77 Architecture: all
78 Depends: ${misc:Depends}
79 Description: common files for Psensor and Psensor server
80  It contains:
81   * the languages packs,
82   * the README,
83   * and the FAQ.
84  This package is required by psensor and psensor-server packages.
85  .