[Pkg-javascript-commits] [jqueryui] 01/03: provide node-jquery-ui
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Thu Dec 8 08:22:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository jqueryui.
commit 97ccdcd4d18fc5e3c0eb03622b9f4786402c07ce
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Dec 8 13:26:37 2016 +0530
provide node-jquery-ui
---
debian/control | 15 ++++++++++++++-
debian/node-jquery-ui.install | 3 +++
debian/rules | 2 +-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index daeaaf8..64bb3f5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders:
Paul Gevers <elbrus at debian.org>,
Build-Depends:
debhelper (>= 10~),
- node-requirejs,
+ node-requirejs (>= 2.3.2~),
node-uglify,
nodejs,
yui-compressor,
@@ -47,3 +47,16 @@ Description: Documentation for JQuery-UI
to build highly interactive web applications.
.
This package provides examples as reference for developers.
+
+Package: node-jquery-ui
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+Description: JavaScript UI library for dynamic web applications (NodeJs)
+ jQuery UI provides abstractions for low-level interaction and
+ animation, advanced effects and high-level, themeable widgets,
+ built on top of the jQuery JavaScript Library, that you can use
+ to build highly interactive web applications.
+ .
+ Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/node-jquery-ui.install b/debian/node-jquery-ui.install
new file mode 100644
index 0000000..824c51d
--- /dev/null
+++ b/debian/node-jquery-ui.install
@@ -0,0 +1,3 @@
+package.json usr/lib/nodejs/jquery-ui/
+ui usr/lib/nodejs/jquery-ui/
+themes usr/lib/nodejs/jquery-ui/
diff --git a/debian/rules b/debian/rules
index 489b49a..476780c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ build.js: debian/build.js
cp $< $@
jquery-ui.js: build.js
- nodejs /usr/lib/nodejs/r.js -o build.js
+ nodejs /usr/lib/nodejs/requirejs/r.js -o build.js
sed -i -e 's/@VERSION/$(version)/; s/@DATE/$(timestamp)/' $@
@nodejs --check $@ || (mv $@ $@.failed; false)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jqueryui.git
More information about the Pkg-javascript-commits
mailing list