Comment 5 for bug 757008

Revision history for this message
Moritz Naumann (mnaumann) wrote :

Rebuilding worked for me, thanks.

Here's the process I used, in case anyone else needs it:

# Ensure you have source repositories activated
sudo apt-get update
sudo apt-get build-dep bitlbee-plugin-otr
sudo apt-get source --compile bitlbee-plugin-otr
sudo /etc/init.d/bitlbee stop
dpkg -i bitlbee_3.0.1-1_amd64.deb bitlbee-plugin-otr_3.0.1-1_amd64.deb
sudo /etc/init.d/bitlbee start