diff -Nru perlbrew-0.76/debian/changelog perlbrew-0.76/debian/changelog --- perlbrew-0.76/debian/changelog 2016-06-27 20:44:25.000000000 +0000 +++ perlbrew-0.76/debian/changelog 2016-07-30 16:39:39.000000000 +0000 @@ -1,3 +1,12 @@ +perlbrew (0.76-2) unstable; urgency=medium + + * Team upload. + * debian/upstream/metadata: use HTTPS for GitHub URLs. + * Add patch to handle removal of perl 5.003_07 from the CPAN. + (Closes: #832832) + + -- gregor herrmann Sat, 30 Jul 2016 18:39:23 +0200 + perlbrew (0.76-1) unstable; urgency=medium * Team upload. diff -Nru perlbrew-0.76/debian/patches/5.003_07.patch perlbrew-0.76/debian/patches/5.003_07.patch --- perlbrew-0.76/debian/patches/5.003_07.patch 1970-01-01 00:00:00.000000000 +0000 +++ perlbrew-0.76/debian/patches/5.003_07.patch 2016-07-30 16:39:39.000000000 +0000 @@ -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 +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 -Nru perlbrew-0.76/debian/patches/series perlbrew-0.76/debian/patches/series --- perlbrew-0.76/debian/patches/series 2016-06-27 20:44:25.000000000 +0000 +++ perlbrew-0.76/debian/patches/series 2016-07-30 16:39:39.000000000 +0000 @@ -1 +1,2 @@ autopkgtest-path.patch +5.003_07.patch diff -Nru perlbrew-0.76/debian/upstream/metadata perlbrew-0.76/debian/upstream/metadata --- perlbrew-0.76/debian/upstream/metadata 2016-06-27 20:44:25.000000000 +0000 +++ perlbrew-0.76/debian/upstream/metadata 2016-07-30 16:39:39.000000000 +0000 @@ -2,4 +2,4 @@ Archive: CPAN Contact: Kang-min Liu Name: App-perlbrew -Repository: git://github.com/gugod/App-perlbrew.git +Repository: https://github.com/gugod/App-perlbrew.git