[libnet-ldap-filterbuilder-perl.git] 07/08: Add spelling.patch

dom at earth.li dom at earth.li
Sun Aug 28 23:56:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libnet-ldap-filterbuilder-perl.git.

commit 7f56a20c411aea04fcd0b834b2225ad5ec4e55a3
Author: Dominic Hargreaves <dom at earth.li>
Date:   Mon Aug 29 00:55:03 2016 +0100

    Add spelling.patch
---
 debian/changelog              |  1 +
 debian/control                |  2 +-
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 75 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 78 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 607cfe4..859e57f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libnet-ldap-filterbuilder-perl (1.0004-2) UNRELEASED; urgency=medium
   * Update rules file to minimal dh9 style
   * Conform with copyright-format 1.0
   * Update Standards-Version (no changes)
+  * Add spelling.patch
 
  -- Dominic Hargreaves <dom at earth.li>  Mon, 29 Aug 2016 00:42:58 +0100
 
diff --git a/debian/control b/debian/control
index 4f29bd8..5908475 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,6 @@ Package: libnet-ldap-filterbuilder-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
 Description: Build LDAP filter statements
- Construct LDAP filter statments which are compliant with the RFC 4515
+ Construct LDAP filter statements which are compliant with the RFC 4515
  syntax and also safely escape special characters. Filter statements can
  be built incrementally using simple logic operations.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..17c2ea8
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,75 @@
+From fb9caaa838509eb9520d0396e6fb33cce7a4cd5b Mon Sep 17 00:00:00 2001
+From: Dominic Hargreaves <dom at earth.li>
+Date: Mon, 29 Aug 2016 00:54:02 +0100
+Subject: [PATCH] Correct spelling (statments -> statements)
+
+---
+ README                        | 6 +++---
+ lib/Net/LDAP/FilterBuilder.pm | 6 +++---
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/README b/README
+index 6ff0b4b..ca66edf 100644
+--- a/README
++++ b/README
+@@ -5,7 +5,7 @@ VERSION
+     This document refers to version 1.0004 of Net::LDAP::FilterBuilder
+ 
+ PURPOSE
+-    Use this module to construct LDAP filter statments which are compliant
++    Use this module to construct LDAP filter statements which are compliant
+     with the RFC 4515 syntax and also safely escape special characters.
+     Filter statements can be built incrementally using simple logic
+     operations.
+@@ -50,7 +50,7 @@ SYNOPSIS
+ 
+ DESCRIPTION
+     This is a convenience module which greatly simplifies the construction
+-    of LDAP query filter statments, which are described in RFC 4515 and also
++    of LDAP query filter statements, which are described in RFC 4515 and also
+     the Net::LDAP::Filter manual page.
+ 
+ USAGE
+@@ -87,7 +87,7 @@ USAGE
+ 
+   Special Character Escaping
+     If you happen to include one of the small set of characters which are of
+-    special significance to LDAP filter statments in your value argument,
++    special significance to LDAP filter statements in your value argument,
+     then those characters will be escaped. The list of characters is:
+ 
+      ( ) * \ NUL
+diff --git a/lib/Net/LDAP/FilterBuilder.pm b/lib/Net/LDAP/FilterBuilder.pm
+index 3038ed2..412f1e3 100644
+--- a/lib/Net/LDAP/FilterBuilder.pm
++++ b/lib/Net/LDAP/FilterBuilder.pm
+@@ -106,7 +106,7 @@ This document refers to version 1.0004 of Net::LDAP::FilterBuilder
+ 
+ =head1 PURPOSE
+ 
+-Use this module to construct LDAP filter statments which are compliant with
++Use this module to construct LDAP filter statements which are compliant with
+ the RFC 4515 syntax and also safely escape special characters. Filter
+ statements can be built incrementally using simple logic operations.
+ 
+@@ -151,7 +151,7 @@ Alternate operators are available through the three-argument constructor form:
+ =head1 DESCRIPTION
+ 
+ This is a convenience module which greatly simplifies the construction of LDAP
+-query filter statments, which are described in RFC 4515 and also the
++query filter statements, which are described in RFC 4515 and also the
+ L<Net::LDAP::Filter> manual page. 
+ 
+ =head1 USAGE
+@@ -190,7 +190,7 @@ takes the first argument to be the operator, whatever it might be.
+ =head2 Special Character Escaping
+ 
+ If you happen to include one of the small set of characters which are of
+-special significance to LDAP filter statments in your value argument, then
++special significance to LDAP filter statements in your value argument, then
+ those characters will be escaped. The list of characters is:
+ 
+  ( ) * \ NUL 
+-- 
+2.1.4
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ldap-filterbuilder-perl.git.git



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