r54360 - in /trunk/libnet-sftp-foreign-perl/debian: changelog copyright patches/ patches/fix-pod-spelling.patch patches/series source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Mar 15 02:36:11 UTC 2010


Author: jawnsy-guest
Date: Mon Mar 15 02:36:05 2010
New Revision: 54360

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54360
Log:
* Use new 3.0 (quilt) source format
* Add a patch to fix POD spelling errors

Added:
    trunk/libnet-sftp-foreign-perl/debian/patches/
    trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch
    trunk/libnet-sftp-foreign-perl/debian/patches/series
    trunk/libnet-sftp-foreign-perl/debian/source/
    trunk/libnet-sftp-foreign-perl/debian/source/format
Modified:
    trunk/libnet-sftp-foreign-perl/debian/changelog
    trunk/libnet-sftp-foreign-perl/debian/copyright

Modified: trunk/libnet-sftp-foreign-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/changelog?rev=54360&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/changelog (original)
+++ trunk/libnet-sftp-foreign-perl/debian/changelog Mon Mar 15 02:36:05 2010
@@ -4,6 +4,8 @@
   * New upstream release
   * Update copyright to new DEP5 format
   * Rewrite control description
+  * Use new 3.0 (quilt) source format
+  * Add a patch to fix POD spelling errors
 
   [ Ryan Niebur ]
   * Update ryan52's email address

Modified: trunk/libnet-sftp-foreign-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/copyright?rev=54360&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/copyright (original)
+++ trunk/libnet-sftp-foreign-perl/debian/copyright Mon Mar 15 02:36:05 2010
@@ -2,8 +2,8 @@
 Maintainer: Salvador Fandiño <sfandino at yahoo.com>
 Source: http://search.cpan.org/dist/Net-SFTP-Foreign/
 Name: Net-SFTP-Foreign
-X-Comment: The non-free RFCs have been removed from the upstream tarball for the +dfsg
- version.
+X-Comment: The non-free RFCs have been removed from the upstream tarball
+ for the +dfsg version.
 
 Files: *
 Copyright: 2005-2010, Salvador Fandiño <sfandino at yahoo.com>

Added: trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch?rev=54360&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libnet-sftp-foreign-perl/debian/patches/fix-pod-spelling.patch Mon Mar 15 02:36:05 2010
@@ -1,0 +1,51 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Net/SFTP/Foreign.pm
++++ b/lib/Net/SFTP/Foreign.pm
+@@ -3065,7 +3065,7 @@
+ 
+ Well, both modules have their pros and cons:
+ 
+-Net::SFTP::Foreign does not requiere a bunch of additional modules and
++Net::SFTP::Foreign does not require a bunch of additional modules and
+ external libraries to work, just the OpenBSD SSH client (or any other
+ client compatible enough).
+ 
+@@ -3640,7 +3640,7 @@
+ 
+ =item wanted =E<gt> qr/.../
+ 
+-Only elements which filename match the regular expresion are included
++Only elements which filename match the regular expression are included
+ on the listing.
+ 
+ =item wanted =E<gt> sub {...}
+@@ -3767,7 +3767,7 @@
+ 
+ =item ordered =E<gt> 1
+ 
+-By default, the file system is searched in an implementation dependant
++By default, the file system is searched in an implementation dependent
+ order (actually optimized for low memory comsumption). If this option
+ is included, the file system is searched in a deep-first, sorted by
+ filename fashion.
+@@ -3851,7 +3851,7 @@
+ 
+ =item strict_leading_dot =E<gt> 0
+ 
+-by default, a dot character at the begining of a file or directory
++by default, a dot character at the beginning of a file or directory
+ name is not matched by willcards (C<*> or C<?>). Setting this flags to
+ a false value changes this behaviour.
+ 
+@@ -4232,7 +4232,7 @@
+ =item $sftp-E<gt>opendir($path)
+ 
+ Sends a C<SSH_FXP_OPENDIR> command to open the remote directory
+-C<$path>, and returns an open handle on success (unfortunatelly,
++C<$path>, and returns an open handle on success (unfortunately,
+ current versions of perl does not support directory operations via
+ tied handles, so it is not possible to use the returned handle as a
+ native one).

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=54360&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/patches/series (added)
+++ trunk/libnet-sftp-foreign-perl/debian/patches/series Mon Mar 15 02:36:05 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Added: trunk/libnet-sftp-foreign-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/source/format?rev=54360&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/source/format (added)
+++ trunk/libnet-sftp-foreign-perl/debian/source/format Mon Mar 15 02:36:05 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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