diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/patches/0500-ReproducibleBuilds.patch | 19 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c6d7fe9..8d87535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ xbase64 (3.1.2-5) unstable; urgency=low - Bump Standards-Version to 3.9.6 (no changes required). - Change Vcs-Browser to cgit. - Remove Multi-Arch: same from libxbase64-dev. + * New debian/patches/0500-ReproducibleBuilds.patch: + - Remove timestamps from doxygen generated files. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 16 Jan 2015 13:09:16 +0100 diff --git a/debian/patches/0500-ReproducibleBuilds.patch b/debian/patches/0500-ReproducibleBuilds.patch new file mode 100644 index 0000000..aceb2ee --- /dev/null +++ b/debian/patches/0500-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 diff --git a/debian/patches/series b/debian/patches/series index ff72ecd..addde85 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +0500-ReproducibleBuilds.patch 0100-typo.patch fixconfig.diff autoconf-updates.diff |