[pkg-gnupg-maint] Upgrading sid to 2.2.42?

Andreas Metzler ametzler at bebt.de
Tue May 14 17:10:51 BST 2024


On 2024-05-12 Daniel Kahn Gillmor <dkg at fifthhorseman.net> wrote:
[...]
> The work you did to include the nodoc profile is great.  Thank you for
> that!  I find myself wondering what would be necessary for us to
> un-comment those and actually build the documentation artifacts from
> source, rather than shipping whatever binary blobs happened to be placed
> in the upstream tarball.

> Probably the only thing necessary there would be to do some sort of
> initial rm before the build process, but i haven't sorted out how to do
> that cleanly.[...]

Hello,

If we could get away with deleting a fixed list of extensions we could
simply use
execute_after_dh_clean:
        find ./ \( -path ./debian -o -path ./.git \) -prune -o \( -name \*.png -or -name \*.pdf \) -type f -print0 | xargs -r0 rm -v

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



More information about the pkg-gnupg-maint mailing list