[SCM] 2D platformer game starring a quixotic frog branch, master, updated. debian/1.1+dfsg-1

Dmitry E. Oboukhov unera at debian.org
Tue Jun 14 08:29:12 UTC 2011


The following commit has been merged in the master branch:
commit 53be51b0fb98e0e7ab540b0f56c993fcdd061540
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Tue Jun 14 12:14:06 2011 +0400

    clean properly

diff --git a/debian/rules b/debian/rules
index 0bd14bf..516ee9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ UPSTREAM_CLEAN_VERSION	:= $(shell echo $(PACKAGE_VERSION) | sed 's/[+-].*//' )
 DEB_DH_GENCONTROL_ARGS	= -- -VUVersion=$(UPSTREAM_CLEAN_VERSION)
 
 clean::
-	find -name \*.o -delete
+	find -name \*.o -o -name \*.mo -delete
 	rm -f game frogatto.6
 
 build/frogatto:: frogatto.6

-- 
2D platformer game starring a quixotic frog



More information about the Pkg-games-commits mailing list