r55068 - in /trunk/libnet-dri-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Mar 29 20:27:39 UTC 2010


Author: gregoa
Date: Mon Mar 29 20:27:34 2010
New Revision: 55068

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55068
Log:
Add patch to fix some spelling mistakes.

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

Modified: trunk/libnet-dri-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dri-perl/debian/changelog?rev=55068&op=diff
==============================================================================
--- trunk/libnet-dri-perl/debian/changelog (original)
+++ trunk/libnet-dri-perl/debian/changelog Mon Mar 29 20:27:34 2010
@@ -6,6 +6,7 @@
   * debian/control: make (build) dependency on libxml-libxml-perl versioned.
   * debian/copyright: update formatting and years of upstream copyright.
   * Convert to source format 3.0 (quilt).
+  * Add patch to fix some spelling mistakes.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 29 Mar 2010 22:13:38 +0200
 

Added: trunk/libnet-dri-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dri-perl/debian/patches/series?rev=55068&op=file
==============================================================================
--- trunk/libnet-dri-perl/debian/patches/series (added)
+++ trunk/libnet-dri-perl/debian/patches/series Mon Mar 29 20:27:34 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libnet-dri-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dri-perl/debian/patches/spelling.patch?rev=55068&op=file
==============================================================================
--- trunk/libnet-dri-perl/debian/patches/spelling.patch (added)
+++ trunk/libnet-dri-perl/debian/patches/spelling.patch Mon Mar 29 20:27:34 2010
@@ -1,0 +1,57 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling fixes
+Forwarded: no
+
+--- a/lib/Net/DRI/Data/Contact.pm
++++ b/lib/Net/DRI/Data/Contact.pm
+@@ -121,7 +121,7 @@ fax number of the contact (same form as
+ 
+ =head2 auth()
+ 
+-authentification for this contact (hash ref with a key 'pw' and a value being the password)
++authentication for this contact (hash ref with a key 'pw' and a value being the password)
+ 
+ =head2 disclose()
+ 
+--- a/lib/Net/DRI/Data/Contact/CIRA.pm
++++ b/lib/Net/DRI/Data/Contact/CIRA.pm
+@@ -108,7 +108,7 @@ legal form (see registry list of possibl
+ 
+ =head2 lang()
+ 
+-contact prefered language, either 'fr' or 'en'
++contact preferred language, either 'fr' or 'en'
+ 
+ =head2 ip_address()
+ 
+--- a/lib/Net/DRI/Protocol/IRIS/XCP.pm
++++ b/lib/Net/DRI/Protocol/IRIS/XCP.pm
+@@ -57,7 +57,7 @@ Only SASL PLAIN is handled
+ 
+ =item *
+ 
+-Blocks splitted over multiple chunks are not handled, except for application data
++Blocks split over multiple chunks are not handled, except for application data
+ 
+ =item *
+ 
+@@ -120,7 +120,7 @@ sub read_data # §4
+  my $keepopen=parse_block_header($hdr);
+  $to->send_logout() unless ($keepopen); ## will not truly send anything, as there is no logout, but will properly close the socket and prepare everything as needed for next connection
+ 
+- ## We do not handle blocks splitted over multiple chunks, except for application data
++ ## We do not handle blocks split over multiple chunks, except for application data
+  my $m='';
+  my ($lastchunk,$datacomplete,$chunktype);
+  while(($lastchunk,$datacomplete,$chunktype,$data)=parse_chunk($sock))
+--- a/lib/Net/DRI/Transport/Socket.pm
++++ b/lib/Net/DRI/Transport/Socket.pm
+@@ -61,7 +61,7 @@ see IO::Socket::SSL documentation about
+ =head2 ssl_verify_callback
+ 
+ see IO::Socket::SSL documentation about verify_callback, it gets here as first parameter the transport object
+-then all parameter given by IO::Socket::SSL; it is explicitely verified that the subroutine returns a true value,
++then all parameter given by IO::Socket::SSL; it is explicitly verified that the subroutine returns a true value,
+ and if not the connection is aborted.
+ 
+ =head2 remote_host remote_port




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