[Pkg-javascript-commits] [libjs-handlebars] 05/07: update install
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Mar 7 08:41:32 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 f843d606d104cf1efa95b3447d329a01b2309dfd
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Mar 7 13:33:45 2016 +0530
update install
---
debian/changelog | 1 +
debian/control | 11 +++++++++++
debian/install | 2 +-
debian/libjs-handlebars.runtime.install | 1 +
4 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bbd656d..be12c9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libjs-handlebars (3:4.0.5-1) UNRELEASED; urgency=medium
* New upstream release
+ * Provide libjs-handlebars.runtime binary
-- Pirate Praveen <praveen at debian.org> Mon, 07 Mar 2016 13:10:42 +0530
diff --git a/debian/control b/debian/control
index 040deb1..368faa1 100644
--- a/debian/control
+++ b/debian/control
@@ -19,3 +19,14 @@ Description: let you build semantic templates effectively with no frustration
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: 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/install b/debian/install
index 0bd7dfb..52b80c3 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-handlebars-v*.js usr/share/javascript/handlebars
+lib/handlebars.js usr/share/javascript/handlebars
diff --git a/debian/libjs-handlebars.runtime.install b/debian/libjs-handlebars.runtime.install
new file mode 100644
index 0000000..69b7f25
--- /dev/null
+++ b/debian/libjs-handlebars.runtime.install
@@ -0,0 +1 @@
+lib/handlebars.runtime.js usr/share/javascript/handlebars.runtime
--
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