Package: eureka / 1.27b-2

Metadata

Package Version Patches format
eureka 1.27b-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
reproducible build.patch | (download)

src/main.cc | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 remove timestamps from cpp macros
 The C pre-processor macros '__DATE__' and '__TIME__' capture the current time
 and thus will obviously make a build unreproducible. Usage of these macros
 must simply be removed in order to make builds reproducible.