r74970 - in /trunk/libfcgi-perl/debian: changelog patches/ patches/fix-pod-error.patch patches/series

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Tue May 31 13:54:30 UTC 2011


Author: ghedo-guest
Date: Tue May 31 13:54:22 2011
New Revision: 74970

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74970
Log:
Add fix-pod-error patch

Added:
    trunk/libfcgi-perl/debian/patches/
    trunk/libfcgi-perl/debian/patches/fix-pod-error.patch
    trunk/libfcgi-perl/debian/patches/series
Modified:
    trunk/libfcgi-perl/debian/changelog

Modified: trunk/libfcgi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-perl/debian/changelog?rev=74970&op=diff
==============================================================================
--- trunk/libfcgi-perl/debian/changelog (original)
+++ trunk/libfcgi-perl/debian/changelog Tue May 31 13:54:22 2011
@@ -11,6 +11,7 @@
   * Fix dh arguments ordering
   * Drop fix-pod-spelling (merged upstream)
   * Update upstream copyright year for the configure file
+  * Add fix-pod-error patch
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Tue, 31 May 2011 15:16:12 +0200
 

Added: trunk/libfcgi-perl/debian/patches/fix-pod-error.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-perl/debian/patches/fix-pod-error.patch?rev=74970&op=file
==============================================================================
--- trunk/libfcgi-perl/debian/patches/fix-pod-error.patch (added)
+++ trunk/libfcgi-perl/debian/patches/fix-pod-error.patch Tue May 31 13:54:22 2011
@@ -1,0 +1,13 @@
+Desription: This patch fixes the pod2man error "Unknown directive: =HEAD1",
+ reported by lintian.
+--- a/FCGI.PL
++++ b/FCGI.PL
+@@ -566,7 +566,7 @@
+ 
+ =back
+ 
+-=HEAD1 LIMITATIONS
++=head1 LIMITATIONS
+ 
+ FCGI.pm isn't Unicode aware, only characters within the range 0x00-0xFF are 
+ supported. Attempts to output strings containing characters above 0xFF results

Added: trunk/libfcgi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfcgi-perl/debian/patches/series?rev=74970&op=file
==============================================================================
--- trunk/libfcgi-perl/debian/patches/series (added)
+++ trunk/libfcgi-perl/debian/patches/series Tue May 31 13:54:22 2011
@@ -1,0 +1,1 @@
+fix-pod-error.patch




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