Bug#1016186: gappa: please make the build reproducible

Chris Lamb lamby at debian.org
Thu Jul 28 19:56:09 BST 2022


Source: gappa
Version: 1.4.0-4
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0] we noticed that
gappa could not be built reproducibly.

This is because it ships the Sphinx doctree data which contains
nondeterministic data, some of which is based on the absolute build
path. A patch is attached that uses "--with sphinxdoc" which means
these get cleaned up (as well as other "good" things).

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/rules	2022-07-28 11:41:11.864847173 -0700
--- b/debian/rules	2022-07-28 11:51:27.283666718 -0700
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with sphinxdoc
 
 override_dh_auto_configure:
 	touch stamp-config_h.in


More information about the Reproducible-bugs mailing list