This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository renpy.
commit 56ffbc705c59e5411a97ec78390886fb0a100a41 Author: Markus Koschany <[email protected]> Date: Mon Jan 25 19:35:21 2016 +0100 Ensure that renpy can be built twice in a row. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index fde891f..754a5bf 100755 --- a/debian/rules +++ b/debian/rules @@ -52,4 +52,7 @@ override_dh_clean: rm -fv module/gen/renpy.style*.c rm -fv module/gen/renpy.style*.html rm -fv module/gen/style*.html + rm -fv module/gen/*.cc + rm -fv module/gen/*.pyx + rm -fv module/gen/*.pxi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

