From: Jean-Philippe Orsini Date: Tue, 22 Nov 2011 08:57:19 +0000 (+0000) Subject: fixed lintian warnings about copyright. X-Git-Tag: v0.8.0.5~536 X-Git-Url: https://wpitchoune.net/gitweb/?a=commitdiff_plain;h=39b9208f3e2835a69ff11346c70868348e992e7e;p=psensor.git fixed lintian warnings about copyright. added libjs-jquery dependency. used jquery.js in the libjs-query package. --- diff --git a/debian/changelog b/debian/changelog index 71d7081..abc238e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +psensor (0.6.2.14-1ubuntu1) oneiric; urgency=low + + * New upstream release + * debian/copyright: fixed lintian warnings about copyright. + * debian/control: added libjs-jquery dependency. + * debian/psensor-server.links: used jquery.js in the libjs-query package. + + -- Jean-Philippe Orsini Tue, 22 Nov 2011 00:56:55 +0200 + psensor (0.6.2.13-1ubuntu1) oneiric; urgency=low * New upstream release diff --git a/debian/control b/debian/control index e03a793..324a0af 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://wpitchoune.net/psensor Package: psensor Architecture: any -Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: psensor-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libjs-jquery Recommends: hddtemp Description: display graphs for monitoring hardware temperature Psensor is a GTK+ application for monitoring hardware sensors, diff --git a/debian/copyright b/debian/copyright index 55fb707..31064c1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -34,10 +34,6 @@ Packaging: The following files are distributed under their own terms: -www/jquery.js: - Copyright (c) 2011 John Resig (jquery.com) - Dual licensed under the MIT and GNU General Public License version 2 - 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/debian/psensor-server.links b/debian/psensor-server.links new file mode 100644 index 0000000..7785f45 --- /dev/null +++ b/debian/psensor-server.links @@ -0,0 +1 @@ +usr/share/javascript/jquery/jquery.js usr/share/psensor/www/jquery.js \ No newline at end of file