[libparanoid-perl] 04/05: Add more fixes to fix-typo-in-manpage.patch.

gregor herrmann gregoa at debian.org
Sun Oct 30 23:31:55 UTC 2016


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

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

commit 787c80f05e71070fa424e326aace00be5f7d593d
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 31 00:23:26 2016 +0100

    Add more fixes to fix-typo-in-manpage.patch.
---
 debian/patches/fix-typo-in-manpage.patch | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/patches/fix-typo-in-manpage.patch b/debian/patches/fix-typo-in-manpage.patch
index b4a28ff..af0ce22 100644
--- a/debian/patches/fix-typo-in-manpage.patch
+++ b/debian/patches/fix-typo-in-manpage.patch
@@ -1,12 +1,13 @@
 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
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=117260
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-31
 
 --- a/lib/Paranoid/IO.pm
 +++ b/lib/Paranoid/IO.pm
-@@ -848,7 +848,7 @@ is impossible to tell within those calls
+@@ -848,7 +848,7 @@
  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
@@ -15,3 +16,14 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=117260
  internally to retrieve that cached file handle to avoid the overhead of
  repetitive opening and closing of files.
  
+--- a/lib/Paranoid/Filesystem.pm
++++ b/lib/Paranoid/Filesystem.pm
+@@ -1114,7 +1114,7 @@
+   $rv = prmR("/foo", 1, %errors);
+ 
+ This function works the same as B<prm> but performs a recursive delete,
+-similar to "rm -r" on the command line.  An optional second argument determins
++similar to "rm -r" on the command line.  An optional second argument determines
+ if symbolic links are followed and the targets also recursively deleted.
+ 
+ =head2 preadDir

-- 
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