[Pkg-javascript-commits] [jquery-goodies] 03/08: Add binary package for jQuery FullScreen

Marcelo Jorge Vieira metal at moszumanska.debian.org
Mon Feb 10 02:01:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

metal pushed a commit to branch master
in repository jquery-goodies.

commit c641a840d0d13eb7af0c9d7d0a15ab837c8933d1
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sun Feb 9 22:18:20 2014 -0200

    Add binary package for jQuery FullScreen
    
    Thanks Jerome Charaoui <jerome at riseup.net>
---
 debian/control                               | 11 +++++++++++
 debian/copyright                             |  5 +++++
 debian/libjs-jquery-fullscreen.README.Debian | 13 +++++++++++++
 debian/libjs-jquery-fullscreen.docs          |  1 +
 debian/libjs-jquery-fullscreen.install       |  1 +
 debian/rules                                 |  2 ++
 6 files changed, 33 insertions(+)

diff --git a/debian/control b/debian/control
index d83600c..de8f45a 100644
--- a/debian/control
+++ b/debian/control
@@ -316,3 +316,14 @@ Description: Simple slideshow plugin for jQuery
  A simple slideshow plugin for jQuery packed with a useful set of features to
  help novice and advanced developers alike create elegant and user-friendly
  slideshows.
+
+Package: libjs-jquery-fullscreen
+Architecture: all
+Depends: ${misc:Depends}, libjs-jquery (>= 1.7)
+Recommends: javascript-common
+Homepage: http://tutorialzine.com/2012/02/enhance-your-website-fullscreen-api/
+Description:  jQuery FullScreen Plugin
+ A jQuery plugin that wraps around the Full Screen API and works
+ around various browser differences. Works in FF 10, Chrome and Safari. It
+ is useful for presenting users with an easier to read version of your web
+ pages, or zooming <canvas> and <video> elements.
diff --git a/debian/copyright b/debian/copyright
index 10cafbd..2ded392 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -106,6 +106,11 @@ Files: slides/*
 Copyright: 2011 Nathan Searles, http://nathansearles.com
 License: Apache-2.0
 
+Files: fullscreen/*
+Copyright: 2012 Martin Angelov
+Homepage: http://tutorialzine.com/2012/02/enhance-your-website-fullscreen-api/
+License: MIT
+
 Files: debian/*
 Copyright: (c) 2009-2011 Marcelo Jorge Vieira <metal at debian.org>
 License: MIT or GPL-2+ or BSD or Apache-2.0
diff --git a/debian/libjs-jquery-fullscreen.README.Debian b/debian/libjs-jquery-fullscreen.README.Debian
new file mode 100644
index 0000000..35e78ef
--- /dev/null
+++ b/debian/libjs-jquery-fullscreen.README.Debian
@@ -0,0 +1,13 @@
+libjs-jquery-fullscreen for Debian
+----------------------------------
+
+In order to make use of fullscreen in your html, include the following
+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/jquery-fullscreen/jquery.fullscreen.js"></script>
+
+ -- Jerome Charaoui <jerome at riseup.net>, Sun, 26 Jan 2014 19:41:54 -0500
diff --git a/debian/libjs-jquery-fullscreen.docs b/debian/libjs-jquery-fullscreen.docs
new file mode 100644
index 0000000..c97d3b7
--- /dev/null
+++ b/debian/libjs-jquery-fullscreen.docs
@@ -0,0 +1 @@
+fullscreen/readme.md
diff --git a/debian/libjs-jquery-fullscreen.install b/debian/libjs-jquery-fullscreen.install
new file mode 100644
index 0000000..c379a5e
--- /dev/null
+++ b/debian/libjs-jquery-fullscreen.install
@@ -0,0 +1 @@
+fullscreen/fullscreen/jquery.fullscreen.js /usr/share/javascript/jquery-fullscreen
diff --git a/debian/rules b/debian/rules
index 7845ea5..5ac3ca0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ override_dh_auto_build:
 	uglifyjs -o resize/jquery.ba-resize.min.js resize/jquery.ba-resize.js
 	uglifyjs -o uploadify/jquery.uploadify.min.js uploadify/jquery.uploadify.js
 	uglifyjs -o slides/source/slides.min.jquery.js slides/source/slides.jquery.js
+	uglifyjs -o fullscreen/fullscreen/jquery.fullscreen.min.js fullscreen/fullscreen/jquery.fullscreen.js
 
 override_dh_installchangelogs:
 	dh_installchangelogs --package libjs-jquery-livequery livequery/ChangeLog.markdown
@@ -59,3 +60,4 @@ override_dh_auto_clean:
 	rm -f resize/jquery.ba-resize.min.js
 	rm -f uploadify/jquery.uploadify.min.js
 	rm -f slides/source/slides.min.jquery.js
+	rm -f fullscreen/fullscreen/jquery.fullscreen.min.js

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-goodies.git



More information about the Pkg-javascript-commits mailing list