[Pkg-javascript-commits] [mustache.js] 10/31: Also build the requirejs and qooxdoo versions

Martín Ferrari tincho at debian.org
Sun Nov 13 22:20:13 UTC 2016


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

tincho pushed a commit to branch master
in repository mustache.js.

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
---
 debian/changelog              | 3 ++-
 debian/libjs-mustache.install | 2 ++
 debian/rules                  | 2 ++
 3 files changed, 6 insertions(+), 1 deletion(-)

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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mustache.js.git



More information about the Pkg-javascript-commits mailing list