This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository box2d.
commit e700d34c1c20dc6a8b394d157ea6fd35ad76ddf0 Author: Markus Koschany <[email protected]> Date: Sat Mar 14 09:11:34 2015 +0100 Add a single whitespace. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 17b4900..af48dd7 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ override_dh_auto_configure: override_dh_auto_build-indep: # Build the documentation without TIMESTAMPS, see #779223 - cd Box2D/Documentation && ( cat Doxyfile ; echo "HTML_TIMESTAMP=NO") | doxygen - + 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

