[renpy] 09/11: Remove all generated code in module/gen in dh_clean override.

Markus Koschany apo at moszumanska.debian.org
Wed Jan 24 22:46:15 UTC 2018


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 <apo at debian.org>
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



More information about the Pkg-games-commits mailing list