Atomo64's Debian Repository

NEWS

The repository has been rebuilt. The real reposository is located at my local PC and this is just a mirror (there's an hourly cronjob which updates everything).
This new repository has all files signed, but I've noticed that some files are not being mirrored (but I'm working on it).

What is the pourpose of this repository?

The main debian repository doesn't contain some useful packages, or some are only available in testing or unstable.

IMPORTANT: these packages should be considered as for testing pourposes.
They should enter the Official Debian repository when they are ready (but note that some of the packages provided here are available until they are approved by ftp-master; an other situation is because PHP4 extensions aren't allowed anymore for lenny/sid; or as said above, because they didn't get into stable/oldstable).

Why aren't these packages in the official repository?

Main reason: no DD (Debian Developer) has sponsored them. But there are also other reasons like licensing-stuff:

The solution for most of the GPL-PHP problems is to add an exception to the GPL.

How can I use the repository?

Just add one of the next lines to your /etc/apt/sources.list file:
deb http://deb.atomo64.puffinhost.com/debian lenny main (testing currently points to it)
deb http://deb.atomo64.puffinhost.com/debian etch main (stable currently points to it)
deb http://deb.atomo64.puffinhost.com/debian sarge main (oldstable currently points to it)

What are the supported architectures?

Only i386 and amd64 are supported; but there are currently no amd64 packages

Where are the sources of the packages?

Some of them aren't available because they were built as Debian native packages. For some others the source can be downloaded by using deb-src instead of deb in the above urls. And for the rest:

Where's the public key?

Even tough not everything is signed (most of the packages for stable and oldstable aren't), do this:

  1. gpg --keyserver subkeys.pgp.net --recv-key 7F63F07F78225914
  2. gpg --armor --export 7F63F07F78225914 | apt-key add -

The source packages public key is 46D9CE5A, which can be downloaded just like the above one.

What packages can I find in this repository?

Please check the packages list page.

Raphael Geissert <atomo64@gmail.com> -- Note: I'm not a DD