[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. debian/0.91-2-28-gb06ace5

gregor herrmann gregoa at debian.org
Sat May 18 12:18:27 UTC 2013


The following commit has been merged in the master branch:
commit 5c4725c75462a59ce7c9821e46527622d95b0784
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 18 14:08:30 2013 +0200

    add dep3 headers to patch
    
    Git-Dch: Ignore

diff --git a/debian/patches/direct_utf8.patch b/debian/patches/direct_utf8.patch
index 18548a9..3e68b4d 100644
--- a/debian/patches/direct_utf8.patch
+++ b/debian/patches/direct_utf8.patch
@@ -1,3 +1,18 @@
+Description: remove wrong conversion of utf8 to bytes when feeding character data to firebird
+ 1) the bytes_from_utf8 function doesn't convert from utf8 to bytes, but from
+    utf8 to "native encoding", which may be something like latin1
+ 2) firebird already expects utf8, so conversion is not really necessary
+ .
+ fixes failure to build with perl 5.16+. perl 5.14 seems to have broken
+ bytes_from_utf8 function, or something else in the environment made it work as
+ expected
+Bug-Debian: http://bugs.debian.org/704265
+Origin: upstream + vendor
+Applied-Upstream: most probably
+Author: Damyan Ivanov <dmn at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-05-18
+
 --- a/dbdimp.c
 +++ b/dbdimp.c
 @@ -2076,7 +2076,6 @@ int ib_blob_write(SV *sth, imp_sth_t *im

-- 
Debian packaging of DBD-Firebird CPAN distribution



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