On 02/10/2025 18:56, Otto Kekäläinen wrote:
1. check out the grep source version at https://salsa.debian.org/debian/grep/-/merge_requests/19
Dated yesterday!!
The problem I fixed was the one you reported with podman-toolbox on Sep 24th. The detail being a wildcard pattern with shorter path depth (wider scope) occurring after a deeper path, but being identical with the shorter path as far as it went. ================================================ podman-toolbox> lrc en: Versions: licenserecon '8.0' licensecheck '3.3.9-1' Parsing Source Tree .... Reading d/copyright .... Globing pattern out of order above line 20 Running licensecheck .... d/copyright | licensecheck GPL-2+ | BSD-3-clause debian/gocode/src/github.com/acobaugh/osrelease/LICENSE Apache-2.0 | FSFAP NEWS Apache-2.0 | CC0-1.0 test/system/libs/bats-assert/LICENSE Apache-2.0 | CC0-1.0 test/system/libs/bats-assert/package.json Apache-2.0 | CC0-1.0 test/system/libs/bats-support/LICENSE ================================================== This new example is similar, but its not the same issue. Regards, Peter

