X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;h=888790b85b28fb8a43485975bc5fd38b8d225322;hb=4df187bd2ba0bcffa344a7d288383083f037cf70;hp=a670a4fe2dee63fca4cb8b77524a113138111f09;hpb=609664bb77874990e10f8073e54bb7f1645c8d72;p=psensor.git diff --git a/debian/control b/debian/control index a670a4f..888790b 100644 --- a/debian/control +++ b/debian/control @@ -1,38 +1,66 @@ Source: psensor Section: utils -Priority: optional -Maintainer: Jean-Philippe Orsini -Build-Depends: debhelper (>= 7.0.50~),libgtk2.0-dev,libgconf2-dev,libnotify-dev,libsensors4-dev,nvidia-settings,help2man,libcurl4-openssl-dev,libjson0-dev,liblua5.1-0-dev,libmicrohttpd-dev,libgtop2-dev,perl,libappindicator-dev -Standards-Version: 3.9.1 +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jean-Philippe Orsini +Build-Depends: asciidoc, + autoconf, + automake1.11, + autopoint, + autotools-dev, + cppcheck, + debhelper (>= 9), + gettext, + help2man, + libappindicator3-dev, + 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, + libunity-dev, + nvidia-settings [i386 amd64], + perl +Standards-Version: 3.9.4 +Vcs-Browser: http://wpitchoune.net/svnpub/packages/ubuntu/psensor/trunk +Vcs-Svn: http://wpitchoune.net/svnpub/packages/ubuntu/psensor/trunk 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, +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. - . +Description: Psensor server for monitoring hardware sensors remotely Psensor server is an HTTP server providing a JSON Web service which can be - used by Psensor GTK Application to monitor remotely the hardware sensors + used by Psensor GTK+ Application to monitor remotely the hardware sensors of a computer. . It can provide information about: @@ -48,7 +76,10 @@ Description: Psensor server for monitoring hardware sensors remotely. 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 +Description: common files for Psensor and Psensor server + It contains: + * the languages packs, + * the README, + * and the FAQ. + This package is required by psensor and psensor-server packages. + .