[libdevel-declare-perl] 01/02: Fix breakage caused by change in perl stable update (Closes: #826563)

dom at earth.li dom at earth.li
Mon Jun 6 23:43:53 UTC 2016


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

dom pushed a commit to branch jessie
in repository libdevel-declare-perl.

commit c5adf9217a66bf3d9dabf087c39dbc063240145d
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Jun 7 00:25:10 2016 +0100

    Fix breakage caused by change in perl stable update (Closes: #826563)
---
 debian/changelog                                   |  7 ++++++
 .../0001-dont-use-sub_inwhat-RT-102918.patch       | 25 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5aea312..07238db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdevel-declare-perl (0.006017-1+deb8u1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix breakage caused by change in perl stable update (Closes: #826563)
+
+ -- Dominic Hargreaves <dom at earth.li>  Tue, 07 Jun 2016 00:16:40 +0100
+
 libdevel-declare-perl (0.006017-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
diff --git a/debian/patches/0001-dont-use-sub_inwhat-RT-102918.patch b/debian/patches/0001-dont-use-sub_inwhat-RT-102918.patch
new file mode 100644
index 0000000..a2f0df8
--- /dev/null
+++ b/debian/patches/0001-dont-use-sub_inwhat-RT-102918.patch
@@ -0,0 +1,25 @@
+From 7fc37409865dab1d5bbd358c57be8ce5c8b00a8b Mon Sep 17 00:00:00 2001
+From: Matthew Horsfall <WolfSage at cpan.org>
+Date: Mon, 23 Mar 2015 15:27:48 -0400
+Subject: [PATCH] dont use sub_inwhat (RT#102918)
+
+---
+ stolen_chunk_of_toke.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/stolen_chunk_of_toke.c b/stolen_chunk_of_toke.c
+index c667eaa..b9e5037 100644
+--- a/stolen_chunk_of_toke.c
++++ b/stolen_chunk_of_toke.c
+@@ -342,7 +342,7 @@ S_skipspace(pTHX_ register char *s, int incline)
+ 	 * of the buffer, we're not reading from a source filter, and
+ 	 * we're in normal lexing mode
+ 	 */
+-	if (s < PL_bufend || !PL_rsfp || PL_sublex_info.sub_inwhat ||
++	if (s < PL_bufend || !PL_rsfp || PL_lex_inwhat ||
+ 		PL_lex_state == LEX_FORMLINE)
+ 	    return s;
+ 
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6454376
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-dont-use-sub_inwhat-RT-102918.patch

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



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