[libparanoid-perl] 04/05: Create a new patch fixing new typos in manpage

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 28 02:56:33 UTC 2016


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

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

commit 218fda804c2857e5e2cf80e84179a93a4873a236
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Sat Aug 27 23:40:10 2016 -0300

    Create a new patch fixing new typos in manpage
---
 debian/changelog                         |  1 +
 debian/patches/fix-typo-in-manpage.patch | 17 +++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 427eedb..da99528 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libparanoid-perl (2.03-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 2.03
   * Remove patch fixing typo in manpages, applied by upstream
+  * Create a new patch fixing new typos in manpage
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Sat, 27 Aug 2016 21:59:30 -0300
 
diff --git a/debian/patches/fix-typo-in-manpage.patch b/debian/patches/fix-typo-in-manpage.patch
new file mode 100644
index 0000000..b4a28ff
--- /dev/null
+++ b/debian/patches/fix-typo-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: fix typo in manpage
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-08-27
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117260
+Bug: https://rt.cpan.org/Ticket/Display.html?id=117260
+
+--- a/lib/Paranoid/IO.pm
++++ b/lib/Paranoid/IO.pm
+@@ -848,7 +848,7 @@ is impossible to tell within those calls
+ This module provides a replacement for Perl's internal L<sysopen>, which
+ should be used even where read/write file access is necessary.  One key
+ benefit for doing so is that it provides internal file handle caching based on
+-the file name.  All the addtional functions provided by this module use it
++the file name.  All the additional functions provided by this module use it
+ internally to retrieve that cached file handle to avoid the overhead of
+ repetitive opening and closing of files.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d3cc525
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-typo-in-manpage.patch

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



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