summaryrefslogtreecommitdiff
path: root/debian/patches/0700-ReproducibleBuilds.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0700-ReproducibleBuilds.patch')
-rw-r--r--debian/patches/0700-ReproducibleBuilds.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0700-ReproducibleBuilds.patch b/debian/patches/0700-ReproducibleBuilds.patch
new file mode 100644
index 0000000..aceb2ee
--- /dev/null
+++ b/debian/patches/0700-ReproducibleBuilds.patch
@@ -0,0 +1,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