Tag search

Ubuntu package repositories removed

The package repository at http://packages.jejik.com is no more. I created it way back in 2006 to host packages for gnome-hearts for Ubuntu Dapper Drake because the initial gnome-hearts release came too late to get into the universe repository at that time. Starting with Ubuntu Edgy gnome-hearts has always been in the Universe repositories for Ubuntu. It␂s been over two years since Dapper Drake so it’ time to retire the old repositories.

In the unlikely case that you are still running Dapper Drake or use a machine that was upgraded from Dapper Drake, please remove http://packages.jejik.com from your apt sources list.

Secure-APT Repository opened

by Sander Marechal

We have created an Secure-APT repository with unofficial binaries for our software to make it easier for you to keep up-to-date with our latest releases. At the moment it only contains gnome-hearts for Ubuntu Dapper Drake 6.06, since it is impossible to get gnome-hearts backported to the official Ubuntu Dapper backports repositories.

To use the repository, you should add the following lines to your /etc/apt/sources.list file:

## Lone Wolves APT Repository
deb http://packages.jejik.com/ubuntu dapper main
deb-src http://packages.jejik.com/ubuntu dapper main

You will also need to install my public key, or you will get authentication warnings when installing software from this repository. You can import the sander.marechal.asc file, or get public key ID 019D48B7 from your nearest gpg keyserver. You can use the following commands to import the key:

gpg --import sander.marechal.asc
gpg --export --armor 019D48B7 | sudo apt-key add -