summaryrefslogtreecommitdiff
path: root/debian/patches/0700-ReproducibleBuilds.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-23 07:26:49 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-01-23 07:26:49 +0100
commit6c13410a05dd31e489f0adf4633d4fb30915070a (patch)
tree2dcf018cc4cd9f43e81686694bf0e63d68e4db03 /debian/patches/0700-ReproducibleBuilds.patch
parent3f2f869b1a1330d9d4beb563fea733299ab892f8 (diff)
Renumbering d/p/*
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