[SCM] Debian packaging of libdevel-dprof-perl branch, master, updated. debian/20110802.00-1-5-g25d09db

Dominic Hargreaves dom at earth.li
Sat Mar 30 18:41:59 UTC 2013


The following commit has been merged in the master branch:
commit 25d09db5b3127364a9634c77866db4552cb0f4cc
Author: Dominic Hargreaves <dom at earth.li>
Date:   Sat Mar 30 18:38:56 2013 +0000

    Apply patch from Petr Písař fixing test failures with Perl 5.16 (Closes: #676271)

diff --git a/debian/changelog b/debian/changelog
index 62a64fa..8a8f474 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libdevel-dprof-perl (20110802.00-2) UNRELEASED; urgency=low
 
+  [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 
+  [ Dominic Hargreaves ]
+  * Apply patch from Petr Písař fixing test failures with Perl 5.16
+    (Closes: #676271)
+
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:00:09 +0100
 
 libdevel-dprof-perl (20110802.00-1) unstable; urgency=low
diff --git a/debian/patches/fix-ftbfs-5.16.patch b/debian/patches/fix-ftbfs-5.16.patch
new file mode 100644
index 0000000..3297fca
--- /dev/null
+++ b/debian/patches/fix-ftbfs-5.16.patch
@@ -0,0 +1,25 @@
+From 658895c781a8f42752791e4d6f1b32423d1a36f6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Wed, 27 Jun 2012 17:18:48 +0200
+Subject: [PATCH] Work around static XS_Devel__DProf_END mismatch
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=70629
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676271
+Origin: https://rt.cpan.org/Public/Bug/Display.html?id=70629
+---
+ DProf.xs |    1 +
+ 1 files changed, 1 insertions(+), 0 deletions(-)
+
+diff --git a/DProf.xs b/DProf.xs
+index a4bbb4b..9642010 100644
+--- a/DProf.xs
++++ b/DProf.xs
+@@ -1,4 +1,5 @@
+ #define PERL_NO_GET_CONTEXT
++#define PERL_EUPXS_ALWAYS_EXPORT /* Perl 5.16 makes XSUB static, RT #70629 */
+ #include "EXTERN.h"
+ #include "perl.h"
+ #include "XSUB.h"
+-- 
+1.7.7.6
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4cc1251
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-ftbfs-5.16.patch

-- 
Debian packaging of libdevel-dprof-perl



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