[Reproducible-builds] Bug#834110: bedtools: please make the build	reproducible
    Chris Lamb 
    lamby at debian.org
       
    Thu Aug 11 23:22:02 UTC 2016
    
    
  
Source: bedtools
Version: 2.26.0+dfsg-1
Severity: wishlist
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org
Hi,
Whilst working on the "reproducible builds" effort [0], we noticed
that bedtools could not be built reproducibly.
Patch attached.
 [0] https://wiki.debian.org/ReproducibleBuilds
Regards,
-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/Makefile	2016-08-11 23:29:31.526903353 +0100
--- b/Makefile	2016-08-12 00:03:39.192612221 +0100
@@ -99,7 +99,7 @@
 				$(SRC_DIR)/utils/ToolBase \
 				$(SRC_DIR)/utils/driver
 
-BUILT_OBJECTS = $(OBJ_DIR)/*.o
+BUILT_OBJECTS = $(sort $(OBJ_DIR)/*.o)
 
 
 INCLUDES =	-I$(SRC_DIR)/utils/bedFile \
    
    
More information about the Reproducible-builds
mailing list