[Python-modules-commits] r16457 - in packages/python-weberror/trunk/debian (rules)

wrar-guest at users.alioth.debian.org wrar-guest at users.alioth.debian.org
Sat Apr 9 08:58:12 UTC 2011


    Date: Saturday, April 9, 2011 @ 08:57:58
  Author: wrar-guest
Revision: 16457

Remove tests/reporter_output/test_logger.log in the clean target.

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

Modified: packages/python-weberror/trunk/debian/rules
===================================================================
--- packages/python-weberror/trunk/debian/rules	2011-04-09 08:52:48 UTC (rev 16456)
+++ packages/python-weberror/trunk/debian/rules	2011-04-09 08:57:58 UTC (rev 16457)
@@ -9,7 +9,7 @@
 	rm -f build-*
 	dh_testdir
 	dh_testroot
-	rm -rf build
+	rm -rf build tests/reporter_output/test_logger.log
 	find . -name *\.py[co] -exec rm -f {} \;
 	dh_clean
 




More information about the Python-modules-commits mailing list