Hi! Thanks for fixing this!
I confirm latest 8.1 has this fixed. Test with relevant line "Globing pattern out of order above line 113": # git diff diff --git a/debian/copyright b/debian/copyright index aa36c909..fa2d9868 100644 --- a/debian/copyright +++ b/debian/copyright @@ -84,14 +84,6 @@ Copyright: 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, Inc. License: FSFUL -Files: - aclocal.m4 - build-aux/config.rpath - m4/*.m4 -Copyright: - 1996-2023 Free Software Foundation, Inc. -License: FSFULLR - Files: m4/gettext.m4 m4/intl-thread-locale.m4 @@ -112,6 +104,14 @@ Comment: to other components of the gettext package and do not apply to this file itself. Note that "and/or" is not a standard license conjunction. +Files: + aclocal.m4 + build-aux/config.rpath + m4/*.m4 +Copyright: + 1996-2023 Free Software Foundation, Inc. +License: FSFULLR + Files: build-aux/install-sh Copyright: # lrc : Versions: licenserecon '8.1' licensecheck '3.3.9-1' Parsing Source Tree .... Reading d/copyright .... Running licensecheck .... No significant differences found root@d1559a37fba9:/debcraft/source# lrc : Versions: licenserecon '8.1' licensecheck '3.3.9-1' Parsing Source Tree .... Reading d/copyright .... Globing pattern out of order above line 113 Running licensecheck .... d/copyright | licensecheck FSFULLR | FSFULLR and/or GPL and/or LGPL m4/gettext.m4 FSFULLR | FSFULLR and/or GPL and/or LGPL m4/intl-thread-locale.m4 FSFULLR | FSFULLR and/or GPL and/or LGPL m4/intlmacosx.m4 FSFULLR | FSFULLR and/or GPL and/or LGPL m4/lcmessage.m4 FSFULLR | FSFULLR and/or GPL and/or LGPL m4/nls.m4 FSFULLR | FSFULLR and/or GPL and/or LGPL m4/po.m4 FSFULLR | FSFULLR and/or GPL and/or LGPL m4/progtest.m4

