Moved to new PPA
sudo apt-add-repository ppa:dacplay/ppa
sudo apt-get update
sudo apt-get install cpp-play
If someone from dacsunlimited (or the community) wants to help keep it up to date, please let me know and apply to the launchpad team. I don't want to miss a hardfork.
Updating the PPA is super-easy.
sudo apt-get source dac-play
cd dac-play
dch -i #then bump the version to the release you want, format the version properly, add changelog entry
./debian/rules get-orig-source
dpkg-buildpackage -S -sa
dput ppa:dacplay/ppa ../dac-play_VERSION_source.changes
Probably can get a cron job to keep up to date with git and trigger this when there is a new tag (but that is risky if the new tag is an RC)