r7177 - in packages/trunk: . libclaw/debian plee-the-bear

Julien Jorge j-jorge-guest at alioth.debian.org
Sat May 24 10:17:28 UTC 2008


Author: j-jorge-guest
Date: 2008-05-24 10:17:24 +0000 (Sat, 24 May 2008)
New Revision: 7177

Added:
   packages/trunk/plee-the-bear/
   packages/trunk/plee-the-bear/debian/
Modified:
   packages/trunk/libclaw/debian/rules
Log:
Added an entry for Plee the Bear

Modified: packages/trunk/libclaw/debian/rules
===================================================================
--- packages/trunk/libclaw/debian/rules	2008-05-24 08:16:18 UTC (rev 7176)
+++ packages/trunk/libclaw/debian/rules	2008-05-24 10:17:24 UTC (rev 7177)
@@ -27,6 +27,10 @@
 	dh_testdir
 
 	cd $(BUILD_TREE); $(MAKE)
+	cd $(BUILD_TREE); \
+	find . -name "*-static.a" | while read f; do \
+	  mv $$f `echo $$f | sed s/-static//`; \
+	done
 
 	touch $@
 




More information about the Pkg-games-commits mailing list