Source: xotcl
Version: 1.6.8-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: fileordering
X-Debbugs-Cc: [email protected]

Hi,

While working on the "reproducible builds" effort [0], we have noticed
that xotcl could not be built reproducibly.

The attached patch removes filesystem ordering specific behaviour
from the build system. Once applied, xotcl can be built reproducibly
in our reproducible toolchain.

 [0] https://wiki.debian.org/ReproducibleBuilds


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
--- a/Makefile.in       2015-08-31 13:52:41.718674028 +0100
--- b/Makefile.in       2015-08-31 14:02:06.180689605 +0100
@@ -58,7 +58,7 @@
        $(src_lib_dir)/lib/*.xotcl \
        $(src_lib_dir)/store/*.xotcl \
        $(src_lib_dir)/serialize/Serializer.xotcl \
-       $(src_test_dir)/*.xotcl \
+       $(sort $(wildcard $(src_test_dir)/*.xotcl)) \
        $(src_app_dir)/scripts/*.xotcl \
        $(src_app_dir)/comm/[flsw]*.xotcl \
        $(src_app_dir)/actiweb/univ/UNIVERSAL.xotcl \
_______________________________________________
Pkg-tcltk-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-tcltk-devel

Reply via email to