added copyright information about checkpatch.pl
[psensor-pkg-debian.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                libgconf2-dev,
18                libgtk-3-dev,
19                libgtop2-dev,
20                libjson-c-dev,
21                libmicrohttpd-dev,
22                libnotify-dev,
23                libxnvctrl-dev [i386 amd64] | nvidia-settings [i386 amd64],
24                libsensors4-dev,
25                perl
26 Standards-Version: 3.9.5
27 Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git
28 Vcs-Git: git://git.wpitchoune.net/psensor-pkg-debian.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 Package: psensor-server
52 Architecture: any
53 Depends: libjs-jquery,
54          psensor-common (= ${source:Version}),
55          ${misc:Depends},
56          ${shlibs:Depends}
57 Recommends: hddtemp
58 Description: Psensor server for monitoring hardware sensors remotely
59  Psensor server is an HTTP server providing a JSON Web service which can be
60  used by Psensor GTK+ Application to monitor remotely the hardware sensors
61  of a computer.
62  .
63  It can provide information about:
64   * the temperature of the motherboard and CPU sensors (using lm-sensors).
65   * the temperature of the NVidia GPUs (using XNVCtrl).
66   * the temperature of the Hard Disk Drives (using hddtemp).
67   * the rotation speed of the fans (using lm-sensors).
68  .
69  It is also possible to connect to Psensor server with a browser, a simple
70  Web page is displaying the information.
71
72 Package: psensor-common
73 Architecture: all
74 Depends: ${misc:Depends}
75 Description: common files for Psensor and Psensor server
76  It contains:
77   * the languages packs,
78   * the README,
79   * and the FAQ.
80  This package is required by psensor and psensor-server packages.