Alternatively I could perhaps build my own source package...
Is it easy to build a debian source package from the launchpad repo?
Cheers,
David
With a checked out bzr source tree, the following will build you debs:
rm -rf target
mkdir -p target
bash -x ./build/build-dpkg.sh --nosign ./target
--
Stewart Smith