[SCM] Packaging of Catalyst::Plugin::Unicode::Encoding in Debian branch, master, updated. upstream/1.8-10-ga1798ab

Jonas Genannt jonas at brachium-system.net
Sun Nov 18 14:35:24 UTC 2012


The following commit has been merged in the master branch:
commit f3994b2f119e07bdd9772111b7fcf3946a649bab
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sun Nov 18 15:29:03 2012 +0100

    added patch to fix spelling error

diff --git a/debian/changelog b/debian/changelog
index 30b1068..db70f09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,9 +7,9 @@ libcatalyst-plugin-unicode-encoding-perl (1.8-1) UNRELEASED; urgency=low
     cf. libauthen-simple-ldap-perl/debian/copyright or
     libcatalyst-plugin-scheduler-perl/debian/copyright and a dozen other
     packages.
-  - lintian: spelling-error-in-manpage -> please patch and forward upstream
 
   * Imported Upstream version 1.8
+  * Added patch to fix spelling error in manpage
   * d/copyright: updated copyright year to 2002-2012
   * d/control:
     - added Vcs fields
diff --git a/debian/patches/fix_spelling.patch b/debian/patches/fix_spelling.patch
new file mode 100644
index 0000000..33c6fa9
--- /dev/null
+++ b/debian/patches/fix_spelling.patch
@@ -0,0 +1,31 @@
+Author: Jonas Genannt <jonas.genannt at capi2name.de>
+Description: Fix spelling in Manpage and README
+Forwarded: yes
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=81261
+
+diff --git a/README b/README
+index dff3254..d1212b8 100644
+--- a/README
++++ b/README
+@@ -49,7 +49,7 @@ OVERLOADED METHODS
+             The value which was not able to be decoded.
+ 
+         error_msg
+-            The exception recieved from Encode.
++            The exception received from Encode.
+ 
+         encoding_step
+             What type of data was being decoded. Valid values are
+diff --git a/lib/Catalyst/Plugin/Unicode/Encoding.pm b/lib/Catalyst/Plugin/Unicode/Encoding.pm
+index 5f52dd1..9e1ef2b 100644
+--- a/lib/Catalyst/Plugin/Unicode/Encoding.pm
++++ b/lib/Catalyst/Plugin/Unicode/Encoding.pm
+@@ -249,7 +249,7 @@ The value which was not able to be decoded.
+ 
+ =item error_msg
+ 
+-The exception recieved from L<Encode>.
++The exception received from L<Encode>.
+ 
+ =item encoding_step
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e4b1c1c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling.patch

-- 
Packaging of Catalyst::Plugin::Unicode::Encoding in Debian



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