Description: Disable timestamping for reproducible Doxygen builds.
Author: Tristan Seligmann <mithrandi@debian.org>
Origin: vendor
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: fish/Doxyfile
===================================================================
--- fish.orig/Doxyfile	2014-12-03 16:42:58.695882387 +0200
+++ fish/Doxyfile	2015-02-05 01:33:03.197080706 +0200
@@ -571,6 +571,9 @@
 
 GENERATE_HTML          = YES
 
+# Disable HTML timestamping for reproducible builds
+HTML_TIMESTAMP         = NO
+
 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
 # put in front of it. If left blank `html' will be used as the default path.
Index: fish/Doxyfile.user
===================================================================
--- fish.orig/Doxyfile.user	2014-12-03 16:42:58.695882387 +0200
+++ fish/Doxyfile.user	2015-02-05 01:32:53.981030429 +0200
@@ -77,6 +77,7 @@
 COLS_IN_ALPHA_INDEX    = 5
 IGNORE_PREFIX          =
 GENERATE_HTML          = YES
+HTML_TIMESTAMP         = NO
 HTML_OUTPUT            = html
 HTML_FILE_EXTENSION    = .html
 HTML_HEADER            = user_doc.head.html
