r74689 - in /trunk/libnet-sftp-foreign-perl/debian: changelog patches/ patches/series patches/spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed May 18 14:56:29 UTC 2011


Author: periapt-guest
Date: Wed May 18 14:56:16 2011
New Revision: 74689

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74689
Log:
Created a new patch for a newly found spelling error

Added:
    trunk/libnet-sftp-foreign-perl/debian/patches/
    trunk/libnet-sftp-foreign-perl/debian/patches/series
    trunk/libnet-sftp-foreign-perl/debian/patches/spelling.patch
Modified:
    trunk/libnet-sftp-foreign-perl/debian/changelog

Modified: trunk/libnet-sftp-foreign-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/changelog?rev=74689&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/changelog (original)
+++ trunk/libnet-sftp-foreign-perl/debian/changelog Wed May 18 14:56:16 2011
@@ -5,6 +5,7 @@
   * Raised standards version to 3.9.2
   * Updated years of copyright
   * Removed patch applied upstream
+  * Created a new patch for a newly found spelling error
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 18 May 2011 15:44:19 +0100
 

Added: trunk/libnet-sftp-foreign-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/patches/series?rev=74689&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/patches/series (added)
+++ trunk/libnet-sftp-foreign-perl/debian/patches/series Wed May 18 14:56:16 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libnet-sftp-foreign-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/patches/spelling.patch?rev=74689&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/patches/spelling.patch (added)
+++ trunk/libnet-sftp-foreign-perl/debian/patches/spelling.patch Wed May 18 14:56:16 2011
@@ -1,0 +1,126 @@
+--- a/lib/Net/SFTP/Foreign.pm
++++ b/lib/Net/SFTP/Foreign.pm
+@@ -3219,7 +3219,7 @@
+ knows nothing about the character encoding used on the remote
+ filesystem to represent file and directory names.
+ 
+-This option allows to select the encoding used in the remote
++This option allows one to select the encoding used in the remote
+ machine. The default value is C<utf8>.
+ 
+ For instance:
+@@ -3267,7 +3267,7 @@
+ 
+ =item transport =E<gt> [$in_fh, $out_fh, $pid]
+ 
+-allows to use an already open pipe or socket as the transport for the
++allows one to use an already open pipe or socket as the transport for the
+ SFTP protocol.
+ 
+ It can be (ab)used to make this module work with password
+@@ -3285,7 +3285,7 @@
+ 
+ =item open2_cmd =E<gt> $cmd;
+ 
+-allows to completely redefine how C<ssh> is called. Its arguments are
++allows one to completely redefine how C<ssh> is called. Its arguments are
+ passed to L<IPC::Open2::open2> to open a pipe to the remote
+ server.
+ 
+@@ -3359,7 +3359,7 @@
+ that results on the SSH connection being closed by the first process
+ where the object goes out of scope, something undesirable.
+ 
+-This option allows to work-around this issue to some extend.
++This option allows one to work-around this issue to some extend.
+ 
+ The acceptable values for C<$ad> are:
+ 
+@@ -3478,7 +3478,7 @@
+ 
+ =item umask =E<gt> $umask
+ 
+-allows to select the umask to apply when setting the permissions of
++allows one to select the umask to apply when setting the permissions of
+ the copied file. Default is to use the umask for the current process.
+ 
+ =item perm =E<gt> $perm
+@@ -3571,7 +3571,7 @@
+ =item queue_size =E<gt> $size
+ 
+ read and write requests are pipelined in order to maximize transfer
+-throughput. This option allows to set the maximum number of requests
++throughput. This option allows one to set the maximum number of requests
+ that can be concurrently waiting for a server response.
+ 
+ =back
+@@ -3625,7 +3625,7 @@
+ 
+ =item umask =E<gt> $umask
+ 
+-allows to select the umask to apply when setting the permissions of
++allows one to select the umask to apply when setting the permissions of
+ the copied file. Default is to use the umask for the current process.
+ 
+ =item perm =E<gt> $perm
+@@ -3683,7 +3683,7 @@
+ =item queue_size =E<gt> $size
+ 
+ read and write requests are pipelined in order to maximize transfer
+-throughput. This option allows to set the maximum number of requests
++throughput. This option allows one to set the maximum number of requests
+ that can be concurrently waiting for a server response.
+ 
+ =item late_set_perm =E<gt> $bool
+@@ -4022,7 +4022,7 @@
+ 
+ =item no_wanted =E<gt> ...
+ 
+-This option allows to select which files and directories have to be
++This option allows one to select which files and directories have to be
+ copied. See also C<ls> method docs.
+ 
+ If a directory is discarded all of its contents are also discarded (as
+@@ -4090,7 +4090,7 @@
+ 
+ =item no_wanted =E<gt> ...
+ 
+-This option allows to select which files and directories have to be
++This option allows one to select which files and directories have to be
+ copied. See also C<ls> method docs.
+ 
+ If a directory is discarded all of its contents are also discarded (as
+@@ -4241,7 +4241,7 @@
+ 
+ =back
+ 
+-When creating a new remote file, C<$attrs> allows to set its initial
++When creating a new remote file, C<$attrs> allows one to set its initial
+ attributes. C<$attrs> has to be an object of class
+ L<Net::SFTP::Foreign::Attributes>.
+ 
+@@ -4643,7 +4643,7 @@
+      or die "unable to transfer file: " . $sftp->error;
+ 
+ Some servers do not support the C<fsetstat> method on open file
+-handles. Setting this flag allows to delay that operation until the
++handles. Setting this flag allows one to delay that operation until the
+ file has been completely transferred and the remote file handle
+ closed.
+ 
+@@ -4805,13 +4805,13 @@
+ Net::SFTP::Foreign integrates nicely with my other module
+ L<Net::OpenSSH>.
+ 
+-L<Net::SFTP::Foreign::Backend::Net_SSH2> allows to run
++L<Net::SFTP::Foreign::Backend::Net_SSH2> allows one to run
+ Net::SFTP::Foreign on top of L<Net::SSH2>.
+ 
+ Modules offering similar functionality available from CPAN are
+ L<Net::SFTP> and L<Net::SSH2>.
+ 
+-L<Test::SFTP> allows to run tests against a remote SFTP server.
++L<Test::SFTP> allows one to run tests against a remote SFTP server.
+ 
+ =head1 COPYRIGHT
+ 




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