[Pkg-javascript-commits] [libjs-jquery-backstretch] 01/01: Changed source package name to node-jquery-backstretch.

Daniel Ring techwolf-guest at moszumanska.debian.org
Mon Jan 1 06:21:45 UTC 2018


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 c7d47ff973919408fbf16401eea0192a276135fc
Author: Daniel Ring <dring at wolfishly.me>
Date:   Sun Dec 31 22:15:34 2017 -0800

    Changed source package name to node-jquery-backstretch.
---
 debian/changelog                                         |  2 +-
 debian/control                                           | 16 ++++++++++++++--
 debian/{docs => libjs-jquery-backstretch.docs}           |  0
 debian/{examples => libjs-jquery-backstretch.examples}   |  0
 debian/{install => libjs-jquery-backstretch.install}     |  2 +-
 ...rrides => libjs-jquery-backstretch.lintian-overrides} |  0
 debian/node-jquery-backstretch.install                   |  1 +
 debian/node-jquery-backstretch.links                     |  2 ++
 debian/watch                                             |  2 +-
 9 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 87f1ed7..9c5d046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libjs-jquery-backstretch (2.1.16-1) unstable; urgency=low
+node-jquery-backstretch (2.1.16-1) unstable; urgency=low
 
   * Initial release (Closes: #885897)
 
diff --git a/debian/control b/debian/control
index 81c08c1..2deb7c0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: libjs-jquery-backstretch
+Source: node-jquery-backstretch
 Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
@@ -9,11 +9,23 @@ Build-Depends:
  , node-grunt-cli
  , node-grunt-contrib-concat
  , node-grunt-contrib-uglify
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 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: node-jquery-backstretch
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , libjs-jquery-backstretch
+Description: jQuery background image plugin (Node.js)
+ 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.
+
 Package: libjs-jquery-backstretch
 Architecture: all
 Depends:
diff --git a/debian/docs b/debian/libjs-jquery-backstretch.docs
similarity index 100%
rename from debian/docs
rename to debian/libjs-jquery-backstretch.docs
diff --git a/debian/examples b/debian/libjs-jquery-backstretch.examples
similarity index 100%
rename from debian/examples
rename to debian/libjs-jquery-backstretch.examples
diff --git a/debian/install b/debian/libjs-jquery-backstretch.install
similarity index 100%
rename from debian/install
rename to debian/libjs-jquery-backstretch.install
index 98cb52b..2e9ff2d 100644
--- a/debian/install
+++ b/debian/libjs-jquery-backstretch.install
@@ -1,2 +1,2 @@
-jquery.backstretch.min.js usr/share/javascript/jquery-backstretch/
 jquery.backstretch.js usr/share/javascript/jquery-backstretch/
+jquery.backstretch.min.js usr/share/javascript/jquery-backstretch/
diff --git a/debian/lintian-overrides b/debian/libjs-jquery-backstretch.lintian-overrides
similarity index 100%
rename from debian/lintian-overrides
rename to debian/libjs-jquery-backstretch.lintian-overrides
diff --git a/debian/node-jquery-backstretch.install b/debian/node-jquery-backstretch.install
new file mode 100644
index 0000000..76f4dc6
--- /dev/null
+++ b/debian/node-jquery-backstretch.install
@@ -0,0 +1 @@
+package.json usr/lib/nodejs/jquery-backstretch/
diff --git a/debian/node-jquery-backstretch.links b/debian/node-jquery-backstretch.links
new file mode 100644
index 0000000..6d037f1
--- /dev/null
+++ b/debian/node-jquery-backstretch.links
@@ -0,0 +1,2 @@
+usr/share/javascript/jquery-backstretch/jquery.backstretch.js usr/lib/nodejs/jquery-backstretch/jquery.backstretch.js
+usr/share/javascript/jquery-backstretch/jquery.backstretch.min.js usr/lib/nodejs/jquery-backstretch/jquery.backstretch.min.js
diff --git a/debian/watch b/debian/watch
index d754858..41fce2f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
-filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/libjs-jquery-backstretch-$1.tar.gz/ \
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-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