From b861f97de9c1d78f88781bde9eafdcd303672912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 10 Oct 2016 21:13:42 +0200 Subject: Make the build reproducible --- debian/changelog | 3 +++ debian/rules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index eaacd4f..62ef403 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,9 @@ argyll (1.9.1+repack-1) UNRELEASED; urgency=medium - Bump Standards-Version to 3.9.8 (no changes required). * debian/copyright: - Add year 2016 for upstream. + * debian/rules: + - Make the build reproducible (Closes: #835265). + (Thanks to Chris Lamb ) * debian/watch: - Bump Version to 4 (no changes required). diff --git a/debian/rules b/debian/rules index fbf4bf9..2b78baa 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ NO_PROC=$(shell cat /proc/cpuinfo | grep processor | wc -l) JAMCMDLINE = -q -fJambase -j$(NO_PROC) -sPREFIX=/usr -sDESTDIR=$(CURDIR)/debian/tmp -sREFSUBDIR=share/color/argyll/ref CHDATE=$(shell dpkg-parsechangelog -S Date) -CRDATE=$(shell date --utc -d "$(CHDATE)" "+%a %b %d %T %Y") +CRDATE=$(shell LC_ALL=C date --utc -d "$(CHDATE)" "+%a %b %d %T %Y") %: dh $@ -- cgit v1.2.3