r40042 - in /trunk/libxml-autowriter-perl/debian: control patches/010-perl-5.10.patch patches/pod-warnings.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jul 17 01:53:47 UTC 2009


Author: jawnsy-guest
Date: Fri Jul 17 01:53:42 2009
New Revision: 40042

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40042
Log:
Add a patch to get rid of POD warnings; get rid of the patch for pseudohashes (no longer necessary). Update rules with quilt related stuff.

Added:
    trunk/libxml-autowriter-perl/debian/patches/pod-warnings.patch
    trunk/libxml-autowriter-perl/debian/patches/series
Removed:
    trunk/libxml-autowriter-perl/debian/patches/010-perl-5.10.patch
Modified:
    trunk/libxml-autowriter-perl/debian/control
    trunk/libxml-autowriter-perl/debian/rules

Modified: trunk/libxml-autowriter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-autowriter-perl/debian/control?rev=40042&op=diff
==============================================================================
--- trunk/libxml-autowriter-perl/debian/control (original)
+++ trunk/libxml-autowriter-perl/debian/control Fri Jul 17 01:53:42 2009
@@ -7,7 +7,7 @@
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-autowriter-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-autowriter-perl/
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.8), libxml-parser-perl
 Homepage: http://search.cpan.org/dist/XML-AutoWriter/
 

Added: trunk/libxml-autowriter-perl/debian/patches/pod-warnings.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-autowriter-perl/debian/patches/pod-warnings.patch?rev=40042&op=file
==============================================================================
--- trunk/libxml-autowriter-perl/debian/patches/pod-warnings.patch (added)
+++ trunk/libxml-autowriter-perl/debian/patches/pod-warnings.patch Fri Jul 17 01:53:42 2009
@@ -1,0 +1,94 @@
+Author: Jonathan Yu <frequency at cpan.org>
+Origin: vendor
+Bug-CPAN: https://rt.cpan.org/Ticket/Display.html?id=47961
+Forwarded: yes
+Description: Fix errors with pod2man
+
+--- a/lib/XML/AutoWriter.pm
++++ b/lib/XML/AutoWriter.pm
+@@ -328,6 +328,8 @@
+    $self->SUPER::startTag( $tag, @_ ) ;
+ }
+ 
++=back
++
+ =head1 AUTHOR
+ 
+ Barrie Slaymaker <barries at slaysys.com>
+--- a/lib/XML/Doctype.pm
++++ b/lib/XML/Doctype.pm
+@@ -78,6 +78,8 @@
+ 
+ =head1 METHODS
+ 
++=over
++
+ =item new
+ 
+    $doctype = XML::Doctype->new() ;
+@@ -460,6 +462,7 @@
+    croak join( ', ', @others ), " not exported by $class" if @others ; 
+ }
+ 
++=back
+ 
+ =head1 SUBCLASSING
+ 
+--- a/lib/XML/Doctype/AttDef.pm
++++ b/lib/XML/Doctype/AttDef.pm
+@@ -19,8 +19,6 @@
+ This module is alpha code.  It's developed enough to support XML::ValidWriter,
+ but need a lot of work.  Some big things that are lacking are:
+ 
+-=over
+-
+ =cut
+ 
+ use strict ;
+@@ -39,6 +37,8 @@
+ 
+ =head1 METHODS
+ 
++=over
++
+ =item new
+ 
+    $dtd = XML::Doctype::AttDef->new( $name, $type, $default ) ;
+@@ -151,6 +151,8 @@
+ The default_on_write does not need to be the same as the default unless
+ the quantifier is #FIXED.
+ 
++=back
++
+ =cut
+ 
+ sub default_on_write {
+--- a/lib/XML/Doctype/ElementDecl.pm
++++ b/lib/XML/Doctype/ElementDecl.pm
+@@ -20,8 +20,6 @@
+ This module is alpha code.  It's developed enough to support XML::ValidWriter,
+ but need a lot of work.  Some big things that are lacking are:
+ 
+-=over
+-
+ =cut
+ 
+ use strict ;
+@@ -45,6 +43,8 @@
+ 
+ =head1 METHODS
+ 
++=over
++
+ =item new
+ 
+    # Undefined element constructors:
+@@ -304,6 +304,8 @@
+ Right now, this must be called only when an element's end tag is
+ emitted.  It can be broadened to be incremental if need be.
+ 
++=back
++
+ =cut
+ 
+ sub validate_content {

Added: trunk/libxml-autowriter-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-autowriter-perl/debian/patches/series?rev=40042&op=file
==============================================================================
--- trunk/libxml-autowriter-perl/debian/patches/series (added)
+++ trunk/libxml-autowriter-perl/debian/patches/series Fri Jul 17 01:53:42 2009
@@ -1,0 +1,2 @@
+pod-warnings.patch
+pod-errors.patch

Modified: trunk/libxml-autowriter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-autowriter-perl/debian/rules?rev=40042&op=diff
==============================================================================
--- trunk/libxml-autowriter-perl/debian/rules (original)
+++ trunk/libxml-autowriter-perl/debian/rules Fri Jul 17 01:53:42 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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