Codebase list readosm / ee00d60
Add patch to disable HTML timestamps in Doxygen to allow reproducible builds. Bas Couwenberg 9 years ago
3 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Update Vcs-Browser URL to use cgit instead of gitweb.
33 * Update my email to @debian.org address.
4 * Add patch to disable HTML timestamps in Doxygen to allow
5 reproducible builds.
46
57 -- Bas Couwenberg <sebastic@debian.org> Sat, 10 Jan 2015 15:16:25 +0100
68
0 Description: Disable HTML timestamps in Doxygen to allow reproducible builds.
1 Author: Bas Couwenberg <sebastic@xs4all.nl>
2
3 --- a/Doxyfile.in
4 +++ b/Doxyfile.in
5 @@ -866,7 +866,7 @@ HTML_COLORSTYLE_GAMMA = 80
6 # page will contain the date and time when the page was generated. Setting
7 # this to NO can help when comparing the output of multiple runs.
8
9 -HTML_TIMESTAMP = YES
10 +HTML_TIMESTAMP = NO
11
12 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
13 # files or namespaces will be aligned in HTML using tables. If set to
00 00-disable_tests.patch
1 disable-docygen-html-timestamp