[libswitch-perl] 07/09: Drop fix-5.14-build-failure.patch, applied upstream

Florian Schlichting fsfs at moszumanska.debian.org
Wed Apr 23 22:00:53 UTC 2014


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

fsfs pushed a commit to branch master
in repository libswitch-perl.

commit d385f989f04d4ac57270142dc747f2ba1121cd74
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Apr 23 23:38:48 2014 +0200

    Drop fix-5.14-build-failure.patch, applied upstream
---
 debian/patches/fix-5.14-build-failure.patch | 18 ------------------
 debian/patches/series                       |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/fix-5.14-build-failure.patch b/debian/patches/fix-5.14-build-failure.patch
deleted file mode 100644
index 81fea3f..0000000
--- a/debian/patches/fix-5.14-build-failure.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Father Chrysostomos <sprout at cpan.org>
-Subject: Fix Switch misuse of (;$) prototype.
-Date: Sun, 15 Aug 2010 17:44:32 -0700
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=60380
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629287
-
---- Switch-2.16-wjgfvU/Switch.pm	2009-10-23 00:52:51.000000000 -0700
-+++ Switch-2.16-wjgfvUcopy/Switch.pm	2010-08-15 17:41:38.000000000 -0700
-@@ -146,7 +146,7 @@ sub filter_blocks
- 				die "Bad $keyword statement (problem in the code block?) near $Switch::file line ", line(substr($source,0, pos $source), $line), "\n";
- 			};
- 			my $code = filter_blocks(substr($source,$pos[0],$pos[4]-$pos[0]),line(substr($source,0,$pos[0]),$line));
--			$code =~ s/{/{ local \$::_S_W_I_T_C_H; Switch::switch $arg;/;
-+			$code =~ s/{/{ local \$::_S_W_I_T_C_H; Switch::switch($arg);/;
- 			$text .= $code . 'continue {last}';
- 			next component;
- 		}
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e946b52..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-5.14-build-failure.patch

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



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