[SCM] Debian packaging of libxml-checker-perl branch, master, updated. b37484893b00e6d86ecde08c3e16c564b1744300

gregor herrmann gregoa at debian.org
Sat Jun 8 16:39:18 UTC 2013


The following commit has been merged in the master branch:
commit d7e348d212dc8942522337381635b4f2a1fd5dff
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 8 18:37:40 2013 +0200

    Add a patch to fix spelling mistakes.

diff --git a/debian/patches/series b/debian/patches/series
index 9bd0d44..d1780b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 carp.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..147ba85
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix spelling mistakes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85990
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85990
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/lib/XML/Checker.pm
++++ b/lib/XML/Checker.pm
+@@ -1804,7 +1804,7 @@
+ 
+ B<161> - invalid NOTATION value [$attrValue]
+ 
+-The specifed attribute value was not found in the list of possible NOTATION 
++The specified attribute value was not found in the list of possible NOTATION
+ references as found in the ATTLIST definition.
+ B<VC:> L<Notation Attributes|http://www.w3.org/TR/REC-xml#notatn>
+  
+--- a/lib/XML/DOM/ValParser.pm
++++ b/lib/XML/DOM/ValParser.pm
+@@ -63,7 +63,7 @@
+  eval {
+      local $XML::Checker::FAIL = \&my_fail;
+      my $doc = $parser->parsefile ("fail.xml");
+-     ... XML::DOM::Document was created sucessfully ...
++     ... XML::DOM::Document was created successfully ...
+  };
+  if ($@) {
+      # Either XML::Parser (expat) threw an exception or my_fail() died.

-- 
Debian packaging of libxml-checker-perl



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