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

Chris Lamb lamby at debian.org
Mon Aug 22 21:22:30 UTC 2016


Source: ttf-tiresias
Version: 0.1-2
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timezone
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-22 22:20:09.923418739 +0100
--- b/debian/rules	2016-08-22 22:21:25.660465702 +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