Package: monkeysign Version: 2.x Severity: minor There are two minor issues with the build_slides() function, which attempts to build 'presentation.html' from 'presentation.rst':
1. It is always part of the build, but `rst2s5` might not always be present. Thus it should either be removed from the standard build, or 'python-docutils' may be listed as a dependency on the website and not only in 'debian/control'. 2. Even if `rst2s5` is available, the command fails because ‘presentation.rst' is not in the top directory. Simly changing `file=` to `doc/presentation.rst` in 'setup.cfg' unfortunately breaks the way the output path is determined, but that is probably easily fixable. Regards, Felix -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org