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	2016-05-22 09:52:05.026501077 +0200
+++ fish/Doxyfile	2016-05-22 09:52:05.018500946 +0200
@@ -1175,7 +1175,7 @@
 # The default value is: YES.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
Index: fish/Doxyfile.user
===================================================================
--- fish.orig/Doxyfile.user	2016-05-22 09:52:05.026501077 +0200
+++ fish/Doxyfile.user	2016-05-22 09:52:05.018500946 +0200
@@ -1174,7 +1174,7 @@
 # The default value is: YES.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_TIMESTAMP         = NO
+HTML_TIMESTAMP         = YES
 
 # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
 # documentation will contain sections that can be hidden and shown after the
