~jfi/ubuntu/quantal/psensor/new-upstream

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-01-21 22:41:34 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120121224134-mty23d3917ng5ujd
Tags: 0.6.2.16-1ubuntu1
* Merge from Debian testing.  Remaining changes:
  + Modifed build-dep to add NVidia and Application Indicator support
  + Only add an nvidia-settings build-dep on i386 and amd64

* Add a patch to drop the deprecated g_thread_init() call
  - add debian/patches/drop_g_thread_init.patch
  - add debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: psensor
2
2
Section: utils
3
 
Priority: optional
 
3
Priority: extra
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Jean-Philippe Orsini <jeanfi@gmail.com>
6
 
Build-Depends: debhelper (>= 7.0.50~),autoconf,automake,gettext,autopoint,libgtk2.0-dev,libgconf2-dev,libnotify-dev,libsensors4-dev,help2man,libcurl4-openssl-dev,libjson0-dev,liblua5.1-0-dev,libmicrohttpd-dev,libgtop2-dev,perl,libappindicator-dev,nvidia-settings [i386 amd64]
7
 
Standards-Version: 3.9.1
 
6
Build-Depends: autoconf,
 
7
               automake,
 
8
               autopoint,
 
9
               debhelper (>= 7.0.50~),
 
10
               gettext,
 
11
               help2man,
 
12
               libcurl4-openssl-dev,
 
13
               libgconf2-dev,
 
14
               libgtk-3-dev,
 
15
               libgtop2-dev,
 
16
               libjson0-dev,
 
17
               libmicrohttpd-dev,
 
18
               libnotify-dev,
 
19
               libsensors4-dev,
 
20
               libappindicator-dev,
 
21
               nvidia-settings [i386 amd64],
 
22
               perl
 
23
Standards-Version: 3.9.2
8
24
Homepage: http://wpitchoune.net/psensor
9
25
 
10
26
Package: psensor
11
27
Architecture: any
12
 
Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
 
28
Depends: psensor-common (= ${source:Version}),
 
29
         ${misc:Depends},
 
30
         ${shlibs:Depends}
13
31
Recommends: hddtemp
14
32
Description: display graphs for monitoring hardware temperature
15
33
 Psensor is a GTK+ application for monitoring hardware sensors,
16
34
 including temperatures and fan speeds.
17
35
 .
18
36
 It displays a curve for each sensor, alerts user using Desktop Notification
19
 
 and Application Indicator when a temperature is too high. 
 
37
 and Application Indicator when a temperature is too high.
20
38
 .
21
39
 It can monitor:
22
40
  * the temperature of the motherboard and CPU sensors (using lm-sensors).
24
42
  * the temperature of the Hard Disk Drives (using hddtemp).
25
43
  * the rotation speed of the fans (using lm-sensors).
26
44
  * the sensors of a remote computer (using psensor-server).
27
 
 . 
 
45
 .
28
46
 
29
47
Package: psensor-server
30
48
Architecture: any
31
 
Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
 
49
Depends: libjs-jquery,
 
50
         psensor-common (= ${source:Version}),
 
51
         ${misc:Depends},
 
52
         ${shlibs:Depends}
32
53
Recommends: hddtemp
33
54
Description: Psensor server for monitoring hardware sensors remotely
34
55
 Psensor server is an HTTP server providing a JSON Web service which can be