r13491 - packages/trunk/0ad/debian

Vincent Cheng vincentc-guest at alioth.debian.org
Tue Apr 17 05:55:29 UTC 2012


Author: vincentc-guest
Date: 2012-04-17 05:55:28 +0000 (Tue, 17 Apr 2012)
New Revision: 13491

Modified:
   packages/trunk/0ad/debian/rules
Log:
0ad: Add some extra cruft to be deleted in debian/rules


Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2012-04-17 05:35:24 UTC (rev 13490)
+++ packages/trunk/0ad/debian/rules	2012-04-17 05:55:28 UTC (rev 13491)
@@ -5,6 +5,13 @@
 
 override_dh_auto_clean:
 	build/workspaces/clean-workspaces.sh
+	
+	# Clean up some extra cruft not picked up by clean-workspaces.sh
+	rm -f binaries/system/*.a
+	rm -f libraries/fcollada/lib/*.a
+	rm -f build/premake/.*.tmp
+	
+	dh_auto_clean
 
 override_dh_auto_build:
 	build/workspaces/update-workspaces.sh \




More information about the Pkg-games-commits mailing list