My Debian repository

Add the following lines to your /etc/apt/sources.list:
deb http://jonnylamb.com/debian ./
deb-src http://jonnylamb.com/debian ./

This repository uses secure apt. To shut the complaining up about NO_PUBKEY C18AFB9F2E039402 blah blah, use:
gpg --keyserver pgpkeys.mit.edu --recv-key 2E039402
gpg -a --export 2E039402 | sudo apt-key add -