#1043285 dscverify: feature request: --print-files

Package:
devscripts
Source:
devscripts
Description:
scripts to make the life of a Debian Package maintainer easier
Submitter:
Neil Roza
Date:
2023-08-08 14:39:03 UTC
Severity:
normal
#1043285#5
Date:
2023-08-08 14:38:07 UTC
From:
To:
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"