[SCM] Debian packaging of libmime-lite-perl branch, master, updated. e41cf9081b17f74f9c02d8cb90dc608870c2ea07
Florian Schlichting
fschlich at zedat.fu-berlin.de
Wed Sep 7 14:42:19 UTC 2011
The following commit has been merged in the master branch:
commit 0f5e077ff4525fc32a4291558e6cbdebc784bed8
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date: Wed Sep 7 14:39:25 2011 +0000
New spelling-error-in-manpage.patch.
diff --git a/debian/changelog b/debian/changelog
index 6d66067..04480c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libmime-lite-perl (3.027-2) UNRELEASED; urgency=low
- fix_MIME-Version_hardwired.patch (Closes: #460395)
- remove_extra_newline.patch
* Add myself to Uploaders.
+ * New spelling-error-in-manpage.patch.
-- Florian Schlichting <fschlich at zedat.fu-berlin.de> Wed, 07 Sep 2011 13:35:03 +0000
diff --git a/debian/patches/series b/debian/patches/series
index a785f43..0c82620 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+spelling-error-in-manpage.patch
fix_MIME-Version_hardwired.patch
remove_extra_newline.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..36b0d2c
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,50 @@
+Description: fix spelling-error-in-manpage
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=70788
+
+--- a/lib/MIME/Lite.pm
++++ b/lib/MIME/Lite.pm
+@@ -2551,7 +2551,7 @@
+ All of your $msg-E<gt>send invocations will work as expected.
+
+ After sending, the method last_send_successful() can be used to determine
+-if the send was succesful or not.
++if the send was successful or not.
+
+ =cut
+
+@@ -2652,7 +2652,7 @@
+ =back
+
+ After sending, the method last_send_successful() can be used to determine
+-if the send was succesful or not.
++if the send was successful or not.
+
+ =cut
+
+@@ -2816,7 +2816,7 @@
+ True on success, croaks with an error message on failure.
+
+ After sending, the method last_send_successful() can be used to determine
+-if the send was succesful or not.
++if the send was successful or not.
+
+ =cut
+
+@@ -3613,7 +3613,7 @@
+ form, generally they are documented, but they should be easy to understand.
+
+ The ./contrib directory contains a companion/tool modules that come bundled
+-with MIME::Lite, they dont get installed by default. Please review the POD they
++with MIME::Lite, they don't get installed by default. Please review the POD they
+ come with.
+
+ =head1 BUGS
+@@ -3634,7 +3634,7 @@
+ of not using Test::More that I can see.
+
+ Bug fixes / Patches / Contribution are welcome, however I probably won't apply them
+-unless they also have an associated test. This means that if I dont have the time to
++unless they also have an associated test. This means that if I don't have the time to
+ write the test the patch wont get applied, so please, include tests for any patches
+ you provide.
+
--
Debian packaging of libmime-lite-perl
More information about the Pkg-perl-cvs-commits
mailing list