[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
Wed May 27 03:08:01 CEST 2020


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

--- Comment #23 from Mason James <mtj at kohaaloha.com> ---
(In reply to Tomás Cohen Arazi from comment #20)
> 
> so we *should* expect a line containing:
> 
> perl-modules | perl-modules-5.22 | perl-modules-5.24 | perl-modules-5.28 |
> perl-modules-5.30
> 

hi Tomas, 
i did some experimenting and discovered that while explicitly listing all
versions of perl-modules-5.XX in the control file, does work
...the control file can be simplified to just listing the 'perl-modules'
virtual package


debian will correctly pull the correct perl-modules-5.XX package, when
installing perl-modules

i've tested the simplified control file by building a package with it (on
deb9), and successfully installing the package on deb9, deb10, deb11 and ubuntu
1804, 1910, 2004, 2010


you can test the package by running...

# docker run  -ti debian:testing bash
echo 'deb [trusted=yes] http://apt.kohaaloha.com/koha-nightly dev main' > 
/etc/apt/sources.list.d/koha.list
apt update
apt install koha-common
dpkg -l | grep koha-common
 ii  koha-common  20.05.00.000~git+d9.20200523231519.38b762ea-1 all integrated
(physical) library management system

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


More information about the Koha-bugs mailing list