[SCM] Debian packaging of libmakefile-dom-perl branch, master, updated. c36e582578aed9d64a08d7a2992203be5f15c864

gregor herrmann gregoa at debian.org
Sun Aug 28 15:48:46 UTC 2011


The following commit has been merged in the master branch:
commit 18acaa3284d3f30c89e04152ed2868a7526e89a6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 28 17:43:34 2011 +0200

    Add a new patch to fix some spelling mistakes.

diff --git a/debian/patches/series b/debian/patches/series
index 48ad9d6..864a169 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod-errors.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..84ffcf7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,39 @@
+Description: spelling mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-28
+
+--- a/README
++++ b/README
+@@ -5,7 +5,7 @@
+     This document describes Makefile::DOM 0.005 released on 10 August 2011.
+ 
+ DESCRIPTION
+-    This libary can serve as an advanced lexer for (GNU) makefiles. It
++    This library can serve as an advanced lexer for (GNU) makefiles. It
+     parses makefiles as "documents" and the parsing is lossless. The results
+     are data structures similar to DOM trees. The DOM trees hold every
+     single bit of the information in the original input files, including
+--- a/lib/MDOM/Token.pm
++++ b/lib/MDOM/Token.pm
+@@ -107,7 +107,7 @@
+ 
+ =head2 set_content $string
+ 
+-The C<set_content> method allows to set/change the string that the
++The C<set_content> method allows one to set/change the string that the
+ C<MDOM::Token> object represents.
+ 
+ Returns the string you set the Token to
+--- a/lib/Makefile/DOM.pm
++++ b/lib/Makefile/DOM.pm
+@@ -30,7 +30,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This libary can serve as an advanced lexer for (GNU) makefiles. It parses makefiles as "documents" and the parsing is lossless. The results are data structures similar to DOM trees. The DOM trees hold every single bit of the information in the original input files, including white spaces, blank lines and makefile comments. That means it's possible to reproduce the original makefiles from the DOM trees. In addition, each node of the DOM trees is modifiable and so is the whole tree, just like the L<PPI> module used for Perl source parsing and the L<HTML::TreeBuilder> module used for parsing HTML source.
++This library can serve as an advanced lexer for (GNU) makefiles. It parses makefiles as "documents" and the parsing is lossless. The results are data structures similar to DOM trees. The DOM trees hold every single bit of the information in the original input files, including white spaces, blank lines and makefile comments. That means it's possible to reproduce the original makefiles from the DOM trees. In addition, each node of the DOM trees is modifiable and so is the whole tree, just like the L<PPI> module used for Perl source parsing and the L<HTML::TreeBuilder> module used for parsing HTML source.
+ 
+ If you're looking for a true GNU make parser that generates an AST, please see L<Makefile::Parser::GmakeDB> instead.
+ 

-- 
Debian packaging of libmakefile-dom-perl



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