[libset-nestedgroups-perl] 01/01: Fix spelling errors found by Lintian

Axel Beckert abe at deuxchevaux.org
Wed Nov 8 01:48:11 UTC 2017


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

abe pushed a commit to branch master
in repository libset-nestedgroups-perl.

commit 52fbd89ec1d0e8aa336247679bdabd6969f4043e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 8 02:45:39 2017 +0100

    Fix spelling errors found by Lintian
---
 debian/changelog                                   |  1 +
 .../fix-spelling-errors-found-by-lintian.patch     | 43 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 45 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d8e014b..244e181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ libset-nestedgroups-perl (0.01-3) UNRELEASED; urgency=low
   * Mark package as autopkgtestable.
   * Declare compliance with Debian Policy 4.1.1.
   * Convert debian/changelog to machine-readable DEP5 format.
+  * Fix spelling errors found by Lintian.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:50 +0100
 
diff --git a/debian/patches/fix-spelling-errors-found-by-lintian.patch b/debian/patches/fix-spelling-errors-found-by-lintian.patch
new file mode 100644
index 0000000..e6b1f36
--- /dev/null
+++ b/debian/patches/fix-spelling-errors-found-by-lintian.patch
@@ -0,0 +1,43 @@
+Description: Fix spelling errors found by Lintian
+Author: Axel Beckert <abe at debian.org>
+
+--- a/NestedGroups.pm
++++ b/NestedGroups.pm
+@@ -291,7 +291,7 @@
+ Outputs the object to the given filehandle, which must be already open
+ in write mode.
+ 
+-The format is compatable with the format used by CGI, and can be
++The format is compatible with the format used by CGI, and can be
+ used with new to initialize a new object;
+ 
+ Returns true if successfully wrote the data, or false if something
+@@ -337,7 +337,7 @@
+ 
+ Returns a Set::NestedGroups::Member object that will output an list
+ of the members & groups. This could be considered a calling of groups()
+-on each member, except this is more efficent.
++on each member, except this is more efficient.
+ 
+ The object can be used as follows.
+ 
+--- a/README
++++ b/README
+@@ -71,7 +71,7 @@
+         Outputs the object to the given filehandle, which must be already
+         open in write mode.
+ 
+-        The format is compatable with the format used by CGI, and can be
++        The format is compatible with the format used by CGI, and can be
+         used with new to initialize a new object;
+ 
+         Returns true if successfully wrote the data, or false if something
+@@ -112,7 +112,7 @@
+     list(%options)
+         Returns a Set::NestedGroups::Member object that will output an list
+         of the members & groups. This could be considered a calling of
+-        groups() on each member, except this is more efficent.
++        groups() on each member, except this is more efficient.
+ 
+         The object can be used as follows.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b124812
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors-found-by-lintian.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libset-nestedgroups-perl.git



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