From: Mason James Date: Fri, 14 Jan 2022 07:00:03 +0000 (+1300) Subject: Bug 29882: remove unrequired package definitions in list-deps script X-Git-Tag: v22.11.00~1450 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=d8e2b90cdc45674ca23c3bcbe2a7e3d4765b6c70;p=srvgit Bug 29882: remove unrequired package definitions in list-deps script to test... - apply patch, rebuild new package - install new koha-common pkg successfully Signed-off-by: Magnus Enger I did not build packages, just grep'ed the source to check that these modules are no longer used. Please set back to "Needs signoff" if this is not considered good enough. Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- diff --git a/debian/list-deps b/debian/list-deps index 687fb26a72..119365aa1b 100755 --- a/debian/list-deps +++ b/debian/list-deps @@ -30,8 +30,6 @@ my %overrides = ( 'LWP::Protocol::https' => 'liblwp-protocol-https-perl | libwww-perl (<<6.02), libio-socket-ssl-perl', 'HTTP::OAI' => 'libhttp-oai-perl (>= 3.2) | libhttp-oai-3.27-perl, libhttp-oai-perl (<< 4.0) | libhttp-oai-3.27-perl', 'IO::Socket::IP' => 'perl-modules (>= 5.20.0) | libio-socket-ip-perl', - 'Swagger2' => 'libswagger2-perl (>= 0.59)', - 'Mojolicious' => 'libmojolicious-perl (>= 6.0)', 'CPAN::Meta' => 'libcpan-meta-perl (>= 2.150010) | perl-modules-5.28 | perl-modules-5.30 | perl-modules (>= 5.20.2)', 'CGI::Compile' => 'libcgi-compile-perl (>= 0.25) | libcgi-compile-perl (<< 0.24)', 'DBD::SQLite' => 'libdbd-sqlite3-perl',