r41566 - in /trunk/libxml-xpathengine-perl/debian: README.source changelog control patches/ patches/fix-pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 9 16:28:10 UTC 2009


Author: gregoa
Date: Sun Aug  9 16:28:03 2009
New Revision: 41566

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41566
Log:
New patch fix-pod.patch (closes: #537720). Add quilt framework.

Added:
    trunk/libxml-xpathengine-perl/debian/README.source
    trunk/libxml-xpathengine-perl/debian/patches/
    trunk/libxml-xpathengine-perl/debian/patches/fix-pod.patch
    trunk/libxml-xpathengine-perl/debian/patches/series
Modified:
    trunk/libxml-xpathengine-perl/debian/changelog
    trunk/libxml-xpathengine-perl/debian/control
    trunk/libxml-xpathengine-perl/debian/rules

Added: trunk/libxml-xpathengine-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpathengine-perl/debian/README.source?rev=41566&op=file
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/README.source (added)
+++ trunk/libxml-xpathengine-perl/debian/README.source Sun Aug  9 16:28:03 2009
@@ -1,0 +1,5 @@
+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-xpathengine-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpathengine-perl/debian/changelog?rev=41566&op=diff
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/changelog (original)
+++ trunk/libxml-xpathengine-perl/debian/changelog Sun Aug  9 16:28:03 2009
@@ -1,6 +1,10 @@
 libxml-xpathengine-perl (0.12-2) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ gregor herrmann ]
+  * New patch fix-pod.patch (closes: #537720). Add quilt framework.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:16 +0000
 

Modified: trunk/libxml-xpathengine-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpathengine-perl/debian/control?rev=41566&op=diff
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/control (original)
+++ trunk/libxml-xpathengine-perl/debian/control Sun Aug  9 16:28:03 2009
@@ -1,7 +1,7 @@
 Source: libxml-xpathengine-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl,
  perl (>= 5.8.8-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libxml-xpathengine-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpathengine-perl/debian/patches/fix-pod.patch?rev=41566&op=file
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libxml-xpathengine-perl/debian/patches/fix-pod.patch Sun Aug  9 16:28:03 2009
@@ -1,0 +1,15 @@
+Author: gregor herrmann <gregoa at debian.org>
+Bugs-Debian: #537720
+Description: fix POD, whitespace in L<> is significant
+
+--- a/lib/XML/XPathEngine.pm
++++ b/lib/XML/XPathEngine.pm
+@@ -1169,7 +1169,7 @@
+ 
+ L<Tree::XPathEngine> for a similar module for non-XML trees.
+ 
+-L<http://www.xmltwig.com/article/extending_xml_xpath/ > for background 
++L<http://www.xmltwig.com/article/extending_xml_xpath/> for background
+ information. The last section of the article summarizes how to reuse XML::XPath.
+ As XML::XPathEngine offers the same API it should help you
+ 

Added: trunk/libxml-xpathengine-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpathengine-perl/debian/patches/series?rev=41566&op=file
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/patches/series (added)
+++ trunk/libxml-xpathengine-perl/debian/patches/series Sun Aug  9 16:28:03 2009
@@ -1,0 +1,1 @@
+fix-pod.patch

Modified: trunk/libxml-xpathengine-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xpathengine-perl/debian/rules?rev=41566&op=diff
==============================================================================
--- trunk/libxml-xpathengine-perl/debian/rules (original)
+++ trunk/libxml-xpathengine-perl/debian/rules Sun Aug  9 16:28:03 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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