r74161 - in /trunk/libxml-parser-perl/debian: changelog patches/spelling.patch
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Mon May 9 17:55:44 UTC 2011
Author: periapt-guest
Date: Mon May 9 17:55:17 2011
New Revision: 74161
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74161
Log:
Added patch to fix spelling errors
Modified:
trunk/libxml-parser-perl/debian/changelog
trunk/libxml-parser-perl/debian/patches/spelling.patch
Modified: trunk/libxml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-perl/debian/changelog?rev=74161&op=diff
==============================================================================
--- trunk/libxml-parser-perl/debian/changelog (original)
+++ trunk/libxml-parser-perl/debian/changelog Mon May 9 17:55:17 2011
@@ -1,7 +1,4 @@
libxml-parser-perl (2.40-1) UNRELEASED; urgency=low
-
- TODO:
- periapt will look the the debian/encoding stuff (now and then) again
[ Nicholas Bamber ]
* Moved package to Debian Perl Group
@@ -18,7 +15,7 @@
* Refreshed copyright
* Added patch to fix NAME entries in pod (Closes: #472860)
* Added patch to fix other pod errors (Closes: #588994)
- * Added patch to fix spelling error
+ * Added patch to fix spelling errors
* Added rules to fix local perl shebang and not to compress xmlfilter
[ gregor herrmann ]
Modified: trunk/libxml-parser-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-perl/debian/patches/spelling.patch?rev=74161&op=diff
==============================================================================
--- trunk/libxml-parser-perl/debian/patches/spelling.patch (original)
+++ trunk/libxml-parser-perl/debian/patches/spelling.patch Mon May 9 17:55:17 2011
@@ -1,5 +1,5 @@
Author: Nicholas Bamber <nicholas at periapt.co.uk>
-Last-Update: 2011-04-29
+Last-Update: 2011-05-08
Subject: Spelling
Forwarded: no
--- a/Expat/Expat.pm
@@ -13,3 +13,16 @@
it doesn't know about. Expat shouldn't call this twice for the same
encoding name. The only reason users should use this function is to
explicitly load an encoding not contained in the @Encoding_Path list.
+--- a/Parser/Encodings/README
++++ b/Parser/Encodings/README
+@@ -1,8 +1,8 @@
+ This directory contains binary encoding maps for some selected encodings.
+ If they are placed in a directory listed in @XML::Parser::Expat::Encoding_Path,
+-then they are automaticly loaded by the XML::Parser::Expat::load_encoding
++then they are automatically loaded by the XML::Parser::Expat::load_encoding
+ function as needed. Otherwise you may load what you need directly by
+-explicity calling this function.
++explicitly calling this function.
+
+ These maps were generated by a perl script that comes with the module
+ XML::Encoding, compile_encoding, from XML formatted encoding maps that
More information about the Pkg-perl-cvs-commits
mailing list