[Pkg-javascript-commits] [mustache.js] 22/31: 01-replace_unicode_char.patch: fixes FTBFS when LANG=C is set (which seems to be the case on buildds) (Closes: #676117)
Martín Ferrari
tincho at debian.org
Sun Nov 13 22:20:14 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 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)
---
debian/changelog | 7 +++++++
debian/patches/01-replace_unicode_char.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 28 insertions(+)
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
--
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