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

(-)a/C4/Installer/PerlDependencies.pm (-1 / +1 lines)
Lines 595-601 our $PERL_DEPS = { Link Here
595
    'Test::More' => {
595
    'Test::More' => {
596
        'usage'    => 'Core',
596
        'usage'    => 'Core',
597
        'required' => '1',
597
        'required' => '1',
598
        'min_ver'  => '1.302075'
598
        'min_ver'  => '1.302073'
599
    },
599
    },
600
    'Test::Strict' => {
600
    'Test::Strict' => {
601
        'usage'    => 'Core',
601
        'usage'    => 'Core',
(-)a/debian/control (-1 / +1 lines)
Lines 153-159 Build-Depends: libalgorithm-checkdigits-perl, Link Here
153
 perl,
153
 perl,
154
 perl-modules,
154
 perl-modules,
155
 debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, ttf-dejavu,
155
 debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, ttf-dejavu,
156
 libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302075)
156
 libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073)
157
157
158
Package: koha-common
158
Package: koha-common
159
Architecture: all
159
Architecture: all
(-)a/debian/control.in (-2 / +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.26 | libtest-simple-perl (>= 1.302075)
14
 libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073)
15
15
16
Package: koha-common
16
Package: koha-common
17
Architecture: all
17
Architecture: all
18
- 

Return to bug 18993