[libanyevent-connection-perl] 01/02: drop perl5.18-fixes.patch, fixes FTBFS with perl 5.26

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jun 22 07:45:07 UTC 2017


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

dmn pushed a commit to branch master
in repository libanyevent-connection-perl.

commit 2c33c39a91ef93289246ecbe60102b071a21fa0f
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Jun 22 07:44:21 2017 +0000

    drop perl5.18-fixes.patch, fixes FTBFS with perl 5.26
---
 debian/patches/perl5.18-fixes.patch | 18 ------------------
 debian/patches/series               |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/perl5.18-fixes.patch b/debian/patches/perl5.18-fixes.patch
deleted file mode 100644
index 790d874..0000000
--- a/debian/patches/perl5.18-fixes.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix RE syntax error with perl 5.18
- curly brackets need no escaping unless they form {a,b} notion
-Author: Damyan Ivanov <dmn at debian.org>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=85967
-Bug-Debian: https://bugs.debian.org/711425
-Forwarded: yes
-
---- a/lib/AnyEvent/Connection/Util.pm
-+++ b/lib/AnyEvent/Connection/Util.pm
-@@ -29,7 +29,7 @@ sub dumper (@) {
- 			->Useqq(1)
- 			->Quotekeys(0)
- 			->Dump;
--		$s =~ s{\\x\{([a-f0-9]{1,4})\}}{chr hex $1}sge;
-+		$s =~ s{\\x{([a-f0-9]{1,4})}}{chr hex $1}sge;
- 		$s;
- 	};
- 	goto &{ caller().'::dumper' };
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ecf32ed..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-perl5.18-fixes.patch

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



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