[SCM] Debian packaging of libhtml-copy-perl branch, master, updated. c6cbaa161d18a500e9dce7c226edee6d1b2ae8fc

gregor herrmann gregoa at debian.org
Mon Jun 17 18:54:04 UTC 2013


The following commit has been merged in the master branch:
commit b98960b2685a4459ad7c5d748914acf295545d8a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 17 20:51:30 2013 +0200

    Add a patch to fix some spelling mistakes.

diff --git a/debian/patches/series b/debian/patches/series
index 9569d72..15bdf10 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Strings_with_code_points_over_0xFF.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..2953b89
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,36 @@
+Description: add some spelling mistakes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=86206
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86206
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-17
+
+--- a/lib/HTML/Copy.pm
++++ b/lib/HTML/Copy.pm
+@@ -112,7 +112,7 @@
+ 
+     $p = HTML::Copy->new($source);
+ 
+-Make an instance of this module with specifing a source of HTML.
++Make an instance of this module with specifying a source of HTML.
+ 
+ The argument $source can be a file path or a file handle. When a file handle is passed, you may need to indicate a file path of the passed file handle by the method L<"source_path">. If calling L<"source_path"> is omitted, it is assumed that the location of the file handle is the current working directory.
+ 
+@@ -289,7 +289,7 @@
+     $p->io_layer;
+     $p->io_layer(':utf8');
+ 
+-Get and set PerlIO layer to read the source path and to write the destination path. Usualy it was automatically determined by $source_path's charset tag. If charset is not specified, Encode::Guess module will be used.
++Get and set PerlIO layer to read the source path and to write the destination path. Usually it was automatically determined by $source_path's charset tag. If charset is not specified, Encode::Guess module will be used.
+ 
+ =cut
+ 
+@@ -312,7 +312,7 @@
+     @suspects = $p->encode_sustects;
+     $p->encode_suspects(qw/shiftjis euc-jp/);
+ 
+-Add suspects of text encoding to guess the text encoding of the source HTML. If the source HTML have charset tag, it is not requred to add suspects.
++Add suspects of text encoding to guess the text encoding of the source HTML. If the source HTML have charset tag, it is not required to add suspects.
+ 
+ =cut
+ 

-- 
Debian packaging of libhtml-copy-perl



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