Draft: Add workaround to fix ci-licese-scan crash
scan-copyrights fails to create copyright file for texlive-extra. scan-copyrights works on texlive-extra sources and generates the copyright file. The issue is with debia n/copyright-scan-patterns.yml created by configure_scanner function (Invoked when ci-license-scan is called). If we run scan-copyrights with copyright-scan-patterns.yml it crashes.
This issue is reported upstream https://bugs.debian.org/1033406
As a workaround, modify exp-testopt.sty to remove the | like,
-%% | (c) 2009 Paul Ebermann. |
+%% | (c) 2009 Paul Ebermann.
This prevents the scan-copyrights not to crash.
Edited by Vignesh Raman