[python-dtcwt] 01/04: Make build reproducible.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Aug 4 08:13:58 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository python-dtcwt.

commit c0cc440257287036ad829b14ad38edd6160f053e
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Aug 3 12:52:12 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 6e00ff5..b28775e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
 
 export PYBUILD_NAME=dtcwt
 
+# For reproducible builds.
+export FORCE_SOURCE_DATE=1
+
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 

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



More information about the debian-science-commits mailing list