[renpy] 131/146: Ensure renpy can be built twice in a row.

Markus Koschany apo-guest at moszumanska.debian.org
Tue Jan 12 19:40:32 UTC 2016


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

apo-guest pushed a commit to branch experimental
in repository renpy.

commit e10881ec42d0b72b93c33e5b73b6c2c9dee83726
Author: Markus Koschany <apo at debian.org>
Date:   Tue Jan 12 16:02:58 2016 +0100

    Ensure renpy can be built twice in a row.
---
 debian/rules | 33 +++++++++------------------------
 1 file changed, 9 insertions(+), 24 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6d11dab..abc3c35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,28 +43,13 @@ override_dh_auto_install:
 override_dh_compress:
 	dh_compress --exclude=.js --exclude=.pdf --exclude=.py --exclude=.txt
 
-#	rm -rf module/build/
-#	rm -f build-stamp configure-stamp
-#	rm -f build-python* install-python*
-
-#	rm -rfv renpy.app lib jedit
-#	rm -fv `find . -name "*.exe"`
-#	rm -fv `find . -name "*.dll"`
-#	rm -fv `find . -name "*.lib"`
-#	rm -fv `find . -name "*.pyc"`
-#	rm -fv `find . -name "*.rpyc"`
-#	rm -fv `find . -name "*.rpymc"`
-#	rm -fv `find . -name "*.pyo"`
-#	rm -fv `find . -name "*.so"`
-
-#	rm -fv module/gen/renpy.style*.c
-#	rm -fv module/gen/renpy.style*.html
-#	rm -fv module/gen/style*.html
-#	rm -fv \
-#		module/gen/styleconstants.pxi \
-#		module/gen/stylepropertyfunctions.pxi \
-#		module/gen/stylesets.pxi \
-#		module/gen/styleproperties.pxi
-
-
+override_dh_clean:
+	dh_clean
+	rm -fv `find . -name "*.pyc"`
+	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
 

-- 
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