Install the Debian source (and the development tools, especially debhelper), and then build the package. Step by step:
add a deb-src line for sid to your sources.list
apt-get update
apt-get build-dep packagename
apt-get -b source packagename
the resulting debs should be in the current directory. Use dpkg -i <debfile> to install!
