[Pkg-javascript-commits] [libjs-handlebars] 01/02: provide node-handlebars
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Mar 7 09:35:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository libjs-handlebars.
commit 35fb5b203882719aa160a4b1a6b5fa1ba43d0610
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Mar 7 14:28:34 2016 +0530
provide node-handlebars
---
debian/changelog | 6 ++++++
debian/control | 21 +++++++++++++++++++--
debian/copyright | 4 ++--
debian/docs | 1 +
debian/node-handlebars.install | 3 +++
debian/node-handlebars.links | 2 ++
6 files changed, 33 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 52f13dd..3ed8d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjs-handlebars (3:4.0.5-2) UNRELEASED; urgency=medium
+
+ * Provide node-handlebars (Closes: #809977)
+
+ -- Pirate Praveen <praveen at debian.org> Mon, 07 Mar 2016 14:26:23 +0530
+
libjs-handlebars (3:4.0.5-1) experimental; urgency=medium
* New upstream release
diff --git a/debian/control b/debian/control
index 4dd22fe..4580041 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-handlebar
Package: libjs-handlebars
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: let you build semantic templates effectively with no frustration
Handlebars templates look like regular HTML, with embedded handlebars
expressions.
@@ -22,7 +23,8 @@ Description: let you build semantic templates effectively with no frustration
Package: libjs-handlebars.runtime
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: runtime for handlebars semantic templates library
Handlebars templates look like regular HTML, with embedded handlebars
expressions.
@@ -30,3 +32,18 @@ Description: runtime for handlebars semantic templates library
You can deliver a template to the browser by including it in a <script> tag.
.
Learn more about its usage from http://handlebarsjs.com/
+
+Package: node-handlebars
+Architecture: all
+Depends: libjs-handlebars (=${source:Version}),
+ libjs-handlebars.runtime (=${source:Version}),
+ nodejs,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: let you build semantic templates effectively with no frustration
+ Handlebars templates look like regular HTML, with embedded handlebars
+ expressions.
+ .
+ You can deliver a template to the browser by including it in a <script> tag.
+ .
+ Learn more about its usage from http://handlebarsjs.com/
diff --git a/debian/copyright b/debian/copyright
index 916df07..ece4e24 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,6 +25,6 @@ License: Expat
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
+ 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
index e69de29..8d526b9 100644
--- a/debian/docs
+++ b/debian/docs
@@ -0,0 +1 @@
+README.markdown
diff --git a/debian/node-handlebars.install b/debian/node-handlebars.install
new file mode 100644
index 0000000..0097fb2
--- /dev/null
+++ b/debian/node-handlebars.install
@@ -0,0 +1,3 @@
+package.json /usr/lib/nodejs/handlebars
+lib /usr/lib/nodejs/handlebars
+
diff --git a/debian/node-handlebars.links b/debian/node-handlebars.links
new file mode 100644
index 0000000..d90fb63
--- /dev/null
+++ b/debian/node-handlebars.links
@@ -0,0 +1,2 @@
+usr/share/javascript/handlebars/handlebars.js usr/lib/nodejs/handlebars/lib/handlebars.js
+usr/share/javascript/handlebars.runtime/handlebars.runtime.js usr/lib/nodejs/handlebars/lib/handlebars.runtime.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/libjs-handlebars.git
More information about the Pkg-javascript-commits
mailing list