[SCM] Debian packaging of libnet-ldap-perl branch, master, updated. debian/0.4300-2-7-gf32f6d8

gregor herrmann gregoa at debian.org
Tue Feb 7 23:36:25 UTC 2012


The following commit has been merged in the master branch:
commit 856a744d12844f8c8c190c8eac4b799f36b31435
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 8 00:23:38 2012 +0100

    Update spelling patch.

diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
index 143b6a2..ff1c9da 100644
--- a/debian/patches/fix-pod-spelling.patch
+++ b/debian/patches/fix-pod-spelling.patch
@@ -1,232 +1,71 @@
-Description: fix POD spelling errors
+Description: fix POD spelling/grammar errors
 Origin: vendor
-Forwarded: no
-Author: Jonathan Yu <jawnsy at cpan.org>
-Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-09-04
+Bug: https://rt.cpan.org/Ticket/Display.html?id=74759
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=74759
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-02-08
 
---- a/lib/Net/LDAP/Control.pm
-+++ b/lib/Net/LDAP/Control.pm
-@@ -204,7 +204,7 @@
- uniquely identifies the control. This prevents conflicts between
- control names.
- 
--This may be ommitted if the contructor is being called on a sub-class of
-+This may be omitted if the contructor is being called on a sub-class of
- Net::LDAP::Control which has registered to be associated with an OID.
- If the contructor is being called on the Net::LDAP::Control
- package, then this argument must be given.  If the given OID has been
-@@ -234,7 +234,7 @@
- =head1 METHODS
- 
- In addition to the methods listed below, each of the named parameters
--to C<new> is also avaliable as a method. C<type> will return the OID of
-+to C<new> is also available as a method. C<type> will return the OID of
- the control object. C<value> and C<critical> are set/get methods and will
- return the current value for each attribute if called without arguments,
- but may also be called with arguments to set new values.
---- a/lib/Net/LDAP/Control/Paged.pm
-+++ b/lib/Net/LDAP/Control/Paged.pm
-@@ -133,7 +133,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
 --- a/lib/Net/LDAP/Control/PostRead.pm
 +++ b/lib/Net/LDAP/Control/PostRead.pm
-@@ -64,7 +64,7 @@
- 
- If absent, all attributes are returned.
- 
--Operational attributes may be included in the list by explicitely asking for them
-+Operational attributes may be included in the list by explicitly asking for them
- or by using special C<"+"> feature (provided the server supports this feature).
- 
- =back
-@@ -72,7 +72,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
+@@ -54,7 +54,7 @@
+ In modification operations, the C<Post-Read request control> indicates to the
+ server that a copy of the modified entry after the update is to be returned.
+ After the successful completion of the operation, the accompanying C<Post-Read
+-response control> allows to retrieve the updated value from the servers's response.
++response control> allows one to retrieve the updated value from the servers's response.
+ 
+ One use case of this control may be to obtain values of operational attributes,
+ such as the C<entryUUID> and C<modifyTimestamp> attributes, updated by the server
 --- a/lib/Net/LDAP/Control/PreRead.pm
 +++ b/lib/Net/LDAP/Control/PreRead.pm
-@@ -118,7 +118,7 @@
- 
- If absent, all attributes are returned.
- 
--Operational attributes may be included in the list by explicitely asking for them
-+Operational attributes may be included in the list by explicitly asking for them
- or by using special C<"+"> feature (provided the server supports this feature).
- 
- =back
-@@ -126,7 +126,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
---- a/lib/Net/LDAP/Control/SortResult.pm
-+++ b/lib/Net/LDAP/Control/SortResult.pm
-@@ -116,7 +116,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
---- a/lib/Net/LDAP/Control/SyncDone.pm
-+++ b/lib/Net/LDAP/Control/SyncDone.pm
-@@ -91,7 +91,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
---- a/lib/Net/LDAP/Control/SyncRequest.pm
-+++ b/lib/Net/LDAP/Control/SyncRequest.pm
-@@ -131,7 +131,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
---- a/lib/Net/LDAP/Control/SyncState.pm
-+++ b/lib/Net/LDAP/Control/SyncState.pm
-@@ -104,7 +104,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
---- a/lib/Net/LDAP/Control/VLV.pm
-+++ b/lib/Net/LDAP/Control/VLV.pm
-@@ -329,7 +329,7 @@
- =head2 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
- 
---- a/lib/Net/LDAP/Control/VLVResponse.pm
-+++ b/lib/Net/LDAP/Control/VLVResponse.pm
-@@ -119,7 +119,7 @@
- 
- =item context
- 
--An arbitary value which is used to associate subsequent requests with the
-+An arbitrary value which is used to associate subsequent requests with the
- request which this control is a response for. This value should be copied
- by the client into the Virtual List View control for any subsequent
- search that uses the same list.
-@@ -138,7 +138,7 @@
- =head1 METHODS
- 
- As with L<Net::LDAP::Control> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
+@@ -108,7 +108,7 @@
+ In modification operations, the C<Pre-Read request control> indicates to the
+ server that a copy of the original entry before the update is to be returned.
+ After the successful completion of the operation, the accompanying C<Pre-Read
+-response control> allows to retrieve the original value from the servers's response.
++response control> allows one to retrieve the original value from the servers's response.
+ 
+ One use case of this control control may be to obtain replaced or deleted
+ values of modified attributes or a copy of the entry being deleted.
+--- a/lib/Net/LDAP/LDIF.pod
++++ b/lib/Net/LDAP/LDIF.pod
+@@ -158,7 +158,7 @@
  
