[liblingua-translit-perl] 06/07: Create patch to fix typos in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Apr 10 20:50:19 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository liblingua-translit-perl.

commit 31682c6e16cc31fc909b332339dfa821ab9f9ed7
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Apr 10 17:45:57 2016 -0300

    Create patch to fix typos in manpage
---
 debian/changelog                                  |  1 +
 debian/patches/0001-fixing-typos-in-manpage.patch | 31 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ef83faa..28a671c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ liblingua-translit-perl (0.25-1) UNRELEASED; urgency=medium
   * Update years of upstream copyright
   * Update years of Debian packaging copyright
   * Declare compliance with Debian policy 3.9.7
+  * Create patch to fix typos in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 10 Apr 2016 17:28:19 -0300
 
diff --git a/debian/patches/0001-fixing-typos-in-manpage.patch b/debian/patches/0001-fixing-typos-in-manpage.patch
new file mode 100644
index 0000000..fa24033
--- /dev/null
+++ b/debian/patches/0001-fixing-typos-in-manpage.patch
@@ -0,0 +1,31 @@
+Description: Fix typos in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-04-10
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113645
+Bug: https://rt.cpan.org/Ticket/Display.html?id=113645
+
+--- a/lib/Lingua/Translit.pm
++++ b/lib/Lingua/Translit.pm
+@@ -50,7 +50,7 @@ writing system or alphabet to another on
+ The conversion is ideally unique, mapping one character to exactly one
+ character, so the original spelling can be reconstructed.
+ Practically this is not always the case and one single letter of the
+-original alpabet can be transcribed as two, three or even more letters.
++original alphabet can be transcribed as two, three or even more letters.
+ 
+ Furthermore there is more than one transliteration scheme for one writing
+ system.
+@@ -60,11 +60,11 @@ reconstruct the original data.
+ 
+ Reconstruction is a problem though for non-unique transliterations, if no
+ language specific knowledge is available as the resulting clusters of
+-letters may be ambigous.
++letters may be ambiguous.
+ For example, the Greek character "PSI" maps to "ps", but "ps" could also
+ result from the sequence "PI", "SIGMA" since "PI" maps to "p" and "SIGMA"
+ maps to s.
+-If a transliteration table leads to ambigous conversions, the provided
++If a transliteration table leads to ambiguous conversions, the provided
+ table cannot be used reverse.
+ 
+ Otherwise the table can be used in both directions, if appreciated.
diff --git a/debian/patches/series b/debian/patches/series
index aba7ccb..34d8ae9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0001-fixing-typos-in-manpage.patch
 autopkgtest.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblingua-translit-perl.git



More information about the Pkg-perl-cvs-commits mailing list