r45810 - in /trunk/libembperl-perl/debian/patches: fix-string-typo.patch series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Oct 14 23:57:15 UTC 2009


Author: jawnsy-guest
Date: Wed Oct 14 23:57:09 2009
New Revision: 45810

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45810
Log:
Patch to fix typo in C strings (unkown -> unknown)

Added:
    trunk/libembperl-perl/debian/patches/fix-string-typo.patch
Modified:
    trunk/libembperl-perl/debian/patches/series

Added: trunk/libembperl-perl/debian/patches/fix-string-typo.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/patches/fix-string-typo.patch?rev=45810&op=file
==============================================================================
--- trunk/libembperl-perl/debian/patches/fix-string-typo.patch (added)
+++ trunk/libembperl-perl/debian/patches/fix-string-typo.patch Wed Oct 14 23:57:09 2009
@@ -1,0 +1,18 @@
+Description: fix string typos
+ There is a typo in epmain.c in a constant string, which
+ results in lintian errors. This patch simply corrects
+ the typo in the source file.
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/epmain.c
++++ b/epmain.c
+@@ -176,7 +176,7 @@
+         case rcRefcntNotOne:            msg ="[%d]ERR:  %d: %s There is still %s reference(s) to the %s object, while there shouldn't be any." ; break ; 
+         case rcApacheErr:               msg ="[%d]ERR:  %d: %s Apache returns Error: %s %s" ; break ; 
+         case rcTooDeepNested:           msg ="[%d]ERR:  %d: %s Source data is too deep nested %s %s" ; break ; 
+-        case rcUnknownOption:           msg ="[%d]ERR:  %d: %s Unkown option '%s' in configuration directive '%s'" ; break ; 
++        case rcUnknownOption:           msg ="[%d]ERR:  %d: %s Unknown option '%s' in configuration directive '%s'" ; break ; 
+         case rcTimeFormatErr:           msg ="[%d]ERR:  %d: %s Format error in %s = %s" ; break ;
+         case rcSubCallNotRequest:       msg ="[%d]ERR:  %d: %s A Embperl sub is called and no Embperl request is running  %s %s" ; break ;
+ 

Modified: trunk/libembperl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/patches/series?rev=45810&op=diff
==============================================================================
--- trunk/libembperl-perl/debian/patches/series (original)
+++ trunk/libembperl-perl/debian/patches/series Wed Oct 14 23:57:09 2009
@@ -8,3 +8,4 @@
 Makefile.PL.patch
 fix-pod-errors.patch
 fix-whatis.patch
+fix-string-typo.patch




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