[fastjet] 01/11: add patch to gain reproducible build

Mattia Rizzolo mattia at debian.org
Mon Jun 13 19:44:04 UTC 2016


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

mattia pushed a commit to branch master
in repository fastjet.

commit 9ac3e6baf75bf2dd4cfdafe78696891dec971b8a
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jun 13 19:11:03 2016 +0000

    add patch to gain reproducible build
    
    Closes: #787865
---
 debian/patches/reproducible-builds | 19 +++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/reproducible-builds b/debian/patches/reproducible-builds
new file mode 100644
index 0000000..d975054
--- /dev/null
+++ b/debian/patches/reproducible-builds
@@ -0,0 +1,19 @@
+Description: disable timestamp output in the Doxygen documentation
+ even if now it's not strictly needed anymore as doxygen respects SOURCE_DATE_EPOCH
+ timestamps are silly and useless, so let's remove it anyway
+Author: Mattia Rizzolo <mattia at debian.org>
+Bug-Debian: https://bugs.debian.org/787865
+Last-Update: 2016-06-13
+Forwarded: no
+
+--- a/Doxyfile
++++ b/Doxyfile
+@@ -842,7 +842,7 @@
+ # page will contain the date and time when the page was generated. Setting
+ # this to NO can help when comparing the output of multiple runs.
+ 
+-HTML_TIMESTAMP         = YES
++HTML_TIMESTAMP         = NO
+ 
+ # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
+ # files or namespaces will be aligned in HTML using tables. If set to
diff --git a/debian/patches/series b/debian/patches/series
index 5f7971f..efcb5d1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ fortran-wrap.patch
 disable-rpath-by-default.patch
 libfastjetplugins-links-siscone.patch
 libfastjetplugins-links-gfortran.patch
+reproducible-builds

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



More information about the debian-science-commits mailing list