[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 013945ca1128ab15cdc8487eede320d69fbb5206
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Aug 28 17:37:55 2011 +0200

    Refresh pod patch and add more DEP3 headers.

diff --git a/debian/patches/fix-pod-errors.patch b/debian/patches/fix-pod-errors.patch
index c371345..817ca6a 100644
--- a/debian/patches/fix-pod-errors.patch
+++ b/debian/patches/fix-pod-errors.patch
@@ -1,10 +1,13 @@
-This patch fixes POD syntax error in Makefile::DOM.
-
-Status: to be sent upstream.
+Description: This patch fixes POD syntax error in Makefile::DOM.
+Origin: vendor
+Forwarded: no
+Author: Mikhail Gusarov <dottedmag at dottedmag.net>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-28
 
 --- a/lib/Makefile/DOM.pm
 +++ b/lib/Makefile/DOM.pm
-@@ -160,6 +160,8 @@
+@@ -162,6 +162,8 @@
  
  It can be observed that the MDOM representation for the makefile's lexical elements is rather loose. It only provides very limited structural representation instead of making a bad guess.
  
@@ -13,12 +16,12 @@ Status: to be sent upstream.
  =head1 OPERATIONS FOR MDOM TREES
  
  Generating an MDOM tree from a GNU makefile only requires two lines of Perl code:
-@@ -188,8 +190,6 @@
+@@ -190,8 +192,6 @@
  
  The current implemenation of the L<MDOM::Document::Gmake> lexer is based on a hand-written state machie. Although the efficiency of the engine is not bad, the code is rather complicated and messy, which hurts both extensibility and maintanabilty. So it's expected to rewrite the parser using some grammatical tools like the Perl 6 regex engine L<Pugs::Compiler::Rule> or a yacc-style one like L<Parse::Yapp>.
  
 -=back
 -
- =head1 AUTHOR
+ =head1 SOURCE REPOSITORY
  
- Agent Zhang E<lt>agentzh at gmail.comE<gt>
+ You can always get the latest source code of this module from its GitHub repository:

-- 
Debian packaging of libmakefile-dom-perl



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