Re: double GPG signature in Release files

2006-11-22 Thread A Mennucc
uh I see that there is a thread on that a. signature.asc Description: OpenPGP digital signature

double GPG signature in Release files

2006-11-22 Thread A Mennucc
hi I use amd64 here ; recently all tools (aptitude, debmirror) started complaining that archives are not properly signed ; here is a snippet of code to show the situation: $ cd /var/lib/apt/lists $ for i in *Release ; do echo === $i ; \ gpg --verify $i.gpg $i && echo OK ; done