[Pkg-javascript-commits] [libjs-jquery-backstretch] 02/02: Import Debian changes 2.1.16-1

Daniel Ring techwolf-guest at moszumanska.debian.org
Sun Dec 31 03:28:17 UTC 2017


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

techwolf-guest pushed a commit to branch master
in repository libjs-jquery-backstretch.

commit 672e292a1087f636af63b4644e70fed52edf690d
Author: Daniel Ring <dring at wolfishly.me>
Date:   Sat Dec 30 18:29:05 2017 -0800

    Import Debian changes 2.1.16-1
    
    libjs-jquery-backstretch (2.1.16-1) unstable; urgency=low
    
      * Initial release (Closes: #885897)
---
 debian/changelog               |  5 +++++
 debian/compat                  |  1 +
 debian/control                 | 25 +++++++++++++++++++++++++
 debian/copyright               | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/docs                    |  1 +
 debian/examples                |  1 +
 debian/install                 |  2 ++
 debian/lintian-overrides       |  3 +++
 debian/patches/gruntfile.patch | 26 ++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 debian/rules                   | 19 +++++++++++++++++++
 debian/source/format           |  1 +
 debian/watch                   |  5 +++++
 13 files changed, 132 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..87f1ed7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-jquery-backstretch (2.1.16-1) unstable; urgency=low
+
+  * Initial release (Closes: #885897)
+
+ -- Daniel Ring <dring at wolfishly.me>  Sat, 30 Dec 2017 18:29:05 -0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..54c3450
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libjs-jquery-backstretch
+Section: javascript
+Priority: optional
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: Daniel Ring <dring at wolfishly.me>
+Build-Depends:
+ debhelper (>= 9)
+ , grunt
+ , node-grunt-contrib-concat
+ , node-grunt-contrib-uglify
+Standards-Version: 4.1.2
+Homepage: https://github.com/jquery-backstretch/jquery-backstretch
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-jquery-backstretch.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/libjs-jquery-backstretch.git
+
+Package: libjs-jquery-backstretch
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , libjs-jquery | node-jquery
+Description: jQuery background image plugin
+ Backstretch is a simple jQuery plugin that allows you to add a
+ dynamically-resized, slideshow-capable background image to any page or
+ element. The image will stretch to fit the page/element, and will
+ automatically resize as the window/element size changes.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e56f9fb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: jquery-backstretch
+Upstream-Contact: https://github.com/jquery-backstretch/jquery-backstretch/issues
+Source: https://github.com/jquery-backstretch/jquery-backstretch
+
+Files: *
+Copyright: 2017 Scott Robbin <scott at robbin.co>
+License: Expat
+
+Files: libs/jquery/*
+Copyright: 2012 jQuery Foundation and other contributors
+License: Expat
+
+Files: libs/qunit/*
+Copyright: 2012 John Resig, Jorn Zaefferer
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Daniel Ring <dring at wolfishly.me>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..98cb52b
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+jquery.backstretch.min.js usr/share/javascript/jquery-backstretch/
+jquery.backstretch.js usr/share/javascript/jquery-backstretch/
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 0000000..05d9831
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,3 @@
+#Youtube API is loaded by plugin only when relevant API is called
+libjs-jquery-backstretch: privacy-breach-generic usr/share/javascript/jquery-backstretch/jquery.backstretch.js *
+libjs-jquery-backstretch: privacy-breach-generic usr/share/javascript/jquery-backstretch/jquery.backstretch.min.js *
diff --git a/debian/patches/gruntfile.patch b/debian/patches/gruntfile.patch
new file mode 100644
index 0000000..78ed7f9
--- /dev/null
+++ b/debian/patches/gruntfile.patch
@@ -0,0 +1,26 @@
+--- a/Gruntfile.js
++++ b/Gruntfile.js
+@@ -1,12 +1,9 @@
+ /*global module:false*/
+ module.exports = function(grunt) {
+ 
+-  grunt.loadNpmTasks( 'grunt-contrib-qunit' );
+-  grunt.loadNpmTasks( 'grunt-contrib-jshint' );
+   grunt.loadNpmTasks( 'grunt-contrib-concat' );
+   grunt.loadNpmTasks( 'grunt-contrib-uglify' );
+-  grunt.loadNpmTasks( 'grunt-contrib-watch' );
+-    
++
+   // Project configuration.
+   grunt.initConfig({
+     pkg: grunt.file.readJSON('package.json'),
+@@ -60,6 +57,6 @@
+   });
+ 
+   // Default task.
+-  grunt.registerTask('default', ['jshint', 'qunit', 'concat', 'uglify']);
++  grunt.registerTask('default', ['concat', 'uglify']);
+ 
+-};
+\ No newline at end of file
++};
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0108572
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+gruntfile.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3192e0e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+override_dh_auto_build:
+	grunt
+
+#override_dh_auto_test:
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/libjs-jquery-backstretch/usr/share/doc/libjs-jquery-backstretch/examples/basic.html
+	chmod -x debian/libjs-jquery-backstretch/usr/share/doc/libjs-jquery-backstretch/examples/click.html
+	chmod -x debian/libjs-jquery-backstretch/usr/share/doc/libjs-jquery-backstretch/examples/slideshow.html
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d754858
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/libjs-jquery-backstretch-$1.tar.gz/ \
+ https://github.com/jquery-backstretch/jquery-backstretch/tags .*/archive/v?([\d\.]+).tar.gz

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



More information about the Pkg-javascript-commits mailing list