[liblexical-underscore-perl] 06/08: Drop patch 1001 fixed upstream.

Jonas Smedegaard dr at jones.dk
Wed Feb 1 00:52:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblexical-underscore-perl.

commit 159b3e99dc8f1fc89e934c48401938979d7587e1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Feb 1 01:42:11 2017 +0100

    Drop patch 1001 fixed upstream.
---
 debian/patches/1001_avoid_lexical_underscore.patch | 29 ----------------------
 debian/patches/README                              |  3 ---
 debian/patches/series                              |  1 -
 3 files changed, 33 deletions(-)

diff --git a/debian/patches/1001_avoid_lexical_underscore.patch b/debian/patches/1001_avoid_lexical_underscore.patch
deleted file mode 100644
index e06c544..0000000
--- a/debian/patches/1001_avoid_lexical_underscore.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: perl 5.23.4 and later do not have lexical underscore anymore
-Origin: vendor, http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/lexical-underscore-0.003-RT108203.patch
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=108203
-Bug-Debian: http://bugs.debian.org/825524
-Author: Slaven Rezic <slaven at rezic.de>
-Last-Update: 2016-09-14
-
---- a/lib/lexical/underscore.pm
-+++ b/lib/lexical/underscore.pm
-@@ -9,7 +9,7 @@
- 	$lexical::underscore::VERSION   = '0.003';
- }
- 
--use if $] >= 5.009, PadWalker => qw( peek_my );
-+use if $] >= 5.009 && $] < 5.023004, PadWalker => qw( peek_my );
- BEGIN {
- 	*peek_my = sub { +{} } unless __PACKAGE__->can('peek_my');
- }
---- a/t/01basic.t
-+++ b/t/01basic.t
-@@ -2,7 +2,7 @@
- 
- use Test::More;
- BEGIN {
--	$] >= 5.010 or plan skip_all => "test requires Perl 5.010";
-+	($] >= 5.010 and $] < 5.023004) or plan skip_all => "test requires Perl 5.10.0 .. 5.23.3";
- 	plan tests => 6;
- };
- 
diff --git a/debian/patches/README b/debian/patches/README
deleted file mode 100644
index 80c1584..0000000
--- a/debian/patches/README
+++ /dev/null
@@ -1,3 +0,0 @@
-0xxx: Grabbed from upstream development.
-1xxx: Possibly relevant for upstream adoption.
-2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index de747e5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1001_avoid_lexical_underscore.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git



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