I finally got round to installing Debian Sarge in a chroot (it was amazingly quick and easy using debootstrap), mainly so I could test packages. I've found that my most recent release of Kio-Sword doesn't work in Debian Sarge (I presume a C++ ABI problem), so I've now rebuilt and the new version works in both Debian Sarge and Ubuntu Hoary. You can get it here:
http://lukeplant.me.uk/debian/kio-sword_0.1-3_i386.deb.
Or you can add these lines to your /etc/apt/sources.list and use apt-get:
deb http://lukeplant.me.uk/debian ./ deb-src http://lukeplant.me.uk/debian ./
Comments §
God bless!
apt-get build-dep kio-sword && apt-get source -b kio-sword
(or something like that). Also there is a bug which means it doesn't compile against libsword 1.5.8. I'll try to release v 0.2 over Christmas.