From 31782be0a3fdb15085684e670266ddba429b3bb0 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 17 Nov 2015 18:28:17 +0100 Subject: [PATCH] debian/patches: add a patch to make the build of Doxygen docs reproducible The patch disables HTML_TIMESTAMPS as suggested here: https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByDoxygen --- ...e.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch | 29 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 30 insertions(+) create mode 100644 debian/patches/doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch create mode 100644 debian/patches/series diff --git a/debian/patches/doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch b/debian/patches/doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch new file mode 100644 index 0000000..becd85f --- /dev/null +++ b/debian/patches/doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch @@ -0,0 +1,29 @@ +From f167e2792c7e4ca344167d88e80473e392879983 Mon Sep 17 00:00:00 2001 +From: Antonio Ospite +Date: Tue, 17 Nov 2015 18:24:42 +0100 +Subject: [PATCH] doc/Doxyfile.in: set HTML_TIMESTAMP to NO to make the build + reproducible +X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE + +--- + doc/Doxyfile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in +index fa85ae9..b01224c 100644 +--- a/doc/Doxyfile.in ++++ b/doc/Doxyfile.in +@@ -153,7 +153,7 @@ HTML_EXTRA_FILES = + HTML_COLORSTYLE_HUE = 220 + HTML_COLORSTYLE_SAT = 100 + HTML_COLORSTYLE_GAMMA = 80 +-HTML_TIMESTAMP = YES ++HTML_TIMESTAMP = NO + HTML_DYNAMIC_SECTIONS = NO + HTML_INDEX_NUM_ENTRIES = 100 + GENERATE_DOCSET = NO +-- +2.6.2 + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..d92028b --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch -- 2.1.4