File: disable-docygen-html-timestamp

package info (click to toggle)
readosm 1%3A1.1.0a%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,040 kB
  • sloc: sh: 11,264; ansic: 4,226; makefile: 38
file content (15 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Disable HTML timestamps in Doxygen to allow reproducible builds.
Author: Bas Couwenberg <sebastic@xs4all.nl>
Forwarded: not-needed

--- 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