[Reproducible-builds] Bug#835265: argyll: please make the build reproducible

Chris Lamb lamby at debian.org
Tue Aug 23 22:53:27 UTC 2016


Source: argyll
Version: 1.8.3+repack-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], I noticed
that argyll could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2016-08-23 23:14:53.965785350 +0100
--- b/debian/rules	2016-08-23 23:46:10.698568633 +0100
@@ -9,7 +9,7 @@
 
 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 $@


More information about the Reproducible-builds mailing list