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

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue May 14 22:41:00 BST 2024


On Tue 2024-05-14 18:10:51 +0200, Andreas Metzler wrote:
> 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

that turns up only these files:

./doc/gnupg-logo.png
./doc/gnupg-module-overview.png
./doc/gnupg-module-overview.pdf
./doc/gnupg-logo.pdf
./doc/gnupg-card-architecture.png
./doc/gnupg-card-architecture.pdf
./doc/gnupg-logo-tr.png

if those are the right files, it seems like we could do something even
simpler:

  find doc \( -name \*.pdf -or -name \*.png \) -delete

or even simpler, we could just add two lines to debian/clean:

 doc/*.png
 doc/*.pdf

i'll experiment with that and see whether i can come up with anything.

     --dkg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 324 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-gnupg-maint/attachments/20240514/4d810eb9/attachment.sig>


More information about the pkg-gnupg-maint mailing list