Bug 25607 - Wrong behaviour about perl versions in list-deps
Summary: Wrong behaviour about perl versions in list-deps
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Packaging (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 19735
Blocks: 25591
  Show dependency treegraph
 
Reported: 2020-05-26 14:50 UTC by Tomás Cohen Arazi
Modified: 2021-06-14 21:28 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 2020-05-26 14:50:50 UTC
To reproduce:

`
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
`

The result is not correct for perl-modules and maybe libperl
Comment 1 Jonathan Druart 2020-06-05 10:36:40 UTC
Mason, is that something we can fix?
Comment 2 Mason James 2020-06-16 21:45:12 UTC
(In reply to Jonathan Druart from comment #1)
> Mason, is that something we can fix?

hi Jonathan, i think perl-modules and libperl lines are correct and they do not cause any problems