[libemail-address-list-perl] 02/03: Add fix-spelling-error-in-manpage.patch patch

Salvatore Bonaccorso carnil at debian.org
Sun Feb 16 16:02:55 UTC 2014


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

carnil pushed a commit to branch master
in repository libemail-address-list-perl.

commit 64f8943cbec7e4d50eacf26acd9b729ad2195ac9
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Feb 16 16:57:28 2014 +0100

    Add fix-spelling-error-in-manpage.patch patch
    
    Fix spelling errors in manpage reported by lintian.
---
 debian/patches/fix-spelling-error-in-manpage.patch | 36 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..9b36d79
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,36 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=93064
+Forwarded: https://rt.cpan.org/Public/Ticket/Attachment/1327152/703916/fix-spelling-error-in-manpage.patch
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2014-02-16
+
+--- a/lib/Email/Address/List.pm
++++ b/lib/Email/Address/List.pm
+@@ -18,7 +18,7 @@
+     my $header = <<'END';
+     Foo Bar <simple at example.com>, (an obsolete comment),,,
+      a group:
+-      a . wierd . address @
++      a . weird . address @
+       for-real .biz
+      ; invalid thingy, <
+      more at example.com
+@@ -39,7 +39,7 @@
+     # an address: "Foo Bar" <simple at example.com>
+     # comment
+     # group start
+-    # an address: a.wierd.address at forreal.biz
++    # an address: a.weird.address at forreal.biz
+     # group end
+     # unknown
+     # an address: more at example.com
+@@ -110,7 +110,7 @@
+ 
+ =item comment
+ 
+-Obsolete syntax allows to use standalone comments between mailboxes
++Obsolete syntax allows one to use standalone comments between mailboxes
+ that can not be addressed to any mailbox. In such situations a comment
+ returned as an entry of this type. Comment itself is under value.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libemail-address-list-perl.git



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