Bug#925273: sumo: Build does not clean docs so will not rebuild
Wookey
wookey at wookware.org
Fri Mar 22 04:11:10 GMT 2019
Source: sumo
Version: 1.1.0+dfsg1
Severity: normal
Tags: patch
If you build sumo then try to build it again you get a huge stream of
errors about unrepresentable changes to the source. The problem is
that the (large) docs directories are not cleaned.
This is trivially fixed by adding a debian/clean file to tidy up the
build directories and log, which looks like this:
latex/
docs/doxygen/
docs/man/
docs/pydoc/
doxygen.log
-------------- next part --------------
--- /dev/null 2019-03-01 13:07:46.058626322 +0000
+++ sumo-1.1.0+dfsg1/debian/clean 2019-03-21 02:38:31.767495034 +0000
@@ -0,0 +1,5 @@
+latex/
+docs/doxygen/
+docs/man/
+docs/pydoc/
+doxygen.log
\ No newline at end of file
More information about the debian-science-maintainers
mailing list