Source: nickle
Version: 2.86
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
nickle could not be built reproducibly.

This is because it shipped Makefile.gz files that contained the
absolute build path. As these files are generated and the paths will
not work on end-user machines anyway, a patch is attached that skips
them. I also skipped Makefile.in too because they are generated too.

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


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-04-18 16:11:34.645624823 +0100
--- b/debian/rules      2020-04-18 16:21:16.035104004 +0100
@@ -20,3 +20,6 @@
 override_dh_auto_install:
        dh_auto_install && (find debian/nickle -name COPYING -print0 | xargs -0 
rm)
        find debian/nickle/usr/share/nickle -type f -print0 | xargs -0 grep -l 
'^#!.*nickle' | xargs -d '\n' chmod +x
+
+override_dh_installdocs:
+       dh_installdocs -XMakefile -XMakefile.in

Reply via email to