Codebase list readosm / debian/1.1.0+dfsg-2 debian / patches / disable-docygen-html-timestamp
debian/1.1.0+dfsg-2

Tree @debian/1.1.0+dfsg-2 (Download .tar.gz)

disable-docygen-html-timestamp @debian/1.1.0+dfsg-2raw · history · blame

Description: Disable HTML timestamps in Doxygen to allow reproducible builds.
Author: Bas Couwenberg <sebastic@xs4all.nl>

--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -866,7 +866,7 @@ HTML_COLORSTYLE_GAMMA  = 80
 # page will contain the date and time when the page was generated. Setting
 # this to NO can help when comparing the output of multiple runs.
 
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
 # files or namespaces will be aligned in HTML using tables. If set to