Bug#853039: fontypython: please make the build reproducible

Chris Lamb lamby at debian.org
Sun Jan 29 08:38:10 UTC 2017


Source: fontypython
Version: 0.4.6-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: locale
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

Patch attached that exports LANG=C to ensure that we do not end up
with translated strings in the .egg-info.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2017-01-29 21:29:44.518412978 +1300
--- b/debian/rules	2017-01-29 21:36:47.894617183 +1300
@@ -3,6 +3,10 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_install:
+	# Ensure we do not end up with translated strings in .egg-info
+	LANG=C dh_auto_install
+
 override_dh_install:
 	dh_installchangelogs CHANGELOG
 	dh_python2


More information about the Reproducible-bugs mailing list