Source: argyll
Version: 1.8.3+repack-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: timestamps
X-Debbugs-Cc: [email protected]

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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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 $@

Reply via email to