[Pkg-javascript-commits] [libjs-handlebars.runtime] 02/03: Imported Debian patch 1.3.0-1

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 9 16:32:20 UTC 2014


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

praveen pushed a commit to branch master
in repository libjs-handlebars.runtime.

commit f461a52d8934aed002952f5b417a2b993ac5725e
Author: Pirate Praveen <praveen at debian.org>
Date:   Sat May 3 22:40:55 2014 +0530

    Imported Debian patch 1.3.0-1
---
 debian/README.source |  8 ++++++++
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 20 ++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/docs          |  0
 debian/install       |  1 +
 debian/links         |  1 +
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 11 files changed, 77 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..979da79
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,8 @@
+libjs-handlebars for Debian
+---------------------------
+
+handlebars-v1.3.0.js is downloaded from handlebarsjs.com
+
+
+ -- Pirate Praveen <praveen at debian.org>  Sat, 03 May 2014 22:40:55 +0530
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..773da31
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libjs-handlebars.runtime (1.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #746942)
+
+ -- Pirate Praveen <praveen at debian.org>  Sat, 03 May 2014 22:40:55 +0530
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..9396f19
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libjs-handlebars.runtime
+Section: web
+Priority: optional
+Maintainer: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 9.0.0)
+Standards-Version: 3.9.5
+Homepage: http://handlebarsjs.com
+#Vcs-Git: git://git.debian.org/collab-maint/libjs-handlebars.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/libjs-handlebars.git;a=summary
+
+Package: libjs-handlebars.runtime
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: runtime for handlebars semantic templates library
+ 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
new file mode 100644
index 0000000..ded07db
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: handlebars.runtime
+Source: http://handlebarsjs.com/
+
+Files: *
+Copyright: 2011 by Yehuda Katz
+License: Expat
+
+Files: debian/*
+Copyright: 2014 Pirate Praveen <praveen at debian.org>
+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..e69de29
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..8a4c532
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+handlebars.runtime-v1.3.0.js usr/share/javascript/handlebars.runtime
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..94f2674
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/share/javascript/handlebars/handlebars.runtime-v1.3.0.js usr/share/javascript/handlebars.runtime/handlebars.runtime.js
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..79fd842
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
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..c177b63
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://s3.amazonaws.com/builds.handlebarsjs.com/ handlebars.runtime-v(.*).js

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



More information about the Pkg-javascript-commits mailing list