Source: gappa
Version: 1.4.0-4
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-b...@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
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- 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

Reply via email to