[Python-modules-commits] r17291 - in packages/python-docutils/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Jun 5 21:05:18 UTC 2011


    Date: Sunday, June 5, 2011 @ 21:05:17
  Author: jwilk
Revision: 17291

Remove files created by the test suite in the clean target.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/rules

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2011-06-05 15:55:23 UTC (rev 17290)
+++ packages/python-docutils/trunk/debian/changelog	2011-06-05 21:05:17 UTC (rev 17291)
@@ -7,8 +7,9 @@
   * Drop preinst scripts to remove python-central leftovers; not needed
     anymore.
   * Fix patch headers to be in line with DEP-3.
+  * Remove files created by the test suite in the clean target.
 
- -- Jakub Wilk <jwilk at debian.org>  Wed, 02 Mar 2011 12:21:01 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 05 Jun 2011 23:03:40 +0200
 
 python-docutils (0.7-2) unstable; urgency=low
 

Modified: packages/python-docutils/trunk/debian/rules
===================================================================
--- packages/python-docutils/trunk/debian/rules	2011-06-05 15:55:23 UTC (rev 17290)
+++ packages/python-docutils/trunk/debian/rules	2011-06-05 21:05:17 UTC (rev 17291)
@@ -45,6 +45,7 @@
 	find docs -name '*.html' -not -name 'quickref.html' -print0 | \
 		xargs -0 --no-run-if-empty rm
 	-rm -rf docutils.egg-info extras/docutils.egg-info
+	cd test && rm -rf alltests.out record.txt functional/output/*/ functional/output/[a-z]*.*
 	dh_clean
 
 install: build




More information about the Python-modules-commits mailing list