X-Git-Url: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git;a=blobdiff_plain;f=debian%2Fcontrol;h=891716adc11be0a1023d51e9ca26f9ebefce678e;hp=bcf0c05866e8be34f64b045eee6a69f8315ec5d8;hb=2c53f1b13419f91afacda02f467a60336e89a86e;hpb=d7808c8cc22fe853a0999e4ffff621ff775917d0 diff --git a/debian/control b/debian/control index bcf0c05..891716a 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,31 @@ Source: psensor Section: utils -Priority: extra +Priority: optional Maintainer: Jean-Philippe Orsini -Build-Depends: autoconf, +Build-Depends: asciidoc, + autoconf, automake, autopoint, - debhelper (>= 7.0.50~), + dh-autoreconf, + cppcheck, + debhelper (>= 9), gettext, help2man, + libappindicator3-dev, + libatasmart-dev [!hurd-any !kfreebsd-any], libcurl4-gnutls-dev, - libgconf2-dev, libgtk-3-dev, libgtop2-dev, - libjson0-dev, + libjson-c-dev, libmicrohttpd-dev, libnotify-dev, libsensors4-dev, + libudisks2-dev, + libxnvctrl-dev [i386 amd64] | nvidia-settings [i386 amd64], perl -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 +Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git +Vcs-Git: git://git.wpitchoune.net/psensor-pkg-debian.git Homepage: http://wpitchoune.net/psensor Package: psensor @@ -25,7 +33,6 @@ Architecture: any 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. @@ -36,10 +43,9 @@ Description: display graphs for monitoring hardware temperature 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 @@ -61,11 +67,13 @@ Description: Psensor server for monitoring hardware sensors remotely . It is also possible to connect to Psensor server with a browser, a simple Web page is displaying the information. - . 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. - . + It contains: + * the languages packs, + * the README, + * and the FAQ. + This package is required by psensor and psensor-server packages.