r39004 - in /trunk/libxml-libxml-perl/debian: changelog patches/fix_errmsg_typo.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jun 30 18:54:14 UTC 2009


Author: gregoa
Date: Tue Jun 30 18:54:06 2009
New Revision: 39004

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39004
Log:
Add patch fix_errmsg_typo.patch to fix a typo in an error message; thanks
to Adam Buchbinder for the bug report and the patch (closes: #535198).

Added:
    trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch
Modified:
    trunk/libxml-libxml-perl/debian/changelog
    trunk/libxml-libxml-perl/debian/patches/series

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=39004&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Tue Jun 30 18:54:06 2009
@@ -1,6 +1,11 @@
 libxml-libxml-perl (1.69.ds-3) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ gregor herrmann ]
+  * Add patch fix_errmsg_typo.patch to fix a typo in an error message; thanks
+    to Adam Buchbinder for the bug report and the patch (closes: #535198).
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:11 +0000
 

Added: trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch?rev=39004&op=file
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch (added)
+++ trunk/libxml-libxml-perl/debian/patches/fix_errmsg_typo.patch Tue Jun 30 18:54:06 2009
@@ -1,0 +1,14 @@
+Description: Fix a typo in an error message.
+Author: Adam Buchbinder <adam.buchbinder at gmail.com>
+
+--- a/LibXML.pm
++++ b/LibXML.pm
+@@ -1254,7 +1254,7 @@
+   }
+   if (defined($nsURI) and $nsURI eq XML_XMLNS_NS) {
+     if ($qname !~ /^xmlns(?::|$)/) {
+-      croak("NAMESPACE ERROR: Namespace declartions must have the prefix 'xmlns'");
++      croak("NAMESPACE ERROR: Namespace declarations must have the prefix 'xmlns'");
+     }
+     $self->setAttribute($qname,$value); # see implementation above
+     return;

Modified: trunk/libxml-libxml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/series?rev=39004&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/series (original)
+++ trunk/libxml-libxml-perl/debian/patches/series Tue Jun 30 18:54:06 2009
@@ -1,2 +1,3 @@
 fix_manpage_typos
 no_linking_with_libm.patch
+fix_errmsg_typo.patch




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