---- a/lib/Net/LDAP/Extra.pm
-+++ b/lib/Net/LDAP/Extra.pm
-@@ -52,7 +52,7 @@
- C<Net::LDAP::Extra> allows methods to be added directly to
- all Net::LDAP objects. This can be done by creating a class
- C<Net::LDAP::Extra::name> which exports functions. A
--C<use Net::LDAP::Extra qw(name)> will then make these functions avaliable
-+C<use Net::LDAP::Extra qw(name)> will then make these functions available
- as a methods on all C<Net::LDAP> objects.
+ =item write_version ( )
  
- Care should be taken when choosing names for the functions to export
---- a/lib/Net/LDAP/FAQ.pod
-+++ b/lib/Net/LDAP/FAQ.pod
-@@ -1242,7 +1242,7 @@
- found out by searching the attribute supportedExtension for the
- value 1.3.6.1.4.1.4203.1.11.1 in the RootDSE object.
+-If the object's version is defined, this method allows to explicitly
++If the object's version is defined, this method allows one to explicitly
+ write the version before an entry is written.
  
--If the extended Password Modify operation is not avaiable the
-+If the extended Password Modify operation is not available the
- alternative is the regular modification of the userPassword attribute.
+ If  not called explicitly, it gets called automatically when writing
+--- a/lib/Net/LDAP/Constant.pm
++++ b/lib/Net/LDAP/Constant.pm
+@@ -404,7 +404,7 @@
  
- But this method has some drawbacks:
-@@ -1253,7 +1253,7 @@
+ =item LDAP_NO_SUCH_OPERATION (119)
  
- Depending on the type of the server the arguments to the modify
- operations may vary. Some want the modify done with replace,
--some want it done by explicitely deleting the old password
-+some want it done by explicitly deleting the old password
- and add of the new one.
- This may even depend on whether you change the password for the bound
- user or as an administrator for another user.
---- a/lib/Net/LDAP/Intermediate.pm
-+++ b/lib/Net/LDAP/Intermediate.pm
-@@ -152,7 +152,7 @@
- =head1 METHODS
+-Server has no knowledge of the operation requested for cancelation
++Server has no knowledge of the operation requested for cancellation
  
- In addition to the methods listed below, each of the named parameters
--to C<new> is also avaliable as a method. C<responseName> will return the OID of
-+to C<new> is also available as a method. C<responseName> will return the OID of
- the intermediate response object. C<responseValue> is set/get methods and will
- return the current value for each attribute if called without arguments,
- but may also be called with arguments to set new values.
---- a/lib/Net/LDAP/Intermediate/SyncInfo.pm
-+++ b/lib/Net/LDAP/Intermediate/SyncInfo.pm
-@@ -102,7 +102,7 @@
- =head1 METHODS
+ =item LDAP_TOO_LATE (120)
  
- As with L<Net::LDAP::Intermediate> each constructor argument
--described above is also avaliable as a method on the object which will
-+described above is also available as a method on the object which will
- return the current value for the attribute if called without an argument,
- and set a new value for the attribute if called with an argument.
+@@ -412,7 +412,7 @@
  
---- a/lib/Net/LDAP/LDIF.pod
-+++ b/lib/Net/LDAP/LDIF.pod
-@@ -158,10 +158,10 @@
+ =item LDAP_CANNOT_CANCEL (121)
  
- =item write_version ( )
+-The identified operation does not support cancelation or
++The identified operation does not support cancellation or
+ the cancel operation cannot be performed
  
--If the object's version is defined, this method allows to explicitely
-+If the object's version is defined, this method allows one to explicitly
- write the version before an entry is written.
+ =item LDAP_ASSERTION_FAILED (122)
+--- a/lib/Net/LDAP/Control/MatchedValues.pm
++++ b/lib/Net/LDAP/Control/MatchedValues.pm
+@@ -83,7 +83,7 @@
  
--If  not called explicitely, it gets called automatically when writing
-+If  not called explicitly, it gets called automatically when writing
- the first entry.
+ The C<MatchedValues Control>, which only has a meaning with the C<Search> operation,
+ allows the client to specify criteria that restrict the values of attributes returned.
+-It has no effect on the number of objects found, but only allows to restrict the
++It has no effect on the number of objects found, but only allows one to restrict the
+ values of the attributes returned by the search to those matching the criteria.
  
- =item version ( [ VERSION ] )
---- a/lib/Net/LDAP/Util.pm
-+++ b/lib/Net/LDAP/Util.pm
-@@ -545,7 +545,7 @@
- can be safely used in LDAP DNs.
  
- The characters ",", "+", """, "\", "E<lt>", "E<gt>", ";", "#", "="
--with a special meaning in RFC 2252 are preceeded by ba backslash.
-+with a special meaning in RFC 2252 are preceded by ba backslash.
- Control characters with an ASCII code E<lt> 32 are represented
- as \hexpair.
- Finally all leading and trailing spaces are converted to

-- 
Debian packaging of libnet-ldap-perl



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