r77150 - in /trunk/libio-aio-perl: AIO.pm debian/changelog debian/patches/pod.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jul 5 15:11:02 UTC 2011


Author: gregoa
Date: Tue Jul  5 15:10:59 2011
New Revision: 77150

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77150
Log:
Refresh patch (offset).
(and un-apply it)

Modified:
    trunk/libio-aio-perl/AIO.pm
    trunk/libio-aio-perl/debian/changelog
    trunk/libio-aio-perl/debian/patches/pod.patch

Modified: trunk/libio-aio-perl/AIO.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/AIO.pm?rev=77150&op=diff
==============================================================================
--- trunk/libio-aio-perl/AIO.pm (original)
+++ trunk/libio-aio-perl/AIO.pm Tue Jul  5 15:10:59 2011
@@ -676,7 +676,7 @@
 
 =item aio_readdirx $pathname, $flags, $callback->($entries, $flags)
 
-Quite similar to C<aio_readdir>, but the C<$flags> argument allows one to tune
+Quite similar to C<aio_readdir>, but the C<$flags> argument allows to tune
 behaviour and output format. In case of an error, C<$entries> will be
 C<undef>.
 
@@ -734,7 +734,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 absence of this flag therefore indicates that all
+C<IO::AIO::DT_UNKNOWN>. The absense of this flag therefore indicates that all
 C<$type>'s are known, which can be used to speed up some algorithms.
 
 =back
@@ -926,7 +926,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
-separately). This is often faster than stat'ing the entry itself because
+seperately). 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.
@@ -1655,7 +1655,7 @@
 
 Simply calls the C<posix_fadvise> function (see its
 manpage for details). The following advice constants are
-available: C<IO::AIO::FADV_NORMAL>, C<IO::AIO::FADV_SEQUENTIAL>,
+avaiable: 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>.
 
@@ -1666,7 +1666,7 @@
 
 Simply calls the C<posix_madvise> function (see its
 manpage for details). The following advice constants are
-available: C<IO::AIO::MADV_NORMAL>, C<IO::AIO::MADV_SEQUENTIAL>,
+avaiable: 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
@@ -1676,7 +1676,7 @@
 
 Simply calls the C<mprotect> function on the preferably AIO::mmap'ed
 $scalar (see its manpage for details). The following protect
-constants are available: C<IO::AIO::PROT_NONE>, C<IO::AIO::PROT_READ>,
+constants are avaiable: 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

Modified: trunk/libio-aio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-aio-perl/debian/changelog?rev=77150&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/changelog (original)
+++ trunk/libio-aio-perl/debian/changelog Tue Jul  5 15:10:59 2011
@@ -1,6 +1,10 @@
 libio-aio-perl (3.93-1) unstable; urgency=low
 
+  [ Nicholas Bamber ]
   * New upstream release
+
+  [ gregor herrmann ]
+  * Refresh patch (offset).
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Mon, 04 Jul 2011 20:50:42 +0100
 

Modified: 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=77150&op=diff
==============================================================================
--- trunk/libio-aio-perl/debian/patches/pod.patch (original)
+++ trunk/libio-aio-perl/debian/patches/pod.patch Tue Jul  5 15:10:59 2011
@@ -4,7 +4,7 @@
 Last-Update: 2011-06-10
 --- a/AIO.pm
 +++ b/AIO.pm
-@@ -668,7 +668,7 @@
+@@ -676,7 +676,7 @@
  
  =item aio_readdirx $pathname, $flags, $callback->($entries, $flags)
  
@@ -13,7 +13,7 @@
  behaviour and output format. In case of an error, C<$entries> will be
  C<undef>.
  
-@@ -726,7 +726,7 @@
+@@ -734,7 +734,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
@@ -22,7 +22,7 @@
  C<$type>'s are known, which can be used to speed up some algorithms.
  
  =back
-@@ -918,7 +918,7 @@
+@@ -926,7 +926,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
@@ -31,7 +31,7 @@
  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.
-@@ -1630,7 +1630,7 @@
+@@ -1655,7 +1655,7 @@
  
  Simply calls the C<posix_fadvise> function (see its
  manpage for details). The following advice constants are
@@ -40,7 +40,7 @@
  C<IO::AIO::FADV_RANDOM>, C<IO::AIO::FADV_NOREUSE>,
  C<IO::AIO::FADV_WILLNEED>, C<IO::AIO::FADV_DONTNEED>.
  
-@@ -1641,7 +1641,7 @@
+@@ -1666,7 +1666,7 @@
  
  Simply calls the C<posix_madvise> function (see its
  manpage for details). The following advice constants are
@@ -49,7 +49,7 @@
  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
-@@ -1651,7 +1651,7 @@
+@@ -1676,7 +1676,7 @@
  
  Simply calls the C<mprotect> function on the preferably AIO::mmap'ed
  $scalar (see its manpage for details). The following protect




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