File: 0700-ReproducibleBuilds.patch

package info (click to toggle)
xbase64 3.1.2-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,284 kB
  • sloc: cpp: 14,554; sh: 8,612; makefile: 112
file content (19 lines) | stat: -rw-r--r-- 671 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Remove timestamp from doxygen generated files
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
Forwarded: not-needed
Last-Update: 2015-02-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/docs/doxygen.cfg.in
===================================================================
--- trunk.orig/docs/doxygen.cfg.in
+++ trunk/docs/doxygen.cfg.in
@@ -730,3 +730,8 @@ BIN_ABSPATH            = /usr/local/bin/
 # the documentation for these projects as well. 
 
 EXT_DOC_PATHS          = 
+
+# If Doxyfile contains HTML_TIMESTAMP = YES, Doxygen will add a
+# timestamp to its generated documentation
+
+HTML_TIMESTAMP = NO