Dear Maintainer,
I have need of a tool that, for each given '*.changes' file, every file listed
therein is both verified and printed. Here's a shell script fragment that does
what I want:
find . -type f -name '*.changes' \
-exec dscverify {} + \
-exec grep -Eo '[[:graph:]]+[.](deb|dsc)$' {} +
Somewhere in the course of writing that 'grep' regex, it occurred to me: Why
doesn't 'dscverify' do this? If 'dscverify' already parses '*.changes',
'*.dsc', and '*.buildinfo' better than I can, then perhaps it could be extended
to print the files being verified. Maybe it should grow a new option
'--print-files' to support exactly that.
Anywho, I'm happy to help if someone can show me where and how to submit a
patch.
Regards,
Neil
--- /etc/devscripts.conf ---
Empty.
--- ~/.devscripts ---
DEBSIGN_KEYID=0x2c3988ebe7fe30ae4fe64210646d2a5102c01999
SALSA_CI_CONFIG_PATH="recipes/debian.yml@salsa-ci-team/pipeline"