[SCM] Debian packaging of libipc-shareable-perl branch, master, updated. a931442ca3d6a7ed69e4b218f6ec2dd2df6b7317

Xavier Guimard x.guimard at free.fr
Thu Mar 7 14:37:10 UTC 2013


The following commit has been merged in the master branch:
commit 2b2d3c9ea0f79a8ec85717e45388f863be8d55d0
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Thu Mar 7 15:33:45 2013 +0100

    Remove patches now included in upstream

diff --git a/debian/patches/fix_perl_5.10_compat b/debian/patches/fix_perl_5.10_compat
deleted file mode 100644
index 611687b..0000000
--- a/debian/patches/fix_perl_5.10_compat
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Frank Lichtenheld
-Bugs: http://rt.cpan.org/Public/Bug/Display.html?id=41401
-Description: Getting $# of an already-dereferenced-arrayref is a no-go in Perl 5.10
-Bugs-Debian: http://bugs.debian.org/507657
-Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=41401
-Origin: http://rt.cpan.org/Public/Bug/Display.html?id=41401
-
---- a/lib/IPC/Shareable.pm
-+++ b/lib/IPC/Shareable.pm
-@@ -452,7 +452,7 @@
-     my $n    = shift;
- 
-     $self->{_data} = _thaw($self->{_shm}) unless $self->{_lock};
--    $#{@{$self->{_data}}} = $n - 1;
-+    $#{$self->{_data}} = $n - 1;
-     if ($self->{_lock} & LOCK_EX) {
-         $self->{_was_changed} = 1;
-     } else {
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ed5251f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix_perl_5.10_compat
-test-block
diff --git a/debian/patches/test-block b/debian/patches/test-block
deleted file mode 100644
index 0e0b606..0000000
--- a/debian/patches/test-block
+++ /dev/null
@@ -1,21 +0,0 @@
-Author: Ton Voon <TONVOON at cpan.org>
-Description: workaround test lockup
- I've found this is a problem with the speed of response to a kill ALRM. The parent must be 
- sending the ALRM signal so quickly that the child doesn't get to process it soon enough. My 
- fix was to add a sleep 1 after the first ALRM.
- .
- I now get consistent passes for this test.
-Bugs-Debian: http://bugs.debian.org/549760
-Bugs: https://rt.cpan.org/Public/Bug/Display.html?id=19169
-Origin: https://rt.cpan.org/Public/Bug/Display.html?id=19169
-
---- a/t/38ipchv.t
-+++ b/t/38ipchv.t
-@@ -70,6 +70,7 @@
-     });
-     %hv = ();
-     kill ALRM => $pid;
-+    sleep 1;           # Allow time for child to process the signal before next ALRM comes in
-     
-     for (qw(eenie meenie minie moe)) {
- 	$ipch->shlock();

-- 
Debian packaging of libipc-shareable-perl



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