[Pkg-javascript-commits] [highlight.js] 07/10: [patch] remove a cyrillic letter in the doc

Cédric Boutillier boutil at moszumanska.debian.org
Sun Mar 2 08:56:38 UTC 2014


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

boutil pushed a commit to branch master
in repository highlight.js.

commit 318c1a3c31e072d93f68cfcf7b76d33d8bf7dfdb
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Feb 19 23:03:37 2014 +0100

    [patch] remove a cyrillic letter in the doc
---
 debian/patches/remove_cyrillic_i_from_doc.patch | 20 ++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/remove_cyrillic_i_from_doc.patch b/debian/patches/remove_cyrillic_i_from_doc.patch
new file mode 100644
index 0000000..511dd1c
--- /dev/null
+++ b/debian/patches/remove_cyrillic_i_from_doc.patch
@@ -0,0 +1,20 @@
+Description: replace cyrillic 'и' by its English translation 'and'
+ to avoid LaTeX error when building the documentation.
+Origin: vendor
+Author: Cédric Boutillier <boutil at debian.org>
+Forwarded: yes
+Bug: https://github.com/isagalaev/highlight.js/pull/422
+Applied-Upstream: https://github.com/isagalaev/highlight.js/commit/1127e68dee5cde2c4a25d74fdbf207a77f59f47b
+Last-Update: 2014-02-19
+
+--- a/docs/css-classes-reference.rst
++++ b/docs/css-classes-reference.rst
+@@ -590,7 +590,7 @@
+ * ``string``:           string
+ * ``number``:           number
+ * ``comment``:          comment
+-* ``literal``:          special literal: "true" и "false"
++* ``literal``:          special literal: "true" and "false"
+ * ``variable``:         variable
+ * ``shebang``:          script interpreter header
+ 
diff --git a/debian/patches/series b/debian/patches/series
index fc926bb..e5ed93a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 modify_build_dir.patch
+remove_cyrillic_i_from_doc.patch

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



More information about the Pkg-javascript-commits mailing list