[Pkg-javascript-commits] [select2.js] 10/11: add node-select2 binary

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Dec 14 15:07:09 UTC 2017


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

praveen pushed a commit to branch master
in repository select2.js.

commit 53a975eeafbd05e1cf1938a1ed34d4e3f70fed3f
Author: Pirate Praveen <praveen at debian.org>
Date:   Thu Dec 14 20:30:34 2017 +0530

    add node-select2 binary
---
 debian/control              | 16 ++++++++++++++++
 debian/node-select2.install |  1 +
 debian/node-select2.links   |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/control b/debian/control
index c31e0eb..447521b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.deb
 Uploaders: Alexandre Viau <aviau at debian.org>
 Build-Depends:
  debhelper (>= 9)
+ , nodejs
  , uglifyjs
  , grunt
  , node-grunt-contrib-clean
@@ -26,3 +27,18 @@ Description: jQuery based replacement for select boxes
  Select2 is a jQuery based replacement for select boxes. It supports
  searching, tagging, remote data sets, infinite scrolling, and many
  other highly used options.
+
+Package: node-select2
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+ , libjs-select2.js
+ , node-almond
+ , node-jquery-mousewheel
+Description: jQuery based replacement for select boxes (Node.js)
+ Select2 is a jQuery based replacement for select boxes. It supports
+ searching, tagging, remote data sets, infinite scrolling, and many
+ other highly used options.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/node-select2.install b/debian/node-select2.install
new file mode 100644
index 0000000..e0c0d0a
--- /dev/null
+++ b/debian/node-select2.install
@@ -0,0 +1 @@
+package.json usr/lib/nodejs/select2
diff --git a/debian/node-select2.links b/debian/node-select2.links
new file mode 100644
index 0000000..9e459c3
--- /dev/null
+++ b/debian/node-select2.links
@@ -0,0 +1 @@
+usr/share/javascript/select2.js usr/lib/nodejs/select2/dist/js/select2.js

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



More information about the Pkg-javascript-commits mailing list