[Pkg-javascript-commits] [SCM] Mustache rendering engine for Javascript branch, master, updated. debian/0.3.0-2-8-gfceb162
David Paleino
dapal at debian.org
Wed Feb 22 17:35:50 UTC 2012
The following commit has been merged in the master branch:
commit 298941a2fd2571b3d5d9a404608703aa16cff01c
Author: David Paleino <dapal at debian.org>
Date: Wed Feb 22 18:30:02 2012 +0100
Also build the requirejs and qooxdoo versions
diff --git a/debian/changelog b/debian/changelog
index db95048..825f64c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mustache.js (0.4.0-1) UNRELEASED; urgency=low
* New upstream version
* Drop deleted THANKS from installed documentation
+ * Also build the requirejs and qooxdoo versions
- -- David Paleino <dapal at debian.org> Wed, 22 Feb 2012 18:19:53 +0100
+ -- David Paleino <dapal at debian.org> Wed, 22 Feb 2012 18:27:56 +0100
mustache.js (0.3.0-2) unstable; urgency=low
diff --git a/debian/libjs-mustache.install b/debian/libjs-mustache.install
index db7d23d..5a51e15 100644
--- a/debian/libjs-mustache.install
+++ b/debian/libjs-mustache.install
@@ -1,2 +1,4 @@
jquery.mustache.js usr/share/javascript/mustache/
mustache.js usr/share/javascript/mustache/
+qooxdoo.mustache.js usr/share/javascript/mustache/
+requirejs.mustache.js usr/share/javascript/mustache/
diff --git a/debian/rules b/debian/rules
index f864b69..0b456e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ override_dh_installchangelogs:
override_dh_auto_build:
rake commonjs
rake jquery
+ rake requirejs
+ rake qooxdoo
#rake dojo
#rake yui3
--
Mustache rendering engine for Javascript
More information about the Pkg-javascript-commits
mailing list