From f0426ca9052d87d061e9816d0573e485fcbe3843 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 2 May 2011 20:08:16 +0000 Subject: [PATCH] should be in debian repository --- ubuntu-packaging/control | 52 ----------------------------------------- ubuntu-packaging/debian/control | 52 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 ubuntu-packaging/control create mode 100644 ubuntu-packaging/debian/control diff --git a/ubuntu-packaging/control b/ubuntu-packaging/control deleted file mode 100644 index 7a63274..0000000 --- a/ubuntu-packaging/control +++ /dev/null @@ -1,52 +0,0 @@ -Source: psensor -Section: utils -Priority: optional -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,liblua5.1-0-dev,libmicrohttpd-dev,libgtop2-dev,perl,libunity-dev,libappindicator-dev -Standards-Version: 3.9.2 -Homepage: http://wpitchoune.net/psensor - -Package: psensor -Architecture: any -Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc: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. - . - 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 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} -Recommends: hddtemp -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 - of a computer. - . - It can provide information about: - * 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 rotation speed of the fans (using lm-sensors). - . - 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. - . \ No newline at end of file diff --git a/ubuntu-packaging/debian/control b/ubuntu-packaging/debian/control new file mode 100644 index 0000000..7a63274 --- /dev/null +++ b/ubuntu-packaging/debian/control @@ -0,0 +1,52 @@ +Source: psensor +Section: utils +Priority: optional +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,liblua5.1-0-dev,libmicrohttpd-dev,libgtop2-dev,perl,libunity-dev,libappindicator-dev +Standards-Version: 3.9.2 +Homepage: http://wpitchoune.net/psensor + +Package: psensor +Architecture: any +Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc: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. + . + 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 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} +Recommends: hddtemp +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 + of a computer. + . + It can provide information about: + * 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 rotation speed of the fans (using lm-sensors). + . + 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. + . \ No newline at end of file -- 2.7.4