Source: sphinx-intl Version: 0.9.10-1 Severity: wishlist Tags: patch User: [email protected] Usertags: timestamps X-Debbugs-Cc: [email protected]
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 `. `'` [email protected] / chris-lamb.co.uk `-
--- 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 <[email protected]> +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

