r68501 - in /trunk/libfrontier-rpc-perl/debian: changelog patches/00list patches/10_fix-utf8.dpatch patches/10_fix-utf8.patch patches/series source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 13 15:39:17 UTC 2011


Author: gregoa
Date: Sun Feb 13 15:39:01 2011
New Revision: 68501

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68501
Log:
Switch to source format 3.0 (quilt).

Added:
    trunk/libfrontier-rpc-perl/debian/patches/10_fix-utf8.patch
    trunk/libfrontier-rpc-perl/debian/patches/series
    trunk/libfrontier-rpc-perl/debian/source/
    trunk/libfrontier-rpc-perl/debian/source/format
Removed:
    trunk/libfrontier-rpc-perl/debian/patches/00list
    trunk/libfrontier-rpc-perl/debian/patches/10_fix-utf8.dpatch
Modified:
    trunk/libfrontier-rpc-perl/debian/changelog

Modified: trunk/libfrontier-rpc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfrontier-rpc-perl/debian/changelog?rev=68501&op=diff
==============================================================================
--- trunk/libfrontier-rpc-perl/debian/changelog (original)
+++ trunk/libfrontier-rpc-perl/debian/changelog Sun Feb 13 15:39:01 2011
@@ -9,6 +9,7 @@
     (Tannoiser) <tannoiser at debian.org>); Maurizio Lemmo (Tannoiser)
     <tannoiser at debian.org> moved to Uploaders.
   * Add debian/watch.
+  * Switch to source format 3.0 (quilt).
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 13 Feb 2011 16:25:49 +0100
 

Added: trunk/libfrontier-rpc-perl/debian/patches/10_fix-utf8.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfrontier-rpc-perl/debian/patches/10_fix-utf8.patch?rev=68501&op=file
==============================================================================
--- trunk/libfrontier-rpc-perl/debian/patches/10_fix-utf8.patch (added)
+++ trunk/libfrontier-rpc-perl/debian/patches/10_fix-utf8.patch Sun Feb 13 15:39:01 2011
@@ -1,0 +1,12 @@
+Author: Maurizio Lemmo (Tannoiser) <tannoiser at debian.org>
+Description: Make utf8 compliant, from Erwan MAS <erwan at mas.nom.fr>
+--- a/lib/Frontier/RPC2.pm
++++ b/lib/Frontier/RPC2.pm
+@@ -234,6 +234,7 @@
+ 	return ("<value><double>$value</double></value>");
+     } else {
+ 	$value =~ s/([&<>\"])/$char_entities{$1}/ge;
++  $value =~ s/([\x{80}-\x{FFFF}])/'&#' . ord($1) . ';'/gse;
+ 	return ("<value><string>$value</string></value>");
+     }
+ }

Added: trunk/libfrontier-rpc-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfrontier-rpc-perl/debian/patches/series?rev=68501&op=file
==============================================================================
--- trunk/libfrontier-rpc-perl/debian/patches/series (added)
+++ trunk/libfrontier-rpc-perl/debian/patches/series Sun Feb 13 15:39:01 2011
@@ -1,0 +1,1 @@
+10_fix-utf8.patch

Added: trunk/libfrontier-rpc-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfrontier-rpc-perl/debian/source/format?rev=68501&op=file
==============================================================================
--- trunk/libfrontier-rpc-perl/debian/source/format (added)
+++ trunk/libfrontier-rpc-perl/debian/source/format Sun Feb 13 15:39:01 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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