apt-get update reports GPG errors

From the comments : The problem is solved by upgrading packages :

sudo apt-get update && sudo apt-get dist-upgrade

Debian has deployed new keys to sign their packages and lists, to solve the error you need the latest version of "debian-archive-keyring". upgrade that package.

# apt-get install debian-archive-keyring