The following commit has been merged in the master branch:
commit 53be51b0fb98e0e7ab540b0f56c993fcdd061540
Author: Dmitry E. Oboukhov <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to