r8797 - packages/trunk/ode/debian

Gonéri Le Bouder goneri at alioth.debian.org
Sun Feb 15 00:09:16 UTC 2009


Author: goneri
Date: 2009-02-15 00:09:15 +0000 (Sun, 15 Feb 2009)
New Revision: 8797

Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/rules
Log:
debian/rules: clean up

Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog	2009-02-14 23:50:56 UTC (rev 8796)
+++ packages/trunk/ode/debian/changelog	2009-02-15 00:09:15 UTC (rev 8797)
@@ -1,6 +1,7 @@
 ode (2:0.11-1) experimental; urgency=low
 
   * New upstream release 
+  * debian/rules: clean up
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sun, 15 Feb 2009 00:36:34 +0100
 

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules	2009-02-14 23:50:56 UTC (rev 8796)
+++ packages/trunk/ode/debian/rules	2009-02-15 00:09:15 UTC (rev 8797)
@@ -46,8 +46,8 @@
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
-	rm -Rf `find -name '.deps' -type d`
-	rm -Rf `find -name '.pc' -type d`
+	find -name '.deps' -type d -exec rm -Rf {} \;
+	rm -Rf .pc
 	rm -f ode-config \
 		confdefs.h \
 		config.log \




More information about the Pkg-games-commits mailing list