[DRE-commits] [ruby-kramdown] 03/05: Add patch: replase Unicode char to ASCII

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu Aug 3 11:44:13 UTC 2017


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

uwabami-guest pushed a commit to branch master
in repository ruby-kramdown.

commit d215564431f83d4bfc2851a121bf9ac7fef35d9f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Thu Aug 3 20:32:47 2017 +0900

    Add patch: replase Unicode char to ASCII
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/patches/fix_manpage_warnings.patch | 32 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 33 insertions(+)

diff --git a/debian/patches/fix_manpage_warnings.patch b/debian/patches/fix_manpage_warnings.patch
new file mode 100644
index 0000000..a552fff
--- /dev/null
+++ b/debian/patches/fix_manpage_warnings.patch
@@ -0,0 +1,32 @@
+--- a/man/man1/kramdown.1
++++ b/man/man1/kramdown.1
+@@ -139,7 +139,7 @@
+ .P
+ If the footnote backlint text is an empty string, no footnote backlinks will be generated\.
+ .P
+-Default: \[u2018]\[u0026]8617;\[u2019] Used by: HTML converter
++Default: '&8617;' Used by: HTML converter
+ .RE
+ .TP
+ \fB\-\-footnote\-nr\fP \fIARG\fP
+@@ -352,17 +352,17 @@
+ .SH "EXIT STATUS"
+ The exit status is 0 if no error happened\. Otherwise it is 1\.
+ .SH "SEE ALSO"
+-The kramdown website 
++The kramdown website
+ .UR http://kramdown\.gettalong\.org
+ .UE
+ for more information, especially on the supported input syntax\.
+ .SH "AUTHOR"
+-kramdown was written by Thomas Leitner 
++kramdown was written by Thomas Leitner
+ .MT t_leitner at gmx\.at
+ .UE
+ \&\.
+ .P
+-This manual page was written by Thomas Leitner 
++This manual page was written by Thomas Leitner
+ .MT t_leitner at gmx\.at
+ .UE
+ \&\.
diff --git a/debian/patches/series b/debian/patches/series
index 64fc72c..85f9f5d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 skip_missing_math_engines.patch
 rouge2.patch
+fix_manpage_warnings.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-kramdown.git



More information about the Pkg-ruby-extras-commits mailing list