[gnuplot] 01/01: Make build reproducible.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 3 16:54:28 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository gnuplot.

commit 8e24e4470979eec591195d733624631768df104e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Aug 3 17:50:07 2016 +0100

    Make build reproducible.
    
    Identifier: timestamps_in_ps_generated_by_dvips
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 7e65855..8c49b59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,9 @@ export QT_SELECT=qt5
 # Qt insists on using -fPIC
 export DEB_CXXFLAGS_MAINT_APPEND = -fPIC
 
+# For reproducible builds
+export FORCE_SOURCE_DATE = 1
+
 BUILDDIR_NOX = $(CURDIR)/debian/build-nox
 BUILDDIR_X11 = $(CURDIR)/debian/build-x11
 BUILDDIR_QT = $(CURDIR)/debian/build-qt

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



More information about the debian-science-commits mailing list