[libextutils-parsexs-perl] 01/04: Drop patches applied upstream
Florian Schlichting
fsfs at moszumanska.debian.org
Sun Oct 8 20:25:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libextutils-parsexs-perl.
commit 1ddf1c79ffb9590ab552dac0e3f16a6dbc54a4e6
Author: Florian Schlichting <fsfs at debian.org>
Date: Sun Oct 8 22:03:41 2017 +0200
Drop patches applied upstream
---
...ke-the-test-suite-work-without-cwd-in-INC.patch | 54 ----------------------
debian/patches/Make-the-output-reproducible.patch | 21 ---------
debian/patches/series | 2 -
3 files changed, 77 deletions(-)
diff --git a/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch b/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch
deleted file mode 100644
index b30d843..0000000
--- a/debian/patches/0001-Make-the-test-suite-work-without-cwd-in-INC.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From dbdca3434d68910ca2105f92813d2ee7588ccf3a Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Sat, 17 Sep 2016 16:17:05 +0300
-Subject: [PATCH] Make the test suite work without cwd in @INC
-
-Bug-Debian: https://bugs.debian.org/836882
----
- t/001-basic.t | 2 +-
- t/002-more.t | 2 ++
- t/003-usage.t | 2 +-
- 3 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/t/001-basic.t b/t/001-basic.t
-index 9b2d204..3162da4 100644
---- a/t/001-basic.t
-+++ b/t/001-basic.t
-@@ -56,7 +56,7 @@ SKIP: {
- ok $lib_file, "ExtUtils::CBuilder::link() returned true value";
- ok -e $lib_file, "Make sure $lib_file exists";
-
-- eval {require XSTest};
-+ eval {local @INC = @INC; push @INC, '.'; require XSTest};
- is $@, '', "No error message recorded, as expected";
- ok XSTest::is_even(8),
- "Function created thru XS returned expected true value";
-diff --git a/t/002-more.t b/t/002-more.t
-index e4a68f2..2f70b8b 100644
---- a/t/002-more.t
-+++ b/t/002-more.t
-@@ -55,6 +55,8 @@ SKIP: {
- ok -e $lib_file, "Make sure $lib_file exists";
-
- eval{
-+ local @INC = @INC;
-+ push @INC, '.';
- package XSMore;
- our $VERSION = 42;
- our $boot_ok;
-diff --git a/t/003-usage.t b/t/003-usage.t
-index bfe10ac..104481d 100644
---- a/t/003-usage.t
-+++ b/t/003-usage.t
-@@ -56,7 +56,7 @@ SKIP: {
- ok $lib_file;
- ok -e $lib_file, "Make sure $lib_file exists";
-
-- eval {require XSUsage};
-+ eval {local @INC = @INC; push @INC, '.'; require XSUsage};
- is $@, '';
-
- # The real tests here - for each way of calling the functions, call with the
---
-2.9.3
-
diff --git a/debian/patches/Make-the-output-reproducible.patch b/debian/patches/Make-the-output-reproducible.patch
deleted file mode 100644
index bc4d654..0000000
--- a/debian/patches/Make-the-output-reproducible.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Author: Chris Lamb <lamby at debian.org>
-Subject: Make the output reproducible.
-Bug-Debian: https://bugs.debian.org/829295
-Forwarded: https://rt.perl.org/Ticket/Display.html?id=128517
----
- lib/ExtUtils/ParseXS.pm | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/ExtUtils/ParseXS.pm b/lib/ExtUtils/ParseXS.pm
-index f67a82d..c17372a 100644
---- a/lib/ExtUtils/ParseXS.pm
-+++ b/lib/ExtUtils/ParseXS.pm
-@@ -686,7 +686,7 @@ EOF
- var => $_,
- do_setmagic => $self->{DoSetMagic},
- do_push => undef,
-- } ) for grep $self->{in_out}->{$_} =~ /OUT$/, keys %{ $self->{in_out} };
-+ } ) for grep $self->{in_out}->{$_} =~ /OUT$/, sort keys %{ $self->{in_out} };
-
- my $prepush_done;
- # all OUTPUT done, so now push the return value on the stack
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6c4b805..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-Make-the-output-reproducible.patch
-0001-Make-the-test-suite-work-without-cwd-in-INC.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libextutils-parsexs-perl.git
More information about the Pkg-perl-cvs-commits
mailing list