Source: aroarfw Version: 0.1~beta5-1 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps
Hi! While working on the “reproducible builds” effort [1], we have noticed that aroarfw could not be built reproducibly. The attached patch removes extra timestamps in the doxygen documentation from the build system. Once applied, aroarfw can be built reproducibly in our current experimental framework. Thanks, akira [1]: https://wiki.debian.org/ReproducibleBuilds
--- aroarfw-0.1~beta5.orig/Doxyfile +++ aroarfw-0.1~beta5/Doxyfile @@ -175,6 +175,7 @@ DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 +HTML_TIMESTAMP = NO #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #---------------------------------------------------------------------------

