[SCM] Debian packaging of libxml-autowriter-perl branch, master, updated. debian/0.40-2-9-g34d8dfe
gregor herrmann
gregoa at debian.org
Sat Jun 8 16:51:42 UTC 2013
The following commit has been merged in the master branch:
commit 6c6253e931d2edc9283f3b694e4b855db5b7a428
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jun 8 18:48:02 2013 +0200
Add a patch to fix some spelling mistakes in the POD.
diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch
new file mode 100644
index 0000000..9333083
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,29 @@
+Description: fix spelling mistakes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85992
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85992
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-08
+
+--- a/lib/XML/Doctype.pm
++++ b/lib/XML/Doctype.pm
+@@ -355,7 +355,7 @@
+
+ use FooML::DTD::v1_001 ; # Do *not* use () as a parameter list!
+
+-Returns string containing the DTD as an independant module, allowing the
++Returns string containing the DTD as an independent module, allowing the
+ DTD to be parsed in the development environment and shipped as Perl code,
+ so that the target environment need not have XML::Parser installed.
+
+--- a/lib/XML/ValidWriter.pm
++++ b/lib/XML/ValidWriter.pm
+@@ -220,7 +220,7 @@
+
+ =head1 OUTPUT OPTIMIZATION
+
+-XML is a very simple langauge and does not offer a lot of room for
++XML is a very simple language and does not offer a lot of room for
+ optimization. As the spec says "Terseness in XML markup is of
+ minimal importance." XML::ValidWriter does optimize the following
+ on output:
diff --git a/debian/patches/series b/debian/patches/series
index dfc34f8..3c61a4d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
pod-warnings.patch
auto_set_repository.patch
+pod-spelling.patch
--
Debian packaging of libxml-autowriter-perl
More information about the Pkg-perl-cvs-commits
mailing list