r40034 - in /trunk/libxml-sax-machines-perl/debian: README.source changelog control patches/ patches/pod-warnings.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jul 17 00:17:57 UTC 2009


Author: jawnsy-guest
Date: Fri Jul 17 00:17:50 2009
New Revision: 40034

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40034
Log:
Added patch to fix pod2man errors

Added:
    trunk/libxml-sax-machines-perl/debian/README.source
    trunk/libxml-sax-machines-perl/debian/patches/
    trunk/libxml-sax-machines-perl/debian/patches/pod-warnings.patch
    trunk/libxml-sax-machines-perl/debian/patches/series
Modified:
    trunk/libxml-sax-machines-perl/debian/changelog
    trunk/libxml-sax-machines-perl/debian/control
    trunk/libxml-sax-machines-perl/debian/rules

Added: trunk/libxml-sax-machines-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/README.source?rev=40034&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/README.source (added)
+++ trunk/libxml-sax-machines-perl/debian/README.source Fri Jul 17 00:17:50 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Modified: trunk/libxml-sax-machines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/changelog?rev=40034&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/changelog (original)
+++ trunk/libxml-sax-machines-perl/debian/changelog Fri Jul 17 00:17:50 2009
@@ -5,6 +5,7 @@
     + No longer does that pseudo-hash thing (removed pseudo-hash.patch)
   * Standards-Version 3.8.2
   * Added myself to Uploaders and Copyright
+  * Added patch to fix pod2man errors
   * Cleaned up Copyright
   * debhelper 7 upgrade
   * Rewrote control file description

Modified: trunk/libxml-sax-machines-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/control?rev=40034&op=diff
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/control (original)
+++ trunk/libxml-sax-machines-perl/debian/control Fri Jul 17 00:17:50 2009
@@ -8,7 +8,7 @@
 Homepage: http://search.cpan.org/dist/XML-SAX-Machines/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-machines-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-sax-machines-perl/
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.0-16), libxml-sax-perl (>= 0.10),
  libxml-sax-writer-perl (>= 0.42)
 

Added: trunk/libxml-sax-machines-perl/debian/patches/pod-warnings.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/patches/pod-warnings.patch?rev=40034&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/patches/pod-warnings.patch (added)
+++ trunk/libxml-sax-machines-perl/debian/patches/pod-warnings.patch Fri Jul 17 00:17:50 2009
@@ -1,0 +1,36 @@
+Author: Jonathan Yu <frequency at cpan.org>
+Origin: vendor
+Bug-CPAN: https://rt.cpan.org/Ticket/Display.html?id=47957
+Forwarded: yes
+Description: Fix errors with pod2man
+--- a/lib/XML/Filter/Distributor.pm
++++ b/lib/XML/Filter/Distributor.pm
+@@ -250,6 +250,7 @@
+ }
+ TPL_END
+ 
++=back
+ 
+ =head1 LIMITATIONS
+ 
+--- a/lib/XML/Filter/DocSplitter.pm
++++ b/lib/XML/Filter/DocSplitter.pm
+@@ -280,6 +280,7 @@
+ }
+ TPL_END
+ 
++=back
+ 
+ =head1 LIMITATIONS
+ 
+--- a/lib/XML/Filter/Merger.pm
++++ b/lib/XML/Filter/Merger.pm
+@@ -416,6 +416,8 @@
+ }
+ TEMPLATE_END
+ 
++=back
++
+ =head1 Additional Methods
+ 
+ These are provided to make it easy for subclasses to find out roughly

Added: trunk/libxml-sax-machines-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-machines-perl/debian/patches/series?rev=40034&op=file
==============================================================================
--- trunk/libxml-sax-machines-perl/debian/patches/series (added)
+++ trunk/libxml-sax-machines-perl/debian/patches/series Fri Jul 17 00:17:50 2009
@@ -1,0 +1,1 @@
+pod-warnings.patch

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




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