diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-10-23 21:22:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-10-23 21:22:08 +0200 |
commit | 6ecc9f7c370a9c33692ec787c81a32c0e5795f8c (patch) | |
tree | 2681454075136131da9e5a11f1534f580f05bf1f /debian/patches/0700-ReproducibleBuilds.patch | |
parent | 4390f386dd3e4febf3c16d8e651640f5e966d5f7 (diff) |
changes for symbols files; rename patches
Diffstat (limited to 'debian/patches/0700-ReproducibleBuilds.patch')
-rw-r--r-- | debian/patches/0700-ReproducibleBuilds.patch | 19 |
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..7451143 --- /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-23 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/doc/doxygen.cfg.in +=================================================================== +--- trunk.orig/doc/doxygen.cfg.in ++++ trunk/doc/doxygen.cfg.in +@@ -156,7 +156,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 |