<div dir="ltr">I think this is all it takes to fix the build:<div><br></div><div><div>mwhudson@aeglos:/opt/opensource/deb/py36/morse-simulator-1.4$ cat debian/patches/fix-ftbfs.diff </div><div>--- a/CMakeLists.txt</div><div>+++ b/CMakeLists.txt</div><div>@@ -237,6 +237,7 @@</div><div> <span style="white-space:pre"> </span>  ${CMAKE_CURRENT_SOURCE_DIR}/doc/man</div><div>     <span style="white-space:pre"> </span>  ${SPHINX_MAN_OUTPUT} &&</div><div> <span style="white-space:pre"> </span>  ${GZIP} -f ${SPHINX_MAN_OUTPUT}/*.1)</div><div>+<span style="white-space:pre"> </span>ADD_DEPENDENCIES(man revisiontag)</div><div> <span style="white-space:pre"> </span>INSTALL(FILES ${SPHINX_MAN_OUTPUT}/morse.1.gz </div><div> <span style="white-space:pre"> </span>  ${SPHINX_MAN_OUTPUT}/morse-run.1.gz </div><div> <span style="white-space:pre"> </span>  ${SPHINX_MAN_OUTPUT}/morse-create.1.gz </div></div><div><br></div><div>I guess this should be reported upstream, will do that later today I guess.</div><div><br></div><div>There is still a problem though, because the orig tarball is from the git tag not the release tarball from <a href="ftp://ftp.openrobots.org/pub/openrobots/morse/">ftp://ftp.openrobots.org/pub/openrobots/morse/</a> there is no version.py in the orig and the version reported in version.py is bogus:</div><div><br></div><div><div>mwhudson@scw-4e4aeb:~$ cat x/usr/lib/python3/dist-packages/morse/version.py</div><div>VERSION="UNKNOWN-dirty"</div><div>PROJECT_STABLE=False</div></div><div><br></div><div>I only care about the ftbfs today though :)</div></div>