On 7/20/25 20:47, Yadd wrote:
Package: devscripts
Version: 2.25.15
Severity: serious
Tags: ftbfs
Justification: FTBFS
X-Debbugs-Cc: y...@debian.org
Starting from today, test_mkorigtargz, test_debsign and some test_uscan*
fail due to some gpg errors:
- short keyid looks forbidden now
- $GPGHOME should be chmod 700
- even after this 2 fixes, tests continue to fail with "invalid
signature" or other unclear messages
I did my best for 3 hours without finding what is different between
testing an unstable (test pass locally on testing).
Hope someone will find what happened and succeed to fix the test.
Found why: the package "gpg-from-sq" is declared as "Provides: gpg (=
2.2.46)" but is unusable here. When installing the real gpg and drop
gpg-sq, the test pass...