Source: seqtools
Version: 4.44.1+dfsg-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
seqtools could not be built reproducibly. This is because it contains
`Makefile.in` and `Makefile` example build files that are generated
from Makefile.am. The `Makefile` contains the absolute build path
which leaves the binary package unreproducible.

Patch attached that simply does not ship these generated files.

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


Regards,

--
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/rules      2020-06-10 12:23:36.358145956 +0100
--- b/debian/rules      2020-06-10 12:50:35.382770860 +0100
@@ -18,3 +18,4 @@
                    --movedev debian/tmp/usr/include/* usr/include \
                    debian/tmp/usr/lib/*/*.so
        find debian -name "*.la" -delete
+       rm -f examples/Makefile.in examples/Makefile

Reply via email to