Comment 3 for bug 2008594

Revision history for this message
Borim (borim) wrote : Re: getmail_fetch crash, bugfix available upstream

Workaround until ubuntu ship working package:

- Get source from upstream: https://github.com/getmail6/getmail6
- Install tools for deb package creation: sudo apt install python3-setuptools python3-stdeb fakeroot
- Build deb package with:
python3 setup.py sdist
python3 setup.py --command-packages=stdeb.command bdist_deb

- install deb package which is located under deb_dist folder