[DRE-commits] [ruby-handlebars-assets] 02/04: provide libjs-handlebars packages
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Apr 7 14:25:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-handlebars-assets.
commit c4f28ff153e3c01446b81bf3370a37ebb7a67eb7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Apr 7 19:45:33 2015 +0530
provide libjs-handlebars packages
---
debian/changelog | 7 +++++++
debian/control | 22 ++++++++++++++++++++++
debian/libjs-handlebars.install | 1 +
debian/libjs-handlebars.runtime.install | 1 +
4 files changed, 31 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index aa84cd1..a574b40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-handlebars-assets (2:0.20.1-3) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Provide libjs-handlebars packages (splitting is not worth eht effort)
+
+ -- Pirate Praveen <praveen at debian.org> Tue, 07 Apr 2015 19:43:14 +0530
+
ruby-handlebars-assets (0.18-2) experimental; urgency=medium
* Fix path for handlebars.runtime.js (closes: #770849)
diff --git a/debian/control b/debian/control
index e80ed4b..2d5e147 100644
--- a/debian/control
+++ b/debian/control
@@ -25,3 +25,25 @@ Description: compile Handlebars templates in the Rails asset pipeline
.
Using `sprockets` with Sinatra or another framework? handlebars_assets
works outside of Rails too (as of v0.2.0)
+
+Package: libjs-handlebars
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc: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/
+
+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/libjs-handlebars.install b/debian/libjs-handlebars.install
new file mode 100644
index 0000000..92245d2
--- /dev/null
+++ b/debian/libjs-handlebars.install
@@ -0,0 +1 @@
+vendor/assets/javascripts/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..03b24b7
--- /dev/null
+++ b/debian/libjs-handlebars.runtime.install
@@ -0,0 +1 @@
+vendor/assets/javascripts/handlebars.runtime.js usr/share/javascript/handlebars.runtime
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-handlebars-assets.git
More information about the Pkg-ruby-extras-commits
mailing list