From 39b9208f3e2835a69ff11346c70868348e992e7e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 22 Nov 2011 08:57:19 +0000 Subject: [PATCH] fixed lintian warnings about copyright. added libjs-jquery dependency. used jquery.js in the libjs-query package. --- debian/changelog | 9 +++++++++ debian/control | 2 +- debian/copyright | 4 ---- debian/psensor-server.links | 1 + 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 debian/psensor-server.links 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 -- 2.7.4