How to use my debian repository
First, you have to download my GPG Key and import it in apt
37B23872 Fingerprint = C98E 690D 6250 4CD1 3C15 233C 63C4 3506 37B2 3872
key available here or read this post
command line :
gpg --keyserver pgpkeys.mit.edu --recv-key 0x37B23872 gpg -a --export 0x37B23872 | sudo apt-key add -
Note : this is a RSA key i use only to sign packages.
Then add these lines to your sources.list (/etc/apt/sources.list)
deb http://www.linux-packages.fr/debian unstable main
deb-src http://www.linux-packages.fr/debian unstable main

