r45813 - in /trunk/libembperl-perl/debian: changelog patches/fix-pod-unescaped-unicode.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Oct 15 00:32:33 UTC 2009


Author: jawnsy-guest
Date: Thu Oct 15 00:32:27 2009
New Revision: 45813

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45813
Log:
Add a patch to remove some Unicode data from POD; it was causing
an obscure error with `AE' (thanks Ryan52!)

Added:
    trunk/libembperl-perl/debian/patches/fix-pod-unescaped-unicode.patch
Modified:
    trunk/libembperl-perl/debian/changelog
    trunk/libembperl-perl/debian/patches/series

Modified: trunk/libembperl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/changelog?rev=45813&op=diff
==============================================================================
--- trunk/libembperl-perl/debian/changelog (original)
+++ trunk/libembperl-perl/debian/changelog Thu Oct 15 00:32:27 2009
@@ -18,6 +18,8 @@
   * Remove libcgi-pm-perl | perl-modules (>= 5.8.0) | libcgi-perl,
     which is always satisfied by perl
   * Add extensive patches to fix POD errors and add whatis entries
+  * Add a patch to remove some Unicode data from POD; it was causing
+    an obscure error with `AE' (thanks Ryan52!)
 
   [ Damyan Ivanov ]
   * debian/rules: fix target dependencies

Added: trunk/libembperl-perl/debian/patches/fix-pod-unescaped-unicode.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/patches/fix-pod-unescaped-unicode.patch?rev=45813&op=file
==============================================================================
--- trunk/libembperl-perl/debian/patches/fix-pod-unescaped-unicode.patch (added)
+++ trunk/libembperl-perl/debian/patches/fix-pod-unescaped-unicode.patch Thu Oct 15 00:32:27 2009
@@ -1,0 +1,18 @@
+Description: remove strange Unicode files from Validate.pm
+ this corrects a Lintian warning because there is unescaped
+ Unicode content in the POD.
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/Embperl/Form/Validate.pm
++++ b/Embperl/Form/Validate.pm
+@@ -804,9 +804,6 @@
+          
+ 	-msg => 'The E-Mail address must contain at least one period.',
+ 	must_contain_one_of => '.',
+-        
+-	-msg => 'The E-Mail-Address is invalid. It must only not contain any special charaters.',
+-	must_not_contain => '¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ',
+        ],
+ 
+ 

Modified: trunk/libembperl-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libembperl-perl/debian/patches/series?rev=45813&op=diff
==============================================================================
--- trunk/libembperl-perl/debian/patches/series (original)
+++ trunk/libembperl-perl/debian/patches/series Thu Oct 15 00:32:27 2009
@@ -9,3 +9,4 @@
 fix-pod-errors.patch
 fix-whatis.patch
 fix-string-typo.patch
+fix-pod-unescaped-unicode.patch




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