r47420 - in /trunk/libalgorithm-diff-perl/debian: README.source changelog patches/ patches/fix-pod.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Nov 18 14:05:29 UTC 2009


Author: jawnsy-guest
Date: Wed Nov 18 14:05:15 2009
New Revision: 47420

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=47420
Log:
Add a patch to fix POD

Added:
    trunk/libalgorithm-diff-perl/debian/README.source
    trunk/libalgorithm-diff-perl/debian/patches/
    trunk/libalgorithm-diff-perl/debian/patches/fix-pod.patch
    trunk/libalgorithm-diff-perl/debian/patches/series
Modified:
    trunk/libalgorithm-diff-perl/debian/changelog

Added: trunk/libalgorithm-diff-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/README.source?rev=47420&op=file
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/README.source (added)
+++ trunk/libalgorithm-diff-perl/debian/README.source Wed Nov 18 14:05:15 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/libalgorithm-diff-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/changelog?rev=47420&op=diff
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/changelog (original)
+++ trunk/libalgorithm-diff-perl/debian/changelog Wed Nov 18 14:05:15 2009
@@ -7,6 +7,7 @@
   * Install scripts + README via example + docs file
   * Update to new short debhelper rules format
   * Recommend the forthcoming libalgorithm-diff-xs-perl module
+  * Add a patch to fix POD
 
   [ gregor herrmann ]
   * debian/watch: improved regexp for matching upstream releases.

Added: trunk/libalgorithm-diff-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/patches/fix-pod.patch?rev=47420&op=file
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libalgorithm-diff-perl/debian/patches/fix-pod.patch Wed Nov 18 14:05:15 2009
@@ -1,0 +1,24 @@
+Description: fix pod errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Algorithm/Diff.pm
++++ b/lib/Algorithm/Diff.pm
+@@ -986,8 +986,6 @@
+ a contiguous section of items which should be added, deleted, replaced,
+ or left unchanged.
+ 
+-=over 4
+-
+ The following summary of all of the methods looks a lot like Perl code
+ but some of the symbols have different meanings:
+ 
+@@ -1018,6 +1016,8 @@
+ Passing in C<undef> for an optional argument is always treated the same
+ as if no argument were passed in.
+ 
++=over
++
+ =item C<Next>
+ 
+     $pos = $diff->Next();    # Move forward 1 hunk

Added: trunk/libalgorithm-diff-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libalgorithm-diff-perl/debian/patches/series?rev=47420&op=file
==============================================================================
--- trunk/libalgorithm-diff-perl/debian/patches/series (added)
+++ trunk/libalgorithm-diff-perl/debian/patches/series Wed Nov 18 14:05:15 2009
@@ -1,0 +1,1 @@
+fix-pod.patch




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