View | Details | Raw Unified | Return to bug 18907
Collapse All | Expand All

(-)a/debian/list-deps (-2 / +1 lines)
Lines 26-32 use C4::Installer::PerlDependencies; Link Here
26
# apt-file can find, e.g. in the Koha repo rather than the regular
26
# apt-file can find, e.g. in the Koha repo rather than the regular
27
# debian one.
27
# debian one.
28
my %overrides = (
28
my %overrides = (
29
    'LWP::Protocol::https' => 'liblwp-protocol-https-perl|libwww-perl (<6.02), libio-socket-ssl-perl',
29
    'LWP::Protocol::https' => 'liblwp-protocol-https-perl|libwww-perl (<<6.02), libio-socket-ssl-perl',
30
    'IO::Socket::IP'       => 'perl-modules (>= 5.20.0) | perl-modules-5.22 | perl-modules-5.24 | libio-socket-ip-perl',
30
    'IO::Socket::IP'       => 'perl-modules (>= 5.20.0) | perl-modules-5.22 | perl-modules-5.24 | libio-socket-ip-perl',
31
    'Swagger2'             => 'libswagger2-perl (>= 0.59)',
31
    'Swagger2'             => 'libswagger2-perl (>= 0.59)',
32
    'Mojolicious'          => 'libmojolicious-perl (>= 6.0)',
32
    'Mojolicious'          => 'libmojolicious-perl (>= 6.0)',
33
- 

Return to bug 18907