[SCM] Debian packaging of libdevel-leak-perl branch, master, updated. b280443f1d1320691284a3019421c32435894353

gregor herrmann gregoa at debian.org
Fri Aug 26 12:46:46 UTC 2011


The following commit has been merged in the master branch:
commit 1268b67731cb38f0f2074503edf632a22a63cab9
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 26 14:34:28 2011 +0200

    Add a patch to fix "no sv_dump even with debugperl".
    
    Thanks: Tim Cutts for the bug report and the pointers.
    Closes: #639353
    LP: #450482

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..db7cdc5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+sv_dump.patch
diff --git a/debian/patches/sv_dump.patch b/debian/patches/sv_dump.patch
new file mode 100644
index 0000000..0783d51
--- /dev/null
+++ b/debian/patches/sv_dump.patch
@@ -0,0 +1,21 @@
+Description: module should call sv_dump()
+Origin: https://rt.cpan.org/Public/Bug/Display.html?id=22587
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=22587
+Bug-Debian: http://bugs.debian.org/639353
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/450482
+Bug-FreeBSD: http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2011-May/210916.html
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=22587
+Author: Alexey Tourbin <at [...] altlinux.ru>
+Last-Update: 2011-08-26
+
+--- a/Leak.xs
++++ b/Leak.xs
+@@ -11,7 +11,7 @@
+ typedef long used_proc _((void *,SV *,long));
+ typedef struct hash_s *hash_ptr;
+ 
+-#ifndef DEBUGGING
++#ifndef sv_dump
+ #define sv_dump(sv) PerlIO_printf(PerlIO_stderr(), "\n")
+ #endif
+ 

-- 
Debian packaging of libdevel-leak-perl



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