Skip to content

Avoid consolidating invalid ranges

Walter Lozano requested to merge wip/wlozano/fix-consolidate into apertis/v2024dev3

When an invalid range appears the following error arise:

Can't call method "consolidate" on an undefined value at /usr/share/perl5/Dpkg/Copyright/Scanner.pm line 731.

This issue can been seen in packages like texlive-extra.

In order to fix the issue only consolidate valid ranges.

Forwarded: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-dpkg-perl/-/merge_requests/6

Signed-off-by: Walter Lozano walter.lozano@collabora.com

Merge request reports