My Debian repository is located at: http://kanotix.acritox.com/debian/
The packages are built there: http://buildsrv.acritox.de/
# Acritox
deb http://kanotix.acritox.com/debian trialshot main deb-src http://kanotix.acritox.com/debian trialshot main
and for the official Kanotix release (Dragonfire):
# Acritox deb http://kanotix.acritox.com/debian dragonfire main deb-src http://kanotix.acritox.com/debian dragonfire main
(which uploads the packages to the repository if the build is successful):
If you get something like this at the end of "apt-get update":
W: GPG error: http://kanotix.acritox.com kanotix-next Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 760593AB296F4FDA
then you are missing my public GPG key.
You may either install the acritox-archive-keyring package:
Kanotixbox:/tmp# apt-get install acritox-archive-keyring (...) WARNING: The following packages cannot be authenticated! acritox-archive-keyring Install these packages without verification [y/N]? y (...) Setting up acritox-archive-keyring (2011.03.22~hellfire+1) ... OK Kanotixbox:/tmp#
or you could just add my key with apt-key:
Kanotixbox:/tmp# wget -qO- http://kanotix.acritox.com/debian/public-key.gpg | apt-key add - OK Kanotixbox:/tmp#