X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=ci%2Fdeps.perl;h=ae85986d622f87bd30563fc168f41fd128f3543d;hb=d323a16ced5e3a77136a1ebca4a2f7d5678121c4;hp=501f51129e7c3c69848da4ad9b43cf56d14cf0f8;hpb=b2b1006759730507731fcd3fc3e0de68239e3b92;p=public-inbox.git diff --git a/ci/deps.perl b/ci/deps.perl index 501f5112..ae85986d 100755 --- a/ci/deps.perl +++ b/ci/deps.perl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ # Helper script for installing/uninstalling packages for CI use # Intended for use on non-production chroots or VMs since it @@ -14,16 +14,14 @@ my @test_essential = qw(Test::Simple); # we actually use Test::More # package profiles my $profiles = { # the smallest possible profile for testing - # TODO: trim URI::Escape from this, maybe essential => [ qw( git perl - Devel::Peek Digest::SHA Encode ExtUtils::MakeMaker IO::Compress::Gzip - URI::Escape + URI ), @test_essential ], # everything optional for normal use @@ -36,7 +34,6 @@ my $profiles = { Net::Server Plack Plack::Test - Plack::Middleware::Deflater Plack::Middleware::ReverseProxy Search::Xapian Socket6 @@ -49,6 +46,7 @@ my $profiles = { XML::TreePP curl w3m + Plack::Test::ExternalServer ) ], }; @@ -80,10 +78,6 @@ my $non_auto = { pkg => 'p5-TimeDate', rpm => 'perl-TimeDate', }, - 'Devel::Peek' => { - deb => 'perl', # libperl5.XX, but the XX varies - pkg => 'perl5', - }, 'Digest::SHA' => { deb => 'perl', # libperl5.XX, but the XX varies pkg => 'perl5', @@ -109,7 +103,7 @@ my $non_auto = { pkg => 'p5-Plack', rpm => 'perl-Plack-Test', }, - 'URI::Escape' => { + 'URI' => { deb => 'liburi-perl', pkg => 'p5-URI', rpm => 'perl-URI',