[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: debian-archive-keyring installing ubuntu keys?



On 2014-03-26 9:14, Daniel Pocock wrote:
On 26/03/14 10:03, Adam D. Barratt wrote:
On 2014-03-26 8:39, Daniel Pocock wrote:

<ftpmaster@ubuntu.com>" not changed
gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key
<cdimage@ubuntu.com>" not changed
gpg: Total number processed: 2
gpg:              unchanged: 2

This suggests that you've got ubuntu-keyring installed in the
environment.

You'll notice that the messages all say "not changed". There are no
new keys being added at this point. What's happening is this:

if which apt-key > /dev/null; then
    apt-key update
fi


Maybe that postinst script needs to
   echo "Summary of which keys are already on your system:"

so it is clear the output does not relate to the contents of the package.

It's somewhat academic now, as the package in wheezy and later ships files in /etc/apt/trusted.gpg.d directly and no longer calls "apt-key update".

Regards,

Adam


Reply to: