summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-10 21:13:42 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-10-10 21:13:42 +0200
commitb861f97de9c1d78f88781bde9eafdcd303672912 (patch)
tree3a5900b1b73d7ff0a212a51332ebba112a4d0875
parent514f738468948df0996239f9bb31c03a2c20c28b (diff)
Make the build reproducible
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 1 deletions
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 <lamby@debian.org>)
* 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 $@