https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25591 --- Comment #24 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Mason James from comment #23)
(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
Great job, Mason. -- You are receiving this mail because: You are watching all bug changes.