[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 f234e507bf0ddad9c6eb94a61bb7d58053e5b632
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Tue Jun 14 12:23:05 2011 +0400

    split find (clean section)

diff --git a/debian/rules b/debian/rules
index 516ee9c..b6cedd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ UPSTREAM_CLEAN_VERSION	:= $(shell echo $(PACKAGE_VERSION) | sed 's/[+-].*//' )
 DEB_DH_GENCONTROL_ARGS	= -- -VUVersion=$(UPSTREAM_CLEAN_VERSION)
 
 clean::
-	find -name \*.o -o -name \*.mo -delete
+	find -name \*.o -delete
+	find -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