[Reproducible-builds] Bug#834896: ttf-tiresias: please make the build reproducible

Chris Lamb lamby at debian.org
Sat Aug 20 12:43:37 UTC 2016


Source: ttf-tiresias
Version: 0.1-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 ttf-tiresias 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-20 13:32:43.049370743 +0100
--- b/debian/rules	2016-08-20 13:43:05.216398091 +0100
@@ -3,7 +3,7 @@
 	dh $@
 
 override_dh_auto_build:
-	unzip -o -d . '*.zip'
+	TZ=UTC unzip -o -d . '*.zip'
 	rename 'y/A-Z/a-z/' *
 	rename 's/ /_/g' *
 


More information about the Reproducible-builds mailing list