[libauthen-simple-passwd-perl] 11/11: Add patch to fix lintian warning spelling-error-in-manpage

Axel Beckert abe at deuxchevaux.org
Sun May 25 01:38:32 UTC 2014


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

abe pushed a commit to branch master
in repository libauthen-simple-passwd-perl.

commit 9dcb17d156d0cded4242aa0f6d16272f4733008e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 25 03:37:51 2014 +0200

    Add patch to fix lintian warning spelling-error-in-manpage
---
 debian/changelog                         |  1 +
 debian/patches/fix-spelling-errors.patch | 32 ++++++++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 3 files changed, 34 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e253412..fcc9487 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ libauthen-simple-passwd-perl (0.6-3) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.5 (no further changes)
   * Make long description more verbose. Fixes lintian warning
     extended-description-is-probably-too-short.
+  * Add patch to fix lintian warning spelling-error-in-manpage.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:52 +0100
 
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 0000000..d5fe73f
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,32 @@
+Description: Fix spelling errors in POD and README
+ Found by Lintian.
+Author: Axel Beckert <abe at debian.org>
+
+Index: libauthen-simple-passwd-perl/README
+===================================================================
+--- libauthen-simple-passwd-perl.orig/README	2014-05-25 03:11:21.175996559 +0200
++++ libauthen-simple-passwd-perl/README	2014-05-25 03:35:41.851934126 +0200
+@@ -35,8 +35,8 @@
+         valid:
+ 
+         * path  Path to passwd file to authenticate against. Any standard
+-                passwd file that has records seperated with newline and
+-                fields seperated by ":" is supported. First field is
++                passwd file that has records separated with newline and
++                fields separated by ":" is supported. First field is
+                 expected to be username and second field, plain or encrypted
+                 password. Required.
+ 
+Index: libauthen-simple-passwd-perl/lib/Authen/Simple/Passwd.pm
+===================================================================
+--- libauthen-simple-passwd-perl.orig/lib/Authen/Simple/Passwd.pm	2014-05-25 03:11:21.179996503 +0200
++++ libauthen-simple-passwd-perl/lib/Authen/Simple/Passwd.pm	2014-05-25 03:35:41.851934126 +0200
+@@ -189,7 +189,7 @@
+ =item * path
+ 
+ Path to passwd file to authenticate against. Any standard passwd file that 
+-has records seperated with newline and fields seperated by C<:> is supported.
++has records separated with newline and fields separated by C<:> is supported.
+ First field is expected to be username and second field, plain or encrypted 
+ password. Required.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..770c395
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libauthen-simple-passwd-perl.git



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