X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=4d0da8817461f0c790b9c702b8cca7200325a245;hb=021e0b475e7ecf4b49e6bbcd5d03ca4373dec94b;hp=03255c8586adbcbee7d090f95cf530079be95ef2;hpb=85411edb7eb178898cfa3161db6ae59164eda6a8;p=psensor.git diff --git a/debian/control b/debian/control index 03255c8..4d0da88 100644 --- a/debian/control +++ b/debian/control @@ -1,33 +1,57 @@ Source: psensor Section: utils -Priority: optional +Priority: extra Maintainer: Jean-Philippe Orsini -Build-Depends: debhelper (>= 7.0.50~),autoconf,automake,gettext,libgtk2.0-dev,libgconf2-dev,libnotify-dev,libsensors4-dev,help2man,libcurl4-openssl-dev,libjson0-dev,liblua5.1-0-dev,libmicrohttpd-dev,libgtop2-dev,perl -Standards-Version: 3.9.1 +Build-Depends: asciidoc, + autoconf, + automake, + autopoint, + cppcheck, + debhelper (>= 9), + gettext, + help2man, + libatasmart-dev [!hurd-any !kfreebsd-any], + libcurl4-gnutls-dev, + libgconf2-dev, + libgtk-3-dev, + libgtop2-dev, + libjson-c-dev, + libmicrohttpd-dev, + libnotify-dev, + libsensors4-dev, + perl +Standards-Version: 3.9.4 +Vcs-Browser: http://wpitchoune.net/svnpub/psensor/trunk/debian +Vcs-Svn: http://wpitchoune.net/svnpub/psensor/trunk/debian Homepage: http://wpitchoune.net/psensor Package: psensor Architecture: any -Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: psensor-common (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} Recommends: hddtemp Description: display graphs for monitoring hardware temperature Psensor is a GTK+ application for monitoring hardware sensors, including temperatures and fan speeds. . It displays a curve for each sensor, alerts user using Desktop Notification - and Application Indicator when a temperature is too high. + and Application Indicator when a temperature is too high. . It can monitor: * the temperature of the motherboard and CPU sensors (using lm-sensors). * the temperature of the NVidia GPUs (using XNVCtrl). - * the temperature of the Hard Disk Drives (using hddtemp). + * the temperature of the Hard Disk Drives (using hddtemp or atasmart lib). * the rotation speed of the fans (using lm-sensors). * the sensors of a remote computer (using psensor-server). - . + . Package: psensor-server Architecture: any -Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: libjs-jquery, + psensor-common (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} Recommends: hddtemp Description: Psensor server for monitoring hardware sensors remotely Psensor server is an HTTP server providing a JSON Web service which can be @@ -48,5 +72,6 @@ Package: psensor-common Architecture: all Depends: ${misc:Depends} Description: common files for Psensor and Psensor server - It contains languages packs for both Psensor and Psensor server. - . \ No newline at end of file + It contains languages packs for both Psensor and Psensor server, and the + FAQ. + .