In https://github.com/ansible/ansible/pull/37861#issuecomment-376276885 said Joseph Herlant a.k.a. "aerostitch":
I moved the generation of man pages to rst2man instead of asciidoc.
Package python3-docutils has a /usr/share/docutils/scripts/python3/rst2man
Would this patch:
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9),
python-crypto,
python-setuptools,
python-yaml,
- asciidoc,
+ python3-docutils,
python-nose,
python-passlib,
dh-python
make sense??

