[Python-modules-commits] r23284 - in packages/python-dawg/trunk/debian (rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Thu Jan 10 22:59:03 UTC 2013


    Date: Thursday, January 10, 2013 @ 22:59:01
  Author: jwilk
Revision: 23284

Remove tests bytecode in the clean target.

Modified:
  packages/python-dawg/trunk/debian/rules

Modified: packages/python-dawg/trunk/debian/rules
===================================================================
--- packages/python-dawg/trunk/debian/rules	2013-01-10 03:07:57 UTC (rev 23283)
+++ packages/python-dawg/trunk/debian/rules	2013-01-10 22:59:01 UTC (rev 23284)
@@ -19,6 +19,7 @@
 	dh_testdir
 	dh_clean
 	rm -rf build
+	rm -rf tests/__pycache__/ tests/*.pyc
 
 # build
 # =====




More information about the Python-modules-commits mailing list