Bug#908040: sphinxcontrib-restbuilder: please make the build reproducible

Chris Lamb lamby at debian.org
Wed Sep 5 12:33:27 BST 2018


Source: sphinxcontrib-restbuilder
Version: 0.2-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 sphinxcontrib-restbuilder could not be built reproducibly.

This is because it uses tag_date = True. Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/patches/01-reproducible-build.patch	1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/01-reproducible-build.patch	2018-09-05 12:32:49.962224078 +0100
@@ -0,0 +1,14 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2018-09-05
+
+--- sphinxcontrib-restbuilder-0.2.orig/setup.cfg
++++ sphinxcontrib-restbuilder-0.2/setup.cfg
+@@ -1,6 +1,6 @@
+ [egg_info]
+ tag_build = dev
+-tag_date = true
++tag_date = false
+ 
+ [aliases]
+ release = egg_info -RDb ''
--- a/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/series	2018-09-05 12:32:48.638221966 +0100
@@ -0,0 +1 @@
+01-reproducible-build.patch


More information about the Reproducible-bugs mailing list