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

(-)a/debian/control.in (-1 / +1 lines)
Lines 11-17 Standards-Version: 3.8.4 Link Here
11
# There are some exceptions.
11
# There are some exceptions.
12
Build-Depends:__AUTODEPENDS__,
12
Build-Depends:__AUTODEPENDS__,
13
 debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, ttf-dejavu,
13
 debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, ttf-dejavu,
14
 libxml2-utils, bash-completion, perl-modules (>= 5.14.2) | libtest-simple-perl (>= 0.98)
14
 libxml2-utils, bash-completion, perl-modules (>= 5.14.2) | perl-modules-5.22 | perl-modules-5.24 | libtest-simple-perl (>= 0.98)
15
15
16
Package: koha-common
16
Package: koha-common
17
Architecture: all
17
Architecture: all
(-)a/debian/list-deps (-2 / +3 lines)
Lines 27-33 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',
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
);
33
);
Lines 71-76 foreach my $module ( keys %$deps ) { Link Here
71
        foreach my $pkg (@lines) {
71
        foreach my $pkg (@lines) {
72
            print " | " if ( $pkg ne $lines[0] );
72
            print " | " if ( $pkg ne $lines[0] );
73
            print "$pkg";
73
            print "$pkg";
74
            print " | $pkg" . "-5.22" if ( $pkg eq "perl-modules" );
75
            print " | $pkg" . "-5.24" if ( $pkg eq "perl-modules" );
74
        }
76
        }
75
        print "\n";
77
        print "\n";
76
    }
78
    }
77
- 

Return to bug 17618