r67656 - in /trunk/libio-aio-perl/debian: changelog patches/ patches/pod.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Jan 22 06:34:24 UTC 2011


Author: periapt-guest
Date: Sat Jan 22 06:33:39 2011
New Revision: 67656

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67656
Log:
Added patch for spelling mistakes

Added:
    trunk/libio-aio-perl/debian/patches/
    trunk/libio-aio-perl/debian/patches/pod.patch
    trunk/libio-aio-perl/debian/patches/series
Modified:
    trunk/libio-aio-perl/debian/changelog

Modified: trunk/libio-aio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/changelog?rev=67656&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/changelog (original)
+++ trunk/libio-aio-perl/debian/changelog Sat Jan 22 06:33:39 2011
@@ -15,6 +15,7 @@
   * Added debian/clean
   * Refreshed debian/copyright
   * Added homepage and svn repositories
+  * Added patch for spelling mistakes
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 21 Jan 2011 22:20:23 +0000
 

Added: trunk/libio-aio-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/patches/pod.patch?rev=67656&op=file
==============================================================================
--- trunk/libio-aio-perl/debian/patches/pod.patch (added)
+++ trunk/libio-aio-perl/debian/patches/pod.patch Sat Jan 22 06:33:39 2011
@@ -1,0 +1,51 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: spelling mistakes
+Forwarded: no
+Last-Update: 2011-01-22
+--- a/AIO.pm
++++ b/AIO.pm
+@@ -705,7 +705,7 @@
+ 
+ This flag should not be set when calling C<aio_readdirx>. Instead, it
+ is being set by C<aio_readdirx>, when any of the C<$type>'s found were
+-C<IO::AIO::DT_UNKNOWN>. The absense of this flag therefore indicates that all
++C<IO::AIO::DT_UNKNOWN>. The absence of this flag therefore indicates that all
+ C<$type>'s are known, which can be used to speed up some algorithms.
+ 
+ =back
+@@ -897,7 +897,7 @@
+ entry plus an appended C</.> will be C<stat>'ed, likely directories first,
+ in order of their inode numbers. If that succeeds, it assumes that the
+ entry is a directory or a symlink to directory (which will be checked
+-seperately). This is often faster than stat'ing the entry itself because
++separately). This is often faster than stat'ing the entry itself because
+ filesystems might detect the type of the entry without reading the inode
+ data (e.g. ext2fs filetype feature), even on systems that cannot return
+ the filetype information on readdir.
+@@ -1595,7 +1595,7 @@
+ 
+ Simply calls the C<posix_fadvise> function (see its
+ manpage for details). The following advice constants are
+-avaiable: C<IO::AIO::FADV_NORMAL>, C<IO::AIO::FADV_SEQUENTIAL>,
++available: C<IO::AIO::FADV_NORMAL>, C<IO::AIO::FADV_SEQUENTIAL>,
+ C<IO::AIO::FADV_RANDOM>, C<IO::AIO::FADV_NOREUSE>,
+ C<IO::AIO::FADV_WILLNEED>, C<IO::AIO::FADV_DONTNEED>.
+ 
+@@ -1606,7 +1606,7 @@
+ 
+ Simply calls the C<posix_madvise> function (see its
+ manpage for details). The following advice constants are
+-avaiable: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>,
++available: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>,
+ C<IO::AIO::MADV_RANDOM>, C<IO::AIO::MADV_WILLNEED>, C<IO::AIO::MADV_DONTNEED>.
+ 
+ On systems that do not implement C<posix_madvise>, this function returns
+@@ -1616,7 +1616,7 @@
+ 
+ Simply calls the C<mprotect> function on the preferably AIO::mmap'ed
+ $scalar (see its manpage for details). The following protect
+-constants are avaiable: C<IO::AIO::PROT_NONE>, C<IO::AIO::PROT_READ>,
++constants are available: C<IO::AIO::PROT_NONE>, C<IO::AIO::PROT_READ>,
+ C<IO::AIO::PROT_WRITE>, C<IO::AIO::PROT_EXEC>.
+ 
+ On systems that do not implement C<mprotect>, this function returns

Added: trunk/libio-aio-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/patches/series?rev=67656&op=file
==============================================================================
--- trunk/libio-aio-perl/debian/patches/series (added)
+++ trunk/libio-aio-perl/debian/patches/series Sat Jan 22 06:33:39 2011
@@ -1,0 +1,1 @@
+pod.patch




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