[Pkg-javascript-commits] [SCM] Collection of jQuery plugins branch, master, updated. 18f13bdb96e60c21677ebd23002c9e2be0514209

Marcelo Jorge Vieira metal at alucinados.com
Wed Jun 6 00:14:53 UTC 2012


The following commit has been merged in the master branch:
commit 9f02a159ef6592502aeb6b2a99d1634729e56eea
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sun May 6 21:52:27 2012 -0300

    Added binary package: libjs-jquery-countdown

diff --git a/debian/control b/debian/control
index a8f4217..fa8a4b0 100644
--- a/debian/control
+++ b/debian/control
@@ -259,3 +259,11 @@ Description: jQuery Live Query
  Live Query (formerly Behavior) utilizes the power of jQuery selectors by
  binding events or firing callbacks for matched elements auto-magically,
  even after the page has been loaded and the DOM updated.
+
+Package: libjs-jquery-countdown
+Architecture: all
+Depends: ${misc:Depends}, libjs-jquery
+Recommends: javascript-common
+Homepage: http://keith-wood.name/countdown.html
+Description: jQuery Countdown
+ A jQuery plugin that sets a div or span to show a countdown to a given time.
diff --git a/debian/copyright b/debian/copyright
index 1e89109..712e925 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -88,6 +88,10 @@ Files: livequery/*
 Copyright: (c) 2008 Brandon Aaron (http://brandonaaron.net)
 License: MIT | GPL
 
+Files: countdown/*
+Copyright: 2008 Keith Wood <kbwood at iinet.com.au>
+License: MIT | GPL-2
+
 Files: debian/*
 Copyright: (c) 2009-2011 Marcelo Jorge Vieira <metal at debian.org>
 License: MIT | GPL-2+ | BSD | Apache-2.0
diff --git a/debian/libjs-jquery-countdown.README.Debian b/debian/libjs-jquery-countdown.README.Debian
new file mode 100644
index 0000000..096b47e
--- /dev/null
+++ b/debian/libjs-jquery-countdown.README.Debian
@@ -0,0 +1,18 @@
+libjs-jquery-countdown for Debian
+---------------------------------
+
+In order to make use of Cookie in your html, include the following
+lines in your html header:
+
+       <script language="javascript" type="text/javascript"
+       src="/javascript/jquery/jquery.js"></script>
+
+       <link type="text/css"
+       href="/javascript/jquery-countdown/jquery.countdown.css"
+       rel="stylesheet" />
+
+       <script language="javascript" type="text/javascript"
+       src="/javascript/jquery-countdown/jquery.countdown.js"></script>
+
+
+ -- Marcelo Jorge Vieira (metal) <metal at debian.org>  Sun, 06 May 2012 21:57:10 -0300
diff --git a/debian/libjs-jquery-countdown.install b/debian/libjs-jquery-countdown.install
new file mode 100644
index 0000000..b81acbc
--- /dev/null
+++ b/debian/libjs-jquery-countdown.install
@@ -0,0 +1,4 @@
+countdown/*.js  /usr/share/javascript/jquery-countdown/
+countdown/*.png /usr/share/javascript/jquery-countdown/
+countdown/*.gif /usr/share/javascript/jquery-countdown/
+countdown/*.css /usr/share/javascript/jquery-countdown/
diff --git a/debian/libjs-jquery-countdown.links b/debian/libjs-jquery-countdown.links
new file mode 100644
index 0000000..a995489
--- /dev/null
+++ b/debian/libjs-jquery-countdown.links
@@ -0,0 +1 @@
+/usr/share/javascript/jquery-countdown/jquery-countdown.min.js  /usr/share/javascript/jquery-countdown/jquery-countdown.pack.js
diff --git a/debian/rules b/debian/rules
index 0582797..3b20f61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ override_dh_auto_build:
 	yui-compressor tablesorter/addons/pager/jquery.tablesorter.pager.js -o tablesorter/addons/pager/jquery.tablesorter.pager.min.js
 	yui-compressor treetable/src/jquery.treeTable.js -o treetable/src/jquery.treeTable.min.js
 	yui-compressor livequery/jquery.livequery.js -o  livequery/jquery.livequery.min.js
+	yui-compressor countdown/jquery.countdown.js -o countdown/jquery.countdown.min.js
 
 override_dh_installchangelogs:
 	dh_installchangelogs --package libjs-jquery-livequery livequery/ChangeLog.markdown
@@ -49,3 +50,4 @@ override_dh_auto_clean:
 	rm -f tablesorter/addons/pager/jquery.tablesorter.pager.min.js
 	rm -f treetable/src/jquery.treeTable.min.js
 	rm -f livequery/jquery.livequery.min.js
+	rm -f countdown/jquery.countdown.min.js

-- 
Collection of jQuery plugins



More information about the Pkg-javascript-commits mailing list