r46393 - in /trunk/libhtml-parser-perl/debian: changelog patches/fix_spelling-error-in-binary_endianness.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Oct 25 21:04:28 UTC 2009


Author: carnil-guest
Date: Sun Oct 25 21:04:19 2009
New Revision: 46393

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46393
Log:
Add fix_spelling-error-in-binary_endianness.patch to fix a spelling error
of 'endianness'. 

Added:
    trunk/libhtml-parser-perl/debian/patches/fix_spelling-error-in-binary_endianness.patch
Modified:
    trunk/libhtml-parser-perl/debian/changelog
    trunk/libhtml-parser-perl/debian/patches/series

Modified: trunk/libhtml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/changelog?rev=46393&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/changelog (original)
+++ trunk/libhtml-parser-perl/debian/changelog Sun Oct 25 21:04:19 2009
@@ -8,8 +8,10 @@
 
   [ Salvatore Bonaccorso ]
   * New upstream release 
-
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 25 Oct 2009 21:56:17 +0100
+  * Add fix_spelling-error-in-binary_endianness.patch to fix a spelling error
+    of 'endianness'. 
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 25 Oct 2009 22:00:26 +0100
 
 libhtml-parser-perl (3.62-1) unstable; urgency=low
 

Added: trunk/libhtml-parser-perl/debian/patches/fix_spelling-error-in-binary_endianness.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/patches/fix_spelling-error-in-binary_endianness.patch?rev=46393&op=file
==============================================================================
--- trunk/libhtml-parser-perl/debian/patches/fix_spelling-error-in-binary_endianness.patch (added)
+++ trunk/libhtml-parser-perl/debian/patches/fix_spelling-error-in-binary_endianness.patch Sun Oct 25 21:04:19 2009
@@ -1,0 +1,16 @@
+Description: Fix a spelling error of 'endianness' in hparser.c
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=50811
+Forwarded: yes
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+--- a/hparser.c
++++ b/hparser.c
+@@ -1847,7 +1847,7 @@
+ 		warn("Parsing of undecoded UTF-8 will give garbage when decoding entities");
+ 	    }
+ 	    if (utf8 && len >= 2 && strnEQ(beg, "\xFF\xFE", 2)) {
+-		warn("Parsing string decoded with wrong endianess");
++		warn("Parsing string decoded with wrong endianness");
+ 	    }
+ #endif
+ 	    if (!utf8 && len >= 4 &&

Modified: trunk/libhtml-parser-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/patches/series?rev=46393&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/patches/series (original)
+++ trunk/libhtml-parser-perl/debian/patches/series Sun Oct 25 21:04:19 2009
@@ -1,1 +1,2 @@
 debian_examples_location.patch
+fix_spelling-error-in-binary_endianness.patch




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