Source: fontypython
Version: 0.4.6-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: locale
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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

Reply via email to