[mlpack] 01/02: patch to disable timestamps in Doxygen output for Reproducible build

Barak A. Pearlmutter barak+git at pearlmutter.net
Tue Jun 16 10:18:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 3409c7130b4c03cb2aa3e19a390bc2dbbb1e6829
Author: Barak A. Pearlmutter <barak+git at pearlmutter.net>
Date:   Tue Jun 16 11:17:50 2015 +0100

    patch to disable timestamps in Doxygen output for Reproducible build
---
 debian/patches/0003-Doxygen-timestamp.patch | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/debian/patches/0003-Doxygen-timestamp.patch b/debian/patches/0003-Doxygen-timestamp.patch
new file mode 100644
index 0000000..a2d582a
--- /dev/null
+++ b/debian/patches/0003-Doxygen-timestamp.patch
@@ -0,0 +1,27 @@
+From: "Barak A. Pearlmutter" <barak+git at pearlmutter.net>
+Date: Tue, 16 Jun 2015 11:15:38 +0100
+Subject: Doxygen timestamp
+
+Remove timestamp from files output by doxygen, to satisfy the czars of
+Debian ReproducibleBuilds.  See
+https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByDoxygen
+---
+ Doxyfile | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/Doxyfile b/Doxyfile
+index b2b23a9..78a59e6 100644
+--- a/Doxyfile
++++ b/Doxyfile
+@@ -71,6 +71,11 @@ SHOW_USED_FILES        = YES
+ SHOW_DIRECTORIES       = YES
+ FILE_VERSION_FILTER    =
+ #---------------------------------------------------------------------------
++# Debian ReproducibleBuilds configuration option, see
++# https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByDoxygen
++#---------------------------------------------------------------------------
++HTML_TIMESTAMP         = NO
++#---------------------------------------------------------------------------
+ # configuration options related to warning and progress messages
+ #---------------------------------------------------------------------------
+ QUIET                  = NO

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list