r59693 - in /trunk/libnet-ident-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 21 20:59:21 UTC 2010


Author: gregoa
Date: Mon Jun 21 20:59:16 2010
New Revision: 59693

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59693
Log:
Add new patch spelling.patch (fixes spelling mistakes in documentation).

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

Modified: trunk/libnet-ident-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/changelog?rev=59693&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/changelog (original)
+++ trunk/libnet-ident-perl/debian/changelog Mon Jun 21 20:59:16 2010
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Remove patch fix-errno-hash-readonly-error, applied upstream.
+  * Add new patch spelling.patch (fixes spelling mistakes in documentation).
   * Refresh patch export-hooks.patch. Refresh DEP3 patch headers for both
     remaining patches.
   * Add /me to Uploaders.

Modified: trunk/libnet-ident-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/patches/series?rev=59693&op=diff
==============================================================================
--- trunk/libnet-ident-perl/debian/patches/series (original)
+++ trunk/libnet-ident-perl/debian/patches/series Mon Jun 21 20:59:16 2010
@@ -1,2 +1,3 @@
 export-hooks.patch
 makefile_mod-perl.patch
+spelling.patch

Added: trunk/libnet-ident-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ident-perl/debian/patches/spelling.patch?rev=59693&op=file
==============================================================================
--- trunk/libnet-ident-perl/debian/patches/spelling.patch (added)
+++ trunk/libnet-ident-perl/debian/patches/spelling.patch Mon Jun 21 20:59:16 2010
@@ -1,0 +1,26 @@
+Description: fix spelling mistakes in POD
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-06-21
+
+--- a/Ident.pm
++++ b/Ident.pm
+@@ -836,7 +836,7 @@
+ method, wich will return the error message.
+ 
+ The timeout is I<not> implemented using C<alarm()>. In fact you can
+-use C<alarm()> completely independant of this library, they do not
++use C<alarm()> completely independent of this library, they do not
+ interfere.
+ 
+ =item C<newFromInAddr $localaddr, $remoteaddr, $timeout>
+@@ -846,7 +846,7 @@
+ 
+ =item C<query $obj>
+ 
+-This object method queries the remote rfc931 deamon, and blocks until
++This object method queries the remote rfc931 daemon, and blocks until
+ the connection to the ident daemon is writable, if necessary (but you
+ are supposed to make sure it is, of course). Returns true on success
+ (or rather it returns the I<$obj> itself), or undef on error.




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