This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository box2d.

commit ae14c316a5d277867a21c10d24682aa6775201ce
Author: Markus Koschany <[email protected]>
Date:   Fri Mar 13 18:20:03 2015 +0100

    Make the build reproducible
    
    by setting HTML_TIMESTAMP=NO
    
    Closes: #779223
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 30b6c11..17b4900 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,8 @@ override_dh_auto_configure:
                -DLIB_SUFFIX=/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_build-indep:
-       cd Box2D/Documentation && doxygen
+       # Build the documentation without TIMESTAMPS, see #779223
+       cd Box2D/Documentation && ( cat Doxyfile ; echo "HTML_TIMESTAMP=NO") | 
doxygen -
        $(RM) -v Box2D/Documentation/API/html/*.md5
        $(RM) -v Box2D/Documentation/API/html/*.map
        $(RM) -v Box2D/Documentation/API/html/jquery.js

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/box2d.git

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to