Source: assimp
Version: 3.0~dfsg-3
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 assimp could not be built reproducibly.

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

Thanks, akira

 [1]: https://wiki.debian.org/ReproducibleBuilds
--- assimp-3.0~dfsg.orig/doc/Doxyfile
+++ assimp-3.0~dfsg/doc/Doxyfile
@@ -189,6 +189,7 @@ ENUM_VALUES_PER_LINE   = 4
 GENERATE_TREEVIEW      = YES 
 TREEVIEW_WIDTH         = 250
 FORMULA_FONTSIZE       = 10
+HTML_TIMESTAMP         = NO
 #---------------------------------------------------------------------------
 # configuration options related to the LaTeX output
 #---------------------------------------------------------------------------
--- assimp-3.0~dfsg.orig/doc/Doxyfile_Cmd
+++ assimp-3.0~dfsg/doc/Doxyfile_Cmd
@@ -187,6 +187,7 @@ ENUM_VALUES_PER_LINE   = 4
 GENERATE_TREEVIEW      = NO
 TREEVIEW_WIDTH         = 250
 FORMULA_FONTSIZE       = 10
+HTML_TIMESTAMP         = NO
 #---------------------------------------------------------------------------
 # configuration options related to the LaTeX output
 #---------------------------------------------------------------------------
_______________________________________________
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