Bug 29882: remove unrequired package definitions in list-deps script
authorMason James <mtj@kohaaloha.com>
Fri, 14 Jan 2022 07:00:03 +0000 (20:00 +1300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 7 Sep 2022 20:17:59 +0000 (13:17 -0700)
to test...

- apply patch, rebuild new package

- install new koha-common pkg successfully

Signed-off-by: Magnus Enger <magnus@libriotech.no>
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 <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
debian/list-deps

index 687fb26..119365a 100755 (executable)
@@ -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',