This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository renpy.
commit d517dd60a2e549a1d9439faba390c1b8191d6835 Author: Markus Koschany <[email protected]> Date: Wed Jan 24 23:26:09 2018 +0100 Remove all generated code in module/gen in dh_clean override. --- debian/rules | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index bbf5074..0b83be0 100755 --- a/debian/rules +++ b/debian/rules @@ -50,12 +50,7 @@ override_dh_clean: rm -fv `find . -name "*.so"` rm -fv `find . -name "*.o"` rm -rf module/build/ - 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 + rm -fv module/gen/* $(RM) renpy.png renpy-thequestion.png get-orig-source: -- 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

