From 83e22f828cea5fe6975f513af9179f89a5228dde Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 22 Dec 2011 21:20:15 +0000 Subject: [PATCH] normalize debian file (apply wrap-and-sort tool) --- debian/control | 31 +++++++++++++++++++++++++------ debian/copyright | 1 - ubuntu-packaging/debian/control | 34 ++++++++++++++++++++++++++++------ 3 files changed, 53 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 15f9fc6..818b8be 100644 --- a/debian/control +++ b/debian/control @@ -2,20 +2,36 @@ Source: psensor Section: utils Priority: extra Maintainer: Jean-Philippe Orsini -Build-Depends: debhelper (>= 7.0.50~),autoconf,automake,gettext,autopoint,libgtk-3-dev,libgconf2-dev,libnotify-dev,libsensors4-dev,help2man,libcurl4-openssl-dev,libjson0-dev,libmicrohttpd-dev,libgtop2-dev,perl +Build-Depends: autoconf, + automake, + autopoint, + debhelper (>= 7.0.50~), + gettext, + help2man, + libcurl4-openssl-dev, + libgconf2-dev, + libgtk-3-dev, + libgtop2-dev, + libjson0-dev, + libmicrohttpd-dev, + libnotify-dev, + libsensors4-dev, + perl Standards-Version: 3.9.2 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 +39,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}, libjs-jquery +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 +68,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 + . diff --git a/debian/copyright b/debian/copyright index 31064c1..9670cf4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -37,4 +37,3 @@ The following files are distributed under their own terms: www/{excanvas.js,jqplot.css,jqplot.dateAxisRenderer.js,jqplot.js}: Copyright (c) 2009-2011 Chris Leonello Dual licensed under the MIT and GNU General Public License version 2 - diff --git a/ubuntu-packaging/debian/control b/ubuntu-packaging/debian/control index 5d3bef6..d333ae9 100644 --- a/ubuntu-packaging/debian/control +++ b/ubuntu-packaging/debian/control @@ -2,20 +2,39 @@ Source: psensor Section: utils Priority: optional Maintainer: Jean-Philippe Orsini -Build-Depends: debhelper (>= 7.0.50~),autoconf,automake,gettext,autopoint,libgtk-3-dev,libgconf2-dev,libnotify-dev,libsensors4-dev,help2man,libcurl4-openssl-dev,libjson0-dev,libmicrohttpd-dev,libgtop2-dev,perl,libunity-dev,libappindicator3-dev,nvidia-settings +Build-Depends: autoconf, + automake, + autopoint, + debhelper (>= 7.0.50~), + gettext, + help2man, + libappindicator3-dev, + libcurl4-openssl-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.2 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 +42,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}, libjs-jquery +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 +71,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 + . -- 2.7.4