Whisperback developer guide

Release
=======

Install the test suite dependencies and
run the test suite:

    sudo apt-get install python3-gnupg && \
    ./test.py

If not done yet, import translations from Transifex
as documented on https://tails.boum.org/contribute/release_process/#upgrade-custom-debs.

Upgrade version and changelog, tag the release:

    ./scripts/release.sh

Push:

    git push --follow-tags origin master:master
