[Debian-med-packaging] Bug#896138: sphinxcontrib-autoprogram: please make the build reproducible

Chris Lamb lamby at debian.org
Fri Apr 20 07:42:51 BST 2018


Source: sphinxcontrib-autoprogram
Version: 0.1.4-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 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
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- 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 <lamby at debian.org>
+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


More information about the Debian-med-packaging mailing list