Hi, I am building some packages by myself
and facing gpg verification error. e.g.,


When, automatic check by apt

% apt-get source zsh
...
gpgv: Can't check signature: public key not found

...


Later, manually check

% gpg --verify zsh_5.0.7-5.dsc
gpg: Signature made Wed 26 Nov 2014 07:47:48 AM JST using DSA key ID 95930EDE
gpg: Can't check signature: public key not found


I tried all of gpg keys provided by
debian-keyring_2015.04.10_all.deb and
debian-keyring_2016.08.10_all.deb

like


% gpg --keyring /usr/share/keyrings/debian-keyring.gpg  --verify zsh_5.0.7-5.dsc


but the results are same.
Also I searched key ID 95930EDE in Debian Public Key Server
but couldn't find.

As far as I tried, zsh and bash source packages have this problem.
Others like firfox-esr, icedove, etc.. don't.


best regards.


Reply via email to