[SCM] Debian packaging of libdata-alias-perl branch, master, updated. debian/1.16-2-6-g9cf86ef
gregor herrmann
gregoa at debian.org
Sun Jun 9 13:57:12 UTC 2013
The following commit has been merged in the master branch:
commit d21249e708b3bf8c37e6eede293ddc47ed5646eb
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 9 15:53:57 2013 +0200
Add patch realloc.patch, taken from CPAN RT.
(Partly addresses #708596.)
diff --git a/debian/patches/realloc.patch b/debian/patches/realloc.patch
new file mode 100644
index 0000000..fd369b8
--- /dev/null
+++ b/debian/patches/realloc.patch
@@ -0,0 +1,20 @@
+Description: Data::Alias assumes that it can realloc an op, except under PL_OP_SLAB_ALLOC.
+ This is no longer true in 5.17.2.
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Ticket/Display.html?id=78148
+Forwarded: not-needed
+Author: $_ = 'spro^^*%*^6ut#@&$%*c>#!^!#&!pan.org'; y/a-z.@//cd; print
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-09
+
+--- a/Alias.xs
++++ b/Alias.xs
+@@ -45,7 +45,7 @@
+
+
+ #ifndef RenewOpc
+-#ifdef PL_OP_SLAB_ALLOC
++#if defined(PL_OP_SLAB_ALLOC) || PERL_COMBI_VERSION >= 5017002
+ #define RenewOpc(m,v,n,t,c) \
+ STMT_START { \
+ t *tMp_; \
diff --git a/debian/patches/series b/debian/patches/series
index a8ab736..28a6332 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
format_string_fix.diff
+realloc.patch
--
Debian packaging of libdata-alias-perl
More information about the Pkg-perl-cvs-commits
mailing list