Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1001_unstable_test.patch | avoid unstable test The string "either version 2 of the License" is detected either as "lgpl"+"version"+"or_later" or as precomposed "lgpl_2_1" which misses "or_later". Proper fix is to a) ensure order of detection and b) ensure that "or_later" is not missed. . This patch simply acknowledges that licensecheck is flaky here, by skipping test t/exception.t affected by that instability. |
Jonas Smedegaard <dr@jones.dk> | invalid | upstream | 2021-02-06 | |
2001_use_private_module.patch | use private licensecheck module For the licensecheck binary package to be Multi-Arch foreign, the perl module parts have to be hidden from the world and must thus not be installed into the common perl search path. If the module part of licensecheck is ever needed by another module, then the module would have to be moved to a new binary package and marked as Architecture:any Multi-Arch:same to avoid the multiarch interpreter problem. |
Johannes Schauer <josch@debian.org> | no | 2017-02-05 |