[Pkg-javascript-commits] [SCM] Mustache rendering engine for Javascript branch, master, updated. debian/0.4.2-1-2-g104473b

David Paleino dapal at debian.org
Wed Sep 5 08:29:00 UTC 2012


The following commit has been merged in the master branch:
commit b583c0ca73200483be5f2319b36a5fd7ded9c505
Author: David Paleino <dapal at debian.org>
Date:   Wed Sep 5 10:20:56 2012 +0200

    01-replace_unicode_char.patch: fixes FTBFS when LANG=C is set (which seems to be the case on buildds) (Closes: #676117)

diff --git a/debian/changelog b/debian/changelog
index 4964493..fe3c9ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mustache.js (0.4.2-2) UNRELEASED; 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 <dapal at debian.org>  Wed, 05 Sep 2012 10:20:25 +0200
+
 mustache.js (0.4.2-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/patches/01-replace_unicode_char.patch b/debian/patches/01-replace_unicode_char.patch
new file mode 100644
index 0000000..29a5b60
--- /dev/null
+++ b/debian/patches/01-replace_unicode_char.patch
@@ -0,0 +1,20 @@
+From: David Paleino <dapal at debian.org>
+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.
+ */
diff --git a/debian/patches/series b/debian/patches/series
index 5527c6c..f71dd4a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 #00-disable_tests.patch
+01-replace_unicode_char.patch

-- 
Mustache rendering engine for Javascript



More information about the Pkg-javascript-commits mailing list