[Python-modules-commits] r17648 - in packages/mahotas/trunk/debian (rules)

luispedro-guest at users.alioth.debian.org luispedro-guest at users.alioth.debian.org
Tue Jun 28 00:03:44 UTC 2011


    Date: Tuesday, June 28, 2011 @ 00:03:44
  Author: luispedro-guest
Revision: 17648

BUG Fix clean rule

Modified:
  packages/mahotas/trunk/debian/rules

Modified: packages/mahotas/trunk/debian/rules
===================================================================
--- packages/mahotas/trunk/debian/rules	2011-06-28 00:03:18 UTC (rev 17647)
+++ packages/mahotas/trunk/debian/rules	2011-06-28 00:03:44 UTC (rev 17648)
@@ -5,8 +5,9 @@
 
 override_dh_clean:
 	dh_clean
-	rm -rf *.egg-info/
 	rm -rf build
+	find -name '*.so' | xargs rm -f
+	find -name '*.pyc' | xargs rm -f
 
 override_dh_strip:
 	dh_strip --dbg-package=python-mahotas-dbg




More information about the Python-modules-commits mailing list