[perlbrew] 01/02: Add patch to handle removal of perl 5.003_07 from the CPAN.
gregor herrmann
gregoa at debian.org
Sat Jul 30 16:41:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository perlbrew.
commit 70d99a24d98792c43573683c26f0a5c388268903
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jul 30 18:38:17 2016 +0200
Add patch to handle removal of perl 5.003_07 from the CPAN.
Closes: #832832
---
debian/patches/5.003_07.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 19 insertions(+)
diff --git a/debian/patches/5.003_07.patch b/debian/patches/5.003_07.patch
new file mode 100644
index 0000000..efa1a46
--- /dev/null
+++ b/debian/patches/5.003_07.patch
@@ -0,0 +1,18 @@
+Description: perl 5.003_07 is gone from the CPAN
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=116517
+Bug-Debian: https://bugs.debian.org/832832
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-07-30
+
+--- a/t/13.perl_release.t
++++ b/t/13.perl_release.t
+@@ -16,7 +16,7 @@
+ it "returns the perl dist tarball file name, and its download url" => sub {
+ my $app = App::perlbrew->new;
+
+- for my $version (qw(5.14.2 5.10.1 5.10.0 5.003_07 5.004_05)) {
++ for my $version (qw(5.14.2 5.10.1 5.10.0 5.004_05)) {
+ my ($ball, $url) = $app->perl_release($version);
+ like $ball, qr/perl-?${version}.tar.(bz2|gz)/;
+ like $url, qr/${ball}$/;
diff --git a/debian/patches/series b/debian/patches/series
index 7fbed8e..f5aea9f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
autopkgtest-path.patch
+5.003_07.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/perlbrew.git
More information about the Pkg-perl-cvs-commits
mailing list