r38240 - in /trunk/libcache-fastmmap-perl/debian: changelog control patches/ patches/pod-errors.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jun 18 23:08:09 UTC 2009


Author: jawnsy-guest
Date: Thu Jun 18 23:08:04 2009
New Revision: 38240

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38240
Log:
Added a patch to take care of pod errors

Added:
    trunk/libcache-fastmmap-perl/debian/patches/
    trunk/libcache-fastmmap-perl/debian/patches/pod-errors.patch
    trunk/libcache-fastmmap-perl/debian/patches/series
Modified:
    trunk/libcache-fastmmap-perl/debian/changelog
    trunk/libcache-fastmmap-perl/debian/control

Modified: trunk/libcache-fastmmap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/debian/changelog?rev=38240&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/debian/changelog (original)
+++ trunk/libcache-fastmmap-perl/debian/changelog Thu Jun 18 23:08:04 2009
@@ -5,6 +5,7 @@
   * Added /me to Uploaders
   * Added some blahblahblah to the control description
   * Use the new debian/rules format
+  * Added a patch to take care of pod errors
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 18 Jun 2009 14:33:58 -0400
 

Modified: trunk/libcache-fastmmap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/debian/control?rev=38240&op=diff
==============================================================================
--- trunk/libcache-fastmmap-perl/debian/control (original)
+++ trunk/libcache-fastmmap-perl/debian/control Thu Jun 18 23:08:04 2009
@@ -1,7 +1,7 @@
 Source: libcache-fastmmap-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Jonathan Yu <frequency at cpan.org>

Added: trunk/libcache-fastmmap-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/debian/patches/pod-errors.patch?rev=38240&op=file
==============================================================================
--- trunk/libcache-fastmmap-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libcache-fastmmap-perl/debian/patches/pod-errors.patch Thu Jun 18 23:08:04 2009
@@ -1,0 +1,36 @@
+Author: Jonathan Yu <frequency at cpan.org>
+Debian-Specific: no
+Forwarded-To: https://rt.cpan.org/Ticket/Display.html?id=47131
+Description: Fix POD errors
+ There are some errors reported by pod2man. This patch fixes them.
+--- a/FastMmap.pm
++++ b/FastMmap.pm
+@@ -1204,7 +1204,7 @@
+ 
+ =over 4
+ 
+-=item From 1.15
++=item * From 1.15
+ 
+ =over 4
+ 
+@@ -1228,7 +1228,9 @@
+ Otherwise the defaults seem sensible to cleanup unneeded share files rather than
+ leaving them around to accumulate.
+ 
+-=item From 1.29
++=back
++
++=item * From 1.29
+ 
+ =over 4
+ 
+@@ -1239,7 +1241,7 @@
+ 
+ =back
+ 
+-=item From 1.31
++=item * From 1.31
+ 
+ =over 4
+ 

Added: trunk/libcache-fastmmap-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcache-fastmmap-perl/debian/patches/series?rev=38240&op=file
==============================================================================
--- trunk/libcache-fastmmap-perl/debian/patches/series (added)
+++ trunk/libcache-fastmmap-perl/debian/patches/series Thu Jun 18 23:08:04 2009
@@ -1,0 +1,1 @@
+pod-errors.patch




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