Debian mudlet packages

Post Reply
csmall
Posts: 20
Joined: Wed Jan 12, 2011 9:36 pm

Debian mudlet packages

Post by csmall »

I've finally re-remembered how to build a local apt archive again so I've made the mudlet Debian packages temporarily available to until they appear in the Debian archive proper. They may work on Ubuntu but there's no guarantee there as there may be some library version problems.

You can find the files at www.enc.com.au/apt/dists/unstable/main/binary-amd64 and the source code at www.enc.com.au/apt/dists/unstable/main/source.

The source code is a git snapshot with some of the library cruft removed. It is also patched to work properly with a Debian system and the standard libraries, rather than the ones that come with mudlet.

If you just want to "apt-get install mudlet" then add the following repository to your apt sources.list file.

Code: Select all

deb http://enc.com.au/apt/ unstable main
This will pull in all the dependencies that mudlet requires too. Currently the only binary is an amd64. I may be able to port it to another architecture, just let me know.

Bug reports specific to the Debian port can be sent here. Once the Debian ftp masters have processed the file and got it in the Debian archives proper, then its probably best to use the standard bug reporting systems after that.

The current snapshot is from 16th of January. Once the mudlet developers have said a particular snapshot is ready for another Release Candidate I'll update the Debian package.

Post Reply