de keys zal je gewoon moeten toevoegen. Dat heb je bij de niet-officiele ubuntu repo's.
Je kan de key toevoegen met:
gpg --keyserver subkeys.pgp.net --recv KEY
gpg --export --armor KEY | sudo apt-key add -
met KEY vervang je door de key (zie source o matic daar staat bij elke repo een key)
Dit is de mijne:
# Automatically generated sources.list
# http://www.ubuntulinux.nl/source-o-matic
#
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number)
#
# gpg --keyserver subkeys.pgp.net --recv KEY
# gpg --export --armor KEY | sudo apt-key add -
# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://be.archive.ubuntu.com/ubuntu dapper main restricted
deb http://be.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb http://security.ubuntu.com/ubuntu dapper-security main restricted
# Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://be.archive.ubuntu.com/ubuntu dapper universe multiverse
deb http://be.archive.ubuntu.com/ubuntu dapper-updates universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse
# Seveas packages
deb http://mirror.ubuntulinux.nl/ dapper-seveas extras seveas-meta
groeten,
Arvid