[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:07 UTC 2013


The following commit has been merged in the master branch:
commit 1b2136b674350755d5aa5e8b896b46b3ceee8257
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Mon May 6 00:13:42 2013 -0300

    Renaming binary package to libjs-jquery-flot (Closes: #704860)

diff --git a/debian/README.Debian b/debian/README.Debian
index f0bef87..103a708 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,4 +1,4 @@
-libjs-flot for Debian
+libjs-jquery-flot for Debian
 ------------------------
 
 In order to make use of flot in your html, include the following
@@ -8,7 +8,7 @@ lines in your html header:
        src="/javascript/jquery/jquery.js"></script>
 
        <script language="javascript" type="text/javascript"
-       src="/javascript/flot/jquery.flot.js"></script>
+       src="/javascript/jquery-flot/jquery.flot.js"></script>
 
 If you have installed libjs-excanvas, include the following lines in your
 html header:
diff --git a/debian/control b/debian/control
index e35db19..87e7979 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,11 @@ Homepage: http://code.google.com/p/flot/
 Vcs-Browser: http://git.debian.org/?p=pkg-javascript/flot.git
 Vcs-Git: git://git.debian.org/git/pkg-javascript/flot.git
 
-Package: libjs-flot
+Package: libjs-jquery-flot
 Architecture: all
 Depends: ${misc:Depends}, libjs-jquery
+Replaces: libjs-flot (<< 0.8.1-1~)
+Breaks: libjs-flot (<< 0.8.1-1~)
 Recommends: javascript-common, libjs-excanvas
 Description: plotting library for jQuery
  Flot is a pure Javascript plotting library for jQuery.
@@ -19,3 +21,10 @@ Description: plotting library for jQuery
  on-the-fly client-side. The focus is on simple usage (all
  settings are optional), attractive looks and interactive
  features like zooming and mouse tracking.
+
+Package: libjs-flot
+Depends: libjs-jquery-flot, ${misc:Depends}
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
diff --git a/debian/libjs-flot.install b/debian/libjs-flot.install
deleted file mode 100644
index 1199fda..0000000
--- a/debian/libjs-flot.install
+++ /dev/null
@@ -1 +0,0 @@
-jquery*.js usr/share/javascript/flot/
diff --git a/debian/libjs-flot.links b/debian/libjs-flot.links
deleted file mode 100644
index b1978f1..0000000
--- a/debian/libjs-flot.links
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/javascript/flot/jquery.flot.min.js /usr/share/javascript/flot/jquery.flot.pack.js
diff --git a/debian/libjs-flot.docs b/debian/libjs-jquery-flot.docs
similarity index 100%
rename from debian/libjs-flot.docs
rename to debian/libjs-jquery-flot.docs
diff --git a/debian/libjs-flot.examples b/debian/libjs-jquery-flot.examples
similarity index 100%
rename from debian/libjs-flot.examples
rename to debian/libjs-jquery-flot.examples
diff --git a/debian/libjs-jquery-flot.install b/debian/libjs-jquery-flot.install
new file mode 100644
index 0000000..250c60a
--- /dev/null
+++ b/debian/libjs-jquery-flot.install
@@ -0,0 +1 @@
+jquery*.js usr/share/javascript/jquery-flot/
diff --git a/debian/libjs-jquery-flot.links b/debian/libjs-jquery-flot.links
new file mode 100644
index 0000000..9ba3508
--- /dev/null
+++ b/debian/libjs-jquery-flot.links
@@ -0,0 +1 @@
+/usr/share/javascript/jquery-flot/jquery.flot.min.js /usr/share/javascript/jquery-flot/jquery.flot.pack.js

-- 
flot



More information about the Pkg-javascript-commits mailing list