The following commit has been merged in the master branch:
commit f234e507bf0ddad9c6eb94a61bb7d58053e5b632
Author: Dmitry E. Oboukhov <[email protected]>
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
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits