added vcs fields
[psensor.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                cppcheck,
10                debhelper (>= 9),
11                gettext,
12                help2man,
13                libatasmart-dev [!hurd-any !kfreebsd-any],
14                libcurl4-gnutls-dev,
15                libgconf2-dev,
16                libgtk-3-dev,
17                libgtop2-dev,
18                libjson-c-dev,
19                libmicrohttpd-dev,
20                libnotify-dev,
21                libsensors4-dev,
22                perl
23 Standards-Version: 3.9.4
24 Vcs-Browser: http://wpitchoune.net/svnpub/psensor/trunk/debian
25 Vcs-Svn: http://wpitchoune.net/svnpub/psensor/trunk/debian
26 Homepage: http://wpitchoune.net/psensor
27
28 Package: psensor
29 Architecture: any
30 Depends: psensor-common (= ${source:Version}),
31          ${misc:Depends},
32          ${shlibs:Depends}
33 Recommends: hddtemp
34 Description: display graphs for monitoring hardware temperature
35  Psensor is a GTK+ application for monitoring hardware sensors,
36  including temperatures and fan speeds.
37  .
38  It displays a curve for each sensor, alerts user using Desktop Notification
39  and Application Indicator when a temperature is too high.
40  .
41  It can monitor:
42   * the temperature of the motherboard and CPU sensors (using lm-sensors).
43   * the temperature of the NVidia GPUs (using XNVCtrl).
44   * the temperature of the Hard Disk Drives (using hddtemp or atasmart lib).
45   * the rotation speed of the fans (using lm-sensors).
46   * the sensors of a remote computer (using psensor-server).
47  .
48
49 Package: psensor-server
50 Architecture: any
51 Depends: libjs-jquery,
52          psensor-common (= ${source:Version}),
53          ${misc:Depends},
54          ${shlibs:Depends}
55 Recommends: hddtemp
56 Description: Psensor server for monitoring hardware sensors remotely
57  Psensor server is an HTTP server providing a JSON Web service which can be
58  used by Psensor GTK+ Application to monitor remotely the hardware sensors
59  of a computer.
60  .
61  It can provide information about:
62   * the temperature of the motherboard and CPU sensors (using lm-sensors).
63   * the temperature of the NVidia GPUs (using XNVCtrl).
64   * the temperature of the Hard Disk Drives (using hddtemp).
65   * the rotation speed of the fans (using lm-sensors).
66  .
67  It is also possible to connect to Psensor server with a browser, a simple
68  Web page is displaying the information.
69  .
70
71 Package: psensor-common
72 Architecture: all
73 Depends: ${misc:Depends}
74 Description: common files for Psensor and Psensor server
75  It contains languages packs for both Psensor and Psensor server, and the
76  FAQ.
77  .