diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 $@ |