Source: box2d
Version: 2.3.1+ds-1
Severity: wishlist
Tags: patch
User: reproducible-builds@lists.alioth.debian.org
Usertags: timestamps

Hi!

While working on the “reproducible builds” effort [1], we have noticed
that box2d could not be built reproducibly.

The attached patch removes extra timestamps in the doxygen documentation from
the build system. Once applied, box2d can be built reproducibly in our
current experimental framework.

Thanks, akira

 [1]: https://wiki.debian.org/ReproducibleBuilds
--- box2d-2.3.1+ds.orig/Box2D/Documentation/Doxyfile
+++ box2d-2.3.1+ds/Box2D/Documentation/Doxyfile
@@ -948,7 +948,7 @@ HTML_COLORSTYLE_GAMMA  = 80
 # page will contain the date and time when the page was generated. Setting 
 # this to NO can help when comparing the output of multiple runs.
 
-HTML_TIMESTAMP         = YES
+HTML_TIMESTAMP         = NO
 
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
 # files or namespaces will be aligned in HTML using tables. If set to 
_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to