[libcpanplus-perl] 04/06: Drop debian/patches/0001-Fix-RT-116479-test-failure-with-v5.24.1-RC.patch

gregor herrmann gregoa at debian.org
Sat Jan 21 17:21:00 UTC 2017


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

gregoa pushed a commit to branch master
in repository libcpanplus-perl.

commit 65ded6ad40b3570fe86513a58395878642d8ed48
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 21 18:16:14 2017 +0100

    Drop debian/patches/0001-Fix-RT-116479-test-failure-with-v5.24.1-RC.patch
    
    which was taken from upstream Git.
---
 ...ix-RT-116479-test-failure-with-v5.24.1-RC.patch | 55 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 56 deletions(-)

diff --git a/debian/patches/0001-Fix-RT-116479-test-failure-with-v5.24.1-RC.patch b/debian/patches/0001-Fix-RT-116479-test-failure-with-v5.24.1-RC.patch
deleted file mode 100644
index ca36714..0000000
--- a/debian/patches/0001-Fix-RT-116479-test-failure-with-v5.24.1-RC.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-From fe39e473a39e00b0bc9448f0c77333bd7fa1a7c0 Mon Sep 17 00:00:00 2001
-From: Chris 'BinGOs' Williams <chris at bingosnet.co.uk>
-Date: Wed, 27 Jul 2016 20:10:44 +0100
-Subject: [PATCH] Fix RT#116479 test failure with v5.24.1-RC*
-
-Cwd in recently released perls is using tr/_// on $VERSION
-which causes our test to fail.
-
-Fix: don't rely on things outside our control in the test
-
-Blame rjbs ultimately.
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=116479
-Bug-Debian: https://bugs.debian.org/839200
-
----
- MANIFEST                                            |   1 +
- t/40_CPANPLUS-Internals-Report.t                    |   6 +++---
- t/dummy-CPAN/authors/id/EUNOXS/CPANPLUS-0.01.tar.gz | Bin 0 -> 119 bytes
- t/dummy-CPAN/modules/02packages.details.txt.gz      | Bin 437 -> 451 bytes
- 4 files changed, 4 insertions(+), 3 deletions(-)
- create mode 100644 t/dummy-CPAN/authors/id/EUNOXS/CPANPLUS-0.01.tar.gz
-
-diff --git a/MANIFEST b/MANIFEST
-index a83b96a..cba6eaa 100644
---- a/MANIFEST
-+++ b/MANIFEST
-@@ -134,6 +134,7 @@ t/40_CPANPLUS-Internals-Report.t
- t/dummy-CPAN/authors/01mailrc.txt.gz
- t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz
- t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS
-+t/dummy-CPAN/authors/id/EUNOXS/CPANPLUS-0.01.tar.gz
- t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta
- t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme
- t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz
-diff --git a/t/40_CPANPLUS-Internals-Report.t b/t/40_CPANPLUS-Internals-Report.t
-index a882335..6a5fc8d 100644
---- a/t/40_CPANPLUS-Internals-Report.t
-+++ b/t/40_CPANPLUS-Internals-Report.t
-@@ -310,9 +310,9 @@ my $map = {
-         my $str = REPORT_TOOLCHAIN_VERSIONS->( $clone );
- 
-         like($str, qr/toolchain/,  "Correct message in report" );
--        use Cwd;
--        like($str, qr/Cwd\s+\Q$Cwd::VERSION\E/,
--                                        "Cwd has correct version in report" );
-+        use CPANPLUS;
-+        like($str, qr/CPANPLUS\s+\Q$CPANPLUS::VERSION\E/,
-+                                        "CPANPLUS has correct version in report" );
-     }
- }
- 
--- 
-2.9.3
-
diff --git a/debian/patches/series b/debian/patches/series
index 44e2550..fbe276b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 cpanplus_config_path.diff
 cpanplus_definstalldirs.diff
-0001-Fix-RT-116479-test-failure-with-v5.24.1-RC.patch

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



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