[SCM] Debian packaging of libclone-fast-perl branch, master, updated. debian/0.96-1-14-g649a8e8

Xavier Guimard x.guimard at free.fr
Thu Mar 28 13:00:57 UTC 2013


The following commit has been merged in the master branch:
commit 14d015db8f2073968a579b71b27d8da0d78e203d
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Mar 28 13:57:53 2013 +0100

    Refresh patches (offsets and format)

diff --git a/debian/patches/0001-Use-clone_sv-instead-of-clone_rv-for-cloning-referen.patch b/debian/patches/0001-Use-clone_sv-instead-of-clone_rv-for-cloning-referen.patch
index 26f3fff..9d26c3e 100644
--- a/debian/patches/0001-Use-clone_sv-instead-of-clone_rv-for-cloning-referen.patch
+++ b/debian/patches/0001-Use-clone_sv-instead-of-clone_rv-for-cloning-referen.patch
@@ -1,21 +1,13 @@
+Description: Use clone_sv() instead of clone_rv() for cloning references
+ As of Perl 5.11, SVt_RV is gone and replaced by SVt_IV.
+ .
+ Using clone_sv() instead fixes test 5 of t/03scalar.t failing on 5.12.
 Origin: vendor
+Author Niko Tyni <ntyni at debian.org>
 Bug-Debian: http://bugs.debian.org/615571
 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=65485
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=65485
-Last-Update: 2011-05-04
-
-From f35f6e19700b9f0680484fd44c656ad971059c08 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Wed, 4 May 2011 21:38:23 +0300
-Subject: [PATCH] Use clone_sv() instead of clone_rv() for cloning references
- on newer perls
-
-As of Perl 5.11, SVt_RV is gone and replaced by SVt_IV.
-
-Using clone_sv() instead fixes test 5 of t/03scalar.t failing on 5.12.
----
- Fast.xs |    4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+Last-Update: 2013-03-28
 
 --- a/Fast.xs
 +++ b/Fast.xs
diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
index 6d647ae..f1f0338 100644
--- a/debian/patches/fix-pod-spelling.patch
+++ b/debian/patches/fix-pod-spelling.patch
@@ -1,13 +1,13 @@
 Description: fix POD spelling errors
 Origin: vendor
 Bug: https://rt.cpan.org/Ticket/Display.html?id=69649
-Forwarded: yes
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=69649
 Author: Jonathan Yu <jawnsy at cpan.org>
 Last-Update: 2011-07-21
 
 --- a/lib/Clone/Fast.pm
 +++ b/lib/Clone/Fast.pm
-@@ -307,7 +307,7 @@
+@@ -297,7 +297,7 @@
  This module works great for blessed references, how ever the paradigm changes when trying to clone
  inside out objects (or Conway's 'flywaight' style of object creation).  Clone does not, nor will not,
  clone the stash of an object's class; this would break more than anything.  Given this, HOOKS have

-- 
Debian packaging of libclone-fast-perl



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