Source: mrbayes
Version: 3.2.7a-3
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

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

This is because it ships a generated Makefile that contains various
non-deterministic paths. (You remove "Makefile.*" files, but not a
"Makefile") by itself.

Patch attached.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-07-19 12:58:32.325125333 +0100
--- b/debian/rules      2020-07-19 13:02:45.227855548 +0100
@@ -26,7 +26,7 @@
 
 override_dh_installexamples:
        dh_installexamples
-       find debian -name "Makefile.*" -delete
+       find debian -name "Makefile*" -delete
 
 override_dh_compress:
        dh_compress --exclude=.pdf

Reply via email to