[libdevel-callparser-perl] 13/15: Refresh patch 0001 with shortening quilt options, and tighten DEP5 header.

Jonas Smedegaard dr at jones.dk
Tue Jun 27 03:00:22 UTC 2017


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

js pushed a commit to branch master
in repository libdevel-callparser-perl.

commit 73b2ba45ed4a1e1adbddabe32714d651fc458de8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 27 01:06:40 2017 +0200

    Refresh patch 0001 with shortening quilt options, and tighten DEP5 header.
---
 ...roblem-with-Perl-5.21.4-on-threaded-build.patch | 28 +++++-----------------
 1 file changed, 6 insertions(+), 22 deletions(-)

diff --git a/debian/patches/0001-Fix-a-pad-problem-with-Perl-5.21.4-on-threaded-build.patch b/debian/patches/0001-Fix-a-pad-problem-with-Perl-5.21.4-on-threaded-build.patch
index 2649b75..0a9cd77 100644
--- a/debian/patches/0001-Fix-a-pad-problem-with-Perl-5.21.4-on-threaded-build.patch
+++ b/debian/patches/0001-Fix-a-pad-problem-with-Perl-5.21.4-on-threaded-build.patch
@@ -1,23 +1,13 @@
-From ba92f4cba247c91d100e05f2b83dd093055e462b Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Fri, 25 Dec 2015 18:53:08 +0200
-Subject: [PATCH] Fix a pad problem with Perl >= 5.21.4 on threaded builds
-
-This broke at least the Kavorka and Moops distributions.
-
-Bug-Debian: https://bugs.debian.org/808826
+Description: Fix a pad problem with Perl >= 5.21.4 on threaded builds
+ This broke at least the Kavorka and Moops distributions.
+Author: Niko Tyni <ntyni at debian.org>
 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110623
----
- lib/Devel/CallParser.xs | 10 +++++++---
- t/pad2.t                | 15 +++++++++++++++
- 2 files changed, 22 insertions(+), 3 deletions(-)
- create mode 100644 t/pad2.t
+Bug-Debian: https://bugs.debian.org/808826
+Last-Update: 2017-06-27
 
-diff --git a/lib/Devel/CallParser.xs b/lib/Devel/CallParser.xs
-index 6643739..847742c 100644
 --- a/lib/Devel/CallParser.xs
 +++ b/lib/Devel/CallParser.xs
-@@ -323,10 +323,14 @@ static int my_keyword_plugin(pTHX_
+@@ -323,10 +323,14 @@
  	 * The core bug was supposedly fixed in Perl 5.19.4, but actually
  	 * that version exhibits a different bug also apparently related
  	 * to padrange.  Restoring the pad's fill pointer works around
@@ -35,9 +25,6 @@ index 6643739..847742c 100644
  #if MUST_RESTORE_PAD_FILL
  	I32 padfill = av_len(PL_comppad);
  #endif /* MUST_RESTORE_PAD_FILL */
-diff --git a/t/pad2.t b/t/pad2.t
-new file mode 100644
-index 0000000..92c6dab
 --- /dev/null
 +++ b/t/pad2.t
 @@ -0,0 +1,15 @@
@@ -56,6 +43,3 @@ index 0000000..92c6dab
 +}
 +
 +f(1);
--- 
-2.6.4
-

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



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