[Crosstoolchain-logs] [device-tree-compiler] 51/58: debian/rules: reproducibility: Set FORCE_SOURCE_DATE=1 so that texlive respects respect SOURCE_DATE_EPOCH.
Vagrant Cascadian
vagrant at moszumanska.debian.org
Mon Sep 25 16:23:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
vagrant pushed a commit to branch debian/master
in repository device-tree-compiler.
commit cc0cb614b5d57ca24a7e45d12629a952528d5e53
Author: Vagrant Cascadian <vagrant at debian.org>
Date: Sun Sep 24 10:10:55 2017 -0700
debian/rules: reproducibility: Set FORCE_SOURCE_DATE=1 so that texlive
respects respect SOURCE_DATE_EPOCH.
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 6cae481..99c5bc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
#!/usr/bin/make -f
# -*- makefile -*-
+# reproducible builds: texlive needs FORCE_SOURCE_DATE set in order to
+# respect SOURCE_DATE_EPOCH.
+export FORCE_SOURCE_DATE=1
+
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export CFLAGS = -Wall -g -fPIC
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git
More information about the Crosstoolchain-logs
mailing list