r73832 - in /trunk/libxml-parser-perl/debian: changelog patches/ patches/series patches/whatis.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Apr 29 11:34:23 UTC 2011


Author: periapt-guest
Date: Fri Apr 29 11:33:35 2011
New Revision: 73832

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73832
Log:
Added patch to fix NAME entries in pod (Closes: #472860)

Added:
    trunk/libxml-parser-perl/debian/patches/
    trunk/libxml-parser-perl/debian/patches/series
    trunk/libxml-parser-perl/debian/patches/whatis.patch
Modified:
    trunk/libxml-parser-perl/debian/changelog

Modified: trunk/libxml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-perl/debian/changelog?rev=73832&op=diff
==============================================================================
--- trunk/libxml-parser-perl/debian/changelog (original)
+++ trunk/libxml-parser-perl/debian/changelog Fri Apr 29 11:33:35 2011
@@ -12,6 +12,7 @@
   * Email change: Stevie Strickland -> sstrickl at cc.gatech.edu
   * Email change: Raphael Hertzog -> hertzog at debian.org
   * Refreshed copyright
+  * Added patch to fix NAME entries in pod (Closes: #472860)
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 29 Apr 2011 11:15:43 +0100
 

Added: trunk/libxml-parser-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-perl/debian/patches/series?rev=73832&op=file
==============================================================================
--- trunk/libxml-parser-perl/debian/patches/series (added)
+++ trunk/libxml-parser-perl/debian/patches/series Fri Apr 29 11:33:35 2011
@@ -1,0 +1,1 @@
+whatis.patch

Added: trunk/libxml-parser-perl/debian/patches/whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-parser-perl/debian/patches/whatis.patch?rev=73832&op=file
==============================================================================
--- trunk/libxml-parser-perl/debian/patches/whatis.patch (added)
+++ trunk/libxml-parser-perl/debian/patches/whatis.patch Fri Apr 29 11:33:35 2011
@@ -1,0 +1,52 @@
+Subject: Pod files lacking description in NAME section
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472860
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Forwarded: no
+Last-Update: 2011-04-29
+--- a/Parser/Style/Objects.pm
++++ b/Parser/Style/Objects.pm
+@@ -52,7 +52,7 @@
+ 
+ =head1 NAME
+ 
+-XML::Parser::Style::Objects
++XML::Parser::Style::Objects - Objects styler parser
+ 
+ =head1 SYNOPSIS
+ 
+@@ -75,4 +75,4 @@
+ 
+ L<XML::Parser::Style::Tree>
+ 
+-=cut
+\ No newline at end of file
++=cut
+--- a/Parser/Style/Subs.pm
++++ b/Parser/Style/Subs.pm
+@@ -23,7 +23,7 @@
+ 
+ =head1 NAME
+ 
+-XML::Parser::Style::Subs
++XML::Parser::Style::Subs - glue for handling element callbacks
+ 
+ =head1 SYNOPSIS
+ 
+@@ -55,4 +55,4 @@
+ 
+ Nothing special is returned by parse.
+ 
+-=cut
+\ No newline at end of file
++=cut
+--- a/Parser/Style/Tree.pm
++++ b/Parser/Style/Tree.pm
+@@ -49,7 +49,7 @@
+ 
+ =head1 NAME
+ 
+-XML::Parser::Style::Tree
++XML::Parser::Style::Tree - Tree style parser
+ 
+ =head1 SYNOPSIS
+ 




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