fixed lintian warnings about copyright.
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 22 Nov 2011 08:57:19 +0000 (08:57 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 22 Nov 2011 08:57:19 +0000 (08:57 +0000)
added libjs-jquery dependency.
used jquery.js in the libjs-query package.

debian/changelog
debian/control
debian/copyright
debian/psensor-server.links [new file with mode: 0644]

index 71d7081..abc238e 100644 (file)
@@ -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 <jeanfi@gmail.com>  Tue, 22 Nov 2011 00:56:55 +0200
+
 psensor (0.6.2.13-1ubuntu1) oneiric; urgency=low
 
   * New upstream release
index e03a793..324a0af 100644 (file)
@@ -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,
index 55fb707..31064c1 100644 (file)
@@ -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 (file)
index 0000000..7785f45
--- /dev/null
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/psensor/www/jquery.js
\ No newline at end of file