[liblingua-translit-perl] 08/10: Create patch fixing typo in POD

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 21 19:48:13 UTC 2017


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

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

commit f6f2d9a49fdfd5d43c330d18bd0fcfb1c5c032a2
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 21 16:15:33 2017 -0300

    Create patch fixing typo in POD
---
 debian/changelog                  |  1 +
 debian/patches/001_fix-typo.patch | 17 +++++++++++++++++
 debian/patches/series             |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f10150..3fc6415 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ liblingua-translit-perl (0.27-1) UNRELEASED; urgency=medium
   * Bump debhelper compatibility level to 10
   * Declare compliance with Debian Policy 4.0.0
   * d/control: update uploader's email address
+  * Create patch fixing typo in POD
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 21 Jun 2017 11:44:31 -0300
 
diff --git a/debian/patches/001_fix-typo.patch b/debian/patches/001_fix-typo.patch
new file mode 100644
index 0000000..bf92be2
--- /dev/null
+++ b/debian/patches/001_fix-typo.patch
@@ -0,0 +1,17 @@
+Description: fix typo in POD
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-06-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122157
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122157
+
+--- a/lib/Lingua/Translit.pm
++++ b/lib/Lingua/Translit.pm
+@@ -181,7 +181,7 @@ sub translit {
+ 
+ Transliterates the given text according to the object's transliteration
+ table, but uses it the other way round. For example table ISO 9 is a
+-transliteration scheme for the converion of Cyrillic letters to the Latin
++transliteration scheme for the conversion of Cyrillic letters to the Latin
+ alphabet. So if used reverse, Latin letters will be mapped to Cyrillic ones.
+ 
+ Returns the transliterated text.
diff --git a/debian/patches/series b/debian/patches/series
index aba7ccb..6c459a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+001_fix-typo.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