debian/0000755000000000000000000000000012021606317007164 5ustar debian/rules0000755000000000000000000000055511723627434010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: rake commonjs rake jquery rake requirejs rake qooxdoo #rake dojo #rake yui3 override_dh_auto_clean: #disabled, it also removes .pc/ and other possibly-useful things #rake clean rm -rf \ lib/ \ jquery.mustache.js debian/watch0000644000000000000000000000012111654216334010216 0ustar version=3 http://githubredir.debian.net/github/janl/mustache.js/(\d+.*)\.tar\.gz debian/node-mustache.docs0000644000000000000000000000001211721223223012560 0ustar README.md debian/compat0000644000000000000000000000000211654216303010365 0ustar 8 debian/control0000644000000000000000000000257011723630044010575 0ustar Source: mustache.js Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: David Paleino Build-Depends: debhelper (>= 8~) , rake Standards-Version: 3.9.3 Homepage: http://mustache.github.com/ Vcs-Git: git://git.debian.org/collab-maint/mustache.js.git Vcs-Browser: http://git.debian.org/?p=collab-maint/mustache.js.git;a=summary Package: libjs-mustache Architecture: all Depends: ${misc:Depends} Recommends: javascript-common Description: Mustache rendering engine for Javascript Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. (As in model-view-controller.) . As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." . This package provides the Mustache rendering engine for Javascript. Package: node-mustache Architecture: all Depends: ${misc:Depends} , nodejs Description: Mustache rendering engine for Javascript - CommonJS Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. (As in model-view-controller.) . As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." . This package provides the Mustache rendering engine for CommonJS. debian/copyright0000644000000000000000000000243311723627333011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Files: * Copyright: © 2009, Chris Wanstrath © 2010-2012, Jan Lehnardt License: MIT Files: debian/* Copyright: © 2011-2012, David Paleino License: MIT License: MIT 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. debian/changelog0000644000000000000000000000217012021605613011034 0ustar mustache.js (0.4.2-2) unstable; urgency=low * 01-replace_unicode_char.patch: fixes FTBFS when LANG=C is set (which seems to be the case on buildds) (Closes: #676117) -- David Paleino Wed, 05 Sep 2012 10:21:29 +0200 mustache.js (0.4.2-1) unstable; urgency=low * New upstream version * Updated debian/copyright * Don't (try to) install CHANGES.md anymore, since it was dropped upstream * Clean generated files during dh_clean * Standards-Version bump to 3.9.3, no changes needed -- David Paleino Thu, 01 Mar 2012 09:15:41 +0100 mustache.js (0.4.0-1) unstable; urgency=low * New upstream version * Drop deleted THANKS from installed documentation * Also build the requirejs and qooxdoo versions -- David Paleino Wed, 22 Feb 2012 18:33:24 +0100 mustache.js (0.3.0-2) unstable; urgency=low * Forgot to install the "clean" flavor of the lib -- David Paleino Wed, 02 Nov 2011 12:34:08 +0100 mustache.js (0.3.0-1) unstable; urgency=low * Initial release -- David Paleino Wed, 02 Nov 2011 12:04:20 +0100 debian/source/0000755000000000000000000000000011654216303010467 5ustar debian/source/format0000644000000000000000000000001411654216303011675 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000013511723627562010205 0ustar dojox/string/mustache.js qooxdoo.mustache.js requirejs.mustache.js yui3/mustache/mustache.js debian/patches/0000755000000000000000000000000012021605413010607 5ustar debian/patches/series0000644000000000000000000000006612021605400012022 0ustar #00-disable_tests.patch 01-replace_unicode_char.patch debian/patches/00-disable_tests.patch0000644000000000000000000000102211654217167014705 0ustar --- Rakefile | 11 ----------- 1 file changed, 11 deletions(-) --- mustache.js.orig/Rakefile +++ mustache.js/Rakefile @@ -1,15 +1,4 @@ require 'rake' -require 'spec/rake/spectask' - -task :default => :spec - -Spec::Rake::SpecTask.new(:spec) do |t| - #t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""] - t.spec_files = FileList['test/*_spec.rb'] -end - -desc "Run all specs" -task :spec def templated_build(name, opts={}) # Create a rule that uses the .tmpl.{pre,post} stuff to make a final, debian/patches/01-replace_unicode_char.patch0000644000000000000000000000103712021605476016176 0ustar From: David Paleino Subject: replace the only unicode character in code, making it FTBFS if LANG=C is set. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676117 Origin: vendor Forwarded: no --- mustache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- mustache.js.orig/mustache.js +++ mustache.js/mustache.js @@ -1,5 +1,5 @@ /* - mustache.js — Logic-less templates in JavaScript + mustache.js - Logic-less templates in JavaScript See http://mustache.github.com/ for more info. */ debian/node-mustache.install0000644000000000000000000000004011654221266013311 0ustar lib/mustache.js usr/lib/nodejs/ debian/libjs-mustache.docs0000644000000000000000000000001211721221650012740 0ustar README.md debian/libjs-mustache.install0000644000000000000000000000032411721222773013473 0ustar 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/