Spiro's home on the web

Google search

Debian Packages

I have started generating some debian packages for some software. These can be found here. Currently, the following tools are available:

Note that this is a free service only. At any instant of time, I might decide to remove the packages, for example, because the bandwidth consumption grows too high.

How to obtain the debian packages

In order to for aptitude or synaptics to recognize the new packages, you have to place the following lines into the /etc/apt/sources.list file:

deb     http://debian.trikaliotis.net/ stable contrib
deb-src http://debian.trikaliotis.net/ stable contrib

The packages are all signed. My GPG key has the key ID 0x2AF47E44, the fingerprint is: ECC5 D8FD 6374 CFBD 42A1 9917 28E1 D6A4 2AF4 7E44. It can be obtained from the usual key servers. You can give this key the trusted status for APT by issuing:
$ gpg -a --export 2AF47E44 | apt-key add -
as root on Debian, or with $ gpg -a --export 2AF47E44 | sudo apt-key add -
as normal user on Ubuntu, or on Debian if you have set up sudo accordingly.

If you want to verify my key also when getting the sources with apt-get source, you must add my key to your local GnuPG keychain:
$ gpg --recv-key 2AF47E44

Have fun!