[libnet-sftp-foreign-perl] 01/02: Add fix-spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Tue Oct 13 16:33:31 UTC 2015


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

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 409d82cada980c05feeeed6eadabc017b305659a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Oct 13 18:32:53 2015 +0200

    Add fix-spelling-error-in-manpage.patch patch
---
 debian/patches/fix-spelling-error-in-manpage.patch | 45 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 46 insertions(+)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..79efd8b
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,45 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107755
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107755
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2015-10-13
+
+--- a/lib/Net/SFTP/Foreign.pm
++++ b/lib/Net/SFTP/Foreign.pm
+@@ -3986,7 +3986,7 @@ server to ensure that it actually exists
+ directory. Some servers may fail to honor those requests even for
+ valid directories (i.e. when the directory has the hidden flag set).
+ 
+-This option allows to disable those checks and just sets the cwd to
++This option allows one to disable those checks and just sets the cwd to
+ the given value blindly.
+ 
+ =back
+@@ -4535,7 +4535,7 @@ amounts of RAM for big file trees):
+ 
+ =item no_descend =E<gt> sub { ... }
+ 
+-These options, similar to the C<wanted> ones, allow to prune the
++These options, similar to the C<wanted> ones, allow one to prune the
+ search, discarding full subdirectories. For instance:
+ 
+     use Fcntl ':mode';
+@@ -4807,7 +4807,7 @@ for more information).
+ 
+ =item no_wanted =E<gt> ...
+ 
+-Allow to select which file system objects have to be deleted.
++Allow one to select which file system objects have to be deleted.
+ 
+ =back
+ 
+@@ -5230,7 +5230,7 @@ argument. The values accepted here are t
+ 
+ =head2 On the fly data conversion
+ 
+-Some of the methods on this module allow to perform on the fly data
++Some of the methods on this module allow one to perform on the fly data
+ conversion via the C<conversion> option that accepts the following
+ values:
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

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



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