[Pkg-javascript-commits] [SCM] flot branch, master, updated. debian/0.6-1-33-g9759e10
Marcelo Jorge Vieira
metal at alucinados.com
Thu May 30 21:03:06 UTC 2013
The following commit has been merged in the master branch:
commit 8bdc31ee4d794a3dd015c51e2757c385d6097909
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date: Sun May 5 20:58:11 2013 -0300
Downgrading relation to libjs-excanvas from depends to recommends
diff --git a/debian/README.Debian b/debian/README.Debian
index 7d5d7d2..f0bef87 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -7,10 +7,14 @@ lines in your html header:
<script language="javascript" type="text/javascript"
src="/javascript/jquery/jquery.js"></script>
+ <script language="javascript" type="text/javascript"
+ src="/javascript/flot/jquery.flot.js"></script>
+
+If you have installed libjs-excanvas, include the following lines in your
+html header:
+
<!--[if lte IE 8]><script language="javascript" type="text/javascript"
src="/javascript/excanvas/excanvas.js"></script><![endif]-->
- <script language="javascript" type="text/javascript"
- src="/javascript/flot/jquery.flot.js"></script>
- -- Marcelo Jorge Vieira (metal) <metal at alucinados.com> Mon, 27 Apr 2009 01:50:00 +0300
+ -- Marcelo Jorge Vieira (metal) <metal at alucinados.com> Sun, 05 May 2013 20:06:00 -0300
diff --git a/debian/control b/debian/control
index 0ba28a8..280af6b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Vcs-Git: git://git.debian.org/git/pkg-javascript/flot.git
Package: libjs-flot
Architecture: all
-Depends: ${misc:Depends}, libjs-jquery, libjs-excanvas
-Recommends: javascript-common
+Depends: ${misc:Depends}, libjs-jquery
+Recommends: javascript-common, libjs-excanvas
Description: plotting library for jQuery
Flot is a pure Javascript plotting library for jQuery.
It produces graphical plots of arbitrary datasets
--
flot
More information about the Pkg-javascript-commits
mailing list