From e75e15471d3e491bd4af81ec9271c2af85919c7e Mon Sep 17 00:00:00 2001 From: Mason James Date: Tue, 21 Feb 2023 15:49:51 +1300 Subject: [PATCH] Bug 33018: debian package tidy-up this patch removes unneeded package dependencies to test: - apply patch - build and install koha-common package, note success Signed-off-by: Magnus Enger Not tested, I trust Mason to the right thing. Signed-off-by: David Cook --- debian/list-deps | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/list-deps b/debian/list-deps index 119365aa1b..889c41bda7 100755 --- a/debian/list-deps +++ b/debian/list-deps @@ -27,10 +27,7 @@ use C4::Installer::PerlModules; # apt-file can find, e.g. in the Koha repo rather than the regular # debian one. 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', - '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', 'Starman' => 'starman', -- 2.39.2