Source: sphinxcontrib-autoprogram
Version: 0.1.4-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 notice
that sphinxcontrib-autoprogram could not be built reproducibly
as it makes an .egg-info and .pth file with embedded timestamps
(or named after a timestamp).

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/debian/patches/reproducible-build.diff    1970-01-01 01:00:00.000000000 
+0100
--- b/debian/patches/reproducible-build.diff    2018-04-20 08:39:22.056610427 
+0200
@@ -0,0 +1,14 @@
+Description: Make the build reproducible
+Author: Chris Lamb <[email protected]>
+Last-Update: 2018-04-20
+
+--- sphinxcontrib-autoprogram-0.1.4.orig/setup.cfg
++++ sphinxcontrib-autoprogram-0.1.4/setup.cfg
+@@ -1,6 +1,6 @@
+ [egg_info]
+ tag_build = dev
+-tag_date = true
++tag_date = false
+ 
+ [bdist_wheel]
+ universal = 1
--- a/debian/patches/series     1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/series     2018-04-20 08:39:20.976604261 +0200
@@ -0,0 +1 @@
+reproducible-build.diff

Reply via email to