On Thu, 08 Feb 2024, Roland Rosenfeld wrote: > The attached patch does so. If you like, I can prepare a team upload.
And this time with the patch... Greetings Roland
From: Roland Rosenfeld <rol...@debian.org> Date: Thu, 08 Feb 2024 20:50:31 +0100 Subject: Repair Software-License test for GFDL-1.2-or-later No idea, why the 'GFDL-1.2-or-later' from Software::LicenseUtils should be detected as 'GFDL-1.2-or-later and/or GFDL-1.3'. Bug: https://rt.cpan.org/Public/Bug/Display.html?id=148941 Bug-Debian: https://bugs.debian.org/1054364 --- a/t/Software-License.t +++ b/t/Software-License.t @@ -22,7 +22,7 @@ my %LICENSES = ( 'EUPL-1.1' => undef, 'EUPL-1.2' => undef, 'BSD-2-Clause-FreeBSD' => 'BSD-2-Clause', - 'GFDL-1.2-or-later' => 'GFDL-1.2-or-later and/or GFDL-1.3', + 'GFDL-1.2-or-later' => 'GFDL-1.2-or-later', 'GFDL-1.3-or-later' => undef, 'GPL-1.0-only' => 'GPL-1.0', 'GPL-2.0-only' => 'GPL-2',