X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=ubuntu-packaging%2Fdebian%2Fcontrol;h=3471ca4ed35c10e9bfe0d76fabf203b87ed68b86;hb=edafcd405032b4c6f7b9ea0e6245a71b9d1da830;hp=7cb96855c5b6725bf1a349864f5938e035a81933;hpb=85ab9cbf62f29e230edb7ee0775d446f553608ca;p=psensor.git diff --git a/ubuntu-packaging/debian/control b/ubuntu-packaging/debian/control index 7cb9685..3471ca4 100644 --- a/ubuntu-packaging/debian/control +++ b/ubuntu-packaging/debian/control @@ -1,21 +1,43 @@ Source: psensor Section: utils -Priority: optional +Priority: extra Maintainer: Jean-Philippe Orsini -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,libmicrohttpd-dev,libgtop2-dev,perl,libunity-dev,libappindicator-dev,nvidia-settings -Standards-Version: 3.9.2 +Build-Depends: asciidoc + autoconf, + automake, + autopoint, + debhelper (>= 9), + cppcheck + gettext, + help2man, + libappindicator3-dev, + libatasmart-dev, + libcurl4-gnutls-dev, + libgconf2-dev, + libgtk-3-dev, + libgtop2-dev, + libjson0-dev, + libmicrohttpd-dev, + libnotify-dev, + libsensors4-dev, + libunity-dev, + nvidia-settings, + perl +Standards-Version: 3.9.3 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). @@ -23,11 +45,14 @@ Description: display graphs for monitoring hardware temperature * the temperature of the Hard Disk Drives (using hddtemp). * 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 @@ -49,4 +74,4 @@ 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 + .