Source: sphinxcontrib-restbuilder
Version: 0.2-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 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
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- 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 <[email protected]>
+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

Reply via email to