Source: zmk
Version: 0.4.2-1
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
zmk could not be built reproducibly.

This is due to the package shipping log files as "examples" that
contain the absolute build path. Patch attached that simply drops
these files from the binary package.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2021-02-01 15:58:02.534495313 +0000
--- b/debian/rules      2021-02-01 16:04:08.184260116 +0000
@@ -10,3 +10,6 @@
 
 %:
        dh $@ --buildsystem=makefile
+
+override_dh_installexamples:
+       dh_installexamples -X.log

Reply via email to