From 0176aa1a7d9210b2fb0d2de76edd9f2b949cd9c9 Mon Sep 17 00:00:00 2001 From: Mason James Date: Fri, 14 Jan 2022 20:00:03 +1300 Subject: [PATCH] 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. --- debian/list-deps | 2 -- 1 file changed, 2 deletions(-) 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', -- 2.32.0