Bug#881258: sphinx-intl: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Nov 9 13:01:36 UTC 2017


Source: sphinx-intl
Version: 0.9.10-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

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

This is because it sets the tag_date = True setting for .egg-info
files, etc.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/patches/reproducible_build.patch	1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/reproducible_build.patch	2017-11-09 12:58:53.578176493 +0000
@@ -0,0 +1,13 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2017-11-09
+
+--- sphinx-intl-0.9.10.orig/setup.cfg
++++ sphinx-intl-0.9.10/setup.cfg
+@@ -1,6 +1,5 @@
+ [egg_info]
+ tag_build = dev
+-tag_date = true
+ 
+ [build]
+ build-base = _build
--- a/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/series	2017-11-09 12:58:51.398161182 +0000
@@ -0,0 +1 @@
+reproducible_build.patch


More information about the Reproducible-bugs mailing list