Comment 2 for bug 335440

Revision history for this message
Cesare Falco (c.falco) wrote : Re: Update BTPD version to 0.15

This is the .diff file for the new upstream release - btpd 0.15.

To build the source package use

zcat btpd_0.15-0ubuntu1.diff.gz | patch -p0
cd btpd-0.15
chmod +x debian/rules
debian/rules get-orig-source
mv btpd_0.15.orig.tar.gz ../
cd ..
tar xvfz btpd_0.15.orig.tar.gz

and the source tree should be in
btpd-0.15

Compiled binaries are available on my PPA as well:
https://edge.launchpad.net/~c.falco/+archive

Thank you!
Cesare.