DebianRepository

DebianRepository

Most of the software published through this website is available through a Debian repository i maintain on a server called dev.infonet.dk.

It contains packages for woody, sarge, etch and sid, although the woody packages are updated anymore.

It also contains a distribution called experimental that contains nightly builds of some of the software packages, use at your own risk.

To get the packages using your APT tool of choice add one or more of the following lines to your /etc/apt/sources.list:

deb http://dev.infonet.dk/debian experimental ./
deb http://dev.infonet.dk/debian unstable ./
deb http://dev.infonet.dk/debian etch ./
deb http://dev.infonet.dk/debian sarge ./
deb http://dev.infonet.dk/debian woody ./

I don't provide a Release file for the archive, but if you want to "pin" it, you can use the following in your /etc/apt/preferences:

Package: *
Pin: origin dev.infonet.dk
Pin-Priority: 600

The sarge also provides various development packages needed to get some of the packages to build on sarge, such as: autoconf, automake and m4. These packages are just built directly from Debian's official unstable archives.