r29056 - in /trunk/libinline-perl/debian: changelog patches/fix-pod.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 1 19:08:52 UTC 2009


Author: gregoa
Date: Thu Jan  1 19:08:49 2009
New Revision: 29056

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29056
Log:
Extend fix-pod.patch to fix a few more lintian complaints.

Modified:
    trunk/libinline-perl/debian/changelog
    trunk/libinline-perl/debian/patches/fix-pod.patch

Modified: trunk/libinline-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/changelog?rev=29056&op=diff
==============================================================================
--- trunk/libinline-perl/debian/changelog (original)
+++ trunk/libinline-perl/debian/changelog Thu Jan  1 19:08:49 2009
@@ -25,6 +25,7 @@
   * Set debhelper compatibility level to 7; adapt
     debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
+  * Extend fix-pod.patch to fix a few more lintian complaints.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:50 +0200
 

Modified: trunk/libinline-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libinline-perl/debian/patches/fix-pod.patch?rev=29056&op=diff
==============================================================================
--- trunk/libinline-perl/debian/patches/fix-pod.patch (original)
+++ trunk/libinline-perl/debian/patches/fix-pod.patch Thu Jan  1 19:08:49 2009
@@ -3,6 +3,25 @@
 
 --- a/C/C-Cookbook.pod
 +++ b/C/C-Cookbook.pod
+@@ -1,6 +1,6 @@
+ =head1 NAME
+ 
+-C Cookbook - A Cornucopia of Inline C Recipes
++C-Cookbook - A Cornucopia of Inline C Recipes
+ 
+ =cut --------------------------------------------------------------------------
+ 
+@@ -174,8 +174,8 @@
+ 
+ Running this script produces:
+ 
+-    > perl vowels.pl /usr/dict/words 
+-    The letters in /usr/dict/words are 37.5% vowels.
++    > perl vowels.pl /usr/share/dict/words 
++    The letters in /usr/share/dict/words are 37.5% vowels.
+ 
+ =item See Also
+ 
 @@ -636,10 +636,10 @@
  
  In the class definition (second part) the Perl C<package> statement is




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