[fpga-icestorm] 01/01: Make build reproducible

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Feb 19 16:52:05 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository fpga-icestorm.

commit 0882fef097d47e7a5cab7671cb191d4898ab8fdb
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Feb 19 17:47:25 2016 +0100

    Make build reproducible
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c5da98d..32f22c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fpga-icestorm (0~20151006git103e6fd-3) unstable; urgency=medium
+
+  * Set changelog date to UTC with LC_ALL=C to make man pages reproducible.
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 19 Feb 2016 17:46:30 +0100
+
 fpga-icestorm (0~20151006git103e6fd-2) unstable; urgency=medium
 
   * Added udev rules so that members of the plugdev group can program
diff --git a/debian/rules b/debian/rules
index a9c1efc..3b47192 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-CHANGELOG_DATE ?= $(shell date -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
+CHANGELOG_DATE ?= $(shell LC_ALL=C date -u -d "`dpkg-parsechangelog --show-field Date`" +"%d %B %Y")
 
 %:
 	dh $@ 

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



More information about the debian-science-commits mailing list