[Koha-bugs] [Bug 25591] Update list-deps for Debian 10 and Ubuntu 20.04

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 26 15:53:01 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25591

--- Comment #21 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I write this down so everyone knows how to check this (posterity):


`
docker run --volume=/home/tcohen/git/koha:/koha -ti debian:stretch bash
apt update
apt install apt-file wget gnupg
wget -q -O- https://debian.koha-community.org/koha/gpg.asc | apt-key add -
echo 'deb http://deb.debian.org/debian stretch-backports main' >
/etc/apt/sources.list.d/stretch-backports.list
echo 'deb http://debian.koha-community.org/koha stable main' >
/etc/apt/sources.list.d/koha.list
apt update
apt-install libmodern-perl-perl libcpan-meta-perl libmodule-cpanfile-perl
apt-file update
cd /koha
PERL5LIB=. perl debian/update-control
`

In order to support newer Debian/Ubuntu, the problem is perl-modules-<version>
needs to cover their Perl version (5.28 and 5.30 respectively).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list