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

(-)a/debian/list-deps (-2 / +3 lines)
Lines 27-32 use C4::Installer::PerlDependencies; Link Here
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) | libio-socket-ip-perl',
31
    'Swagger2'             => 'libswagger2-perl (>= 0.59)',
30
);
32
);
31
33
32
# These are packages we're going to ignore
34
# These are packages we're going to ignore
Lines 38-44 my %ignore = ( Link Here
38
40
39
my $deps = $C4::Installer::PerlDependencies::PERL_DEPS;
41
my $deps = $C4::Installer::PerlDependencies::PERL_DEPS;
40
42
41
my $prefix = "^/usr/((lib|share)/perl5|(lib|share)/perl/[0-9.]+)";
43
my $prefix = "^/usr/((lib|share)/perl5|(lib|share)/perl/[0-9.]+|(lib|share)/.*-linux-gnu.*/perl/[0-9.]+|(lib|share)/.*-linux-gnu.*/perl5/[0-9.]+)";
42
44
43
foreach my $module ( keys %$deps ) {
45
foreach my $module ( keys %$deps ) {
44
    next if $ignore{$module};
46
    next if $ignore{$module};
45
- 

Return to bug 17043