------------------------------
Disable package description conversion until I find out what's wrong with it:
- Starting from `release 0.16` pydeb would use docutils_ to convert the
``long_description`` of each Python package to HTML which was then translated
to plain text in order to generate a readme text that was embedded in the
metadata of the binary package.
- However lots of packages on PyPI (including mine) automatically embed their
``README.rst`` as the ``long_description`` in the ``setup.py`` script, making
for rather complex documents to transform.
- This interaction caused "Unable to parse package file" warnings from
``apt-get`` during installation of packages (given input packages with
complex enough long descriptions).
Given that this was a "nice to have" and I had more important things on my
plate I decided to just disable this feature for now.
.. _Release 0.18.6: https://github.com/paylogic/py2deb/compare/0.18.5...0.18.6
.. _docutils: https://pypi.org/project/docutils