[Python-apps-commits] r11725 - in packages/retext/trunk/debian (changelog rules)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Sun Feb 8 16:51:53 UTC 2015


    Date: Sunday, February 8, 2015 @ 16:51:52
  Author: mitya57
Revision: 11725

Properly clean up after running tests.

Modified:
  packages/retext/trunk/debian/changelog
  packages/retext/trunk/debian/rules

Modified: packages/retext/trunk/debian/changelog
===================================================================
--- packages/retext/trunk/debian/changelog	2015-02-08 16:48:22 UTC (rev 11724)
+++ packages/retext/trunk/debian/changelog	2015-02-08 16:51:52 UTC (rev 11725)
@@ -1,6 +1,7 @@
 retext (5.0.1-2) UNRELEASED; urgency=medium
 
   * Drop retext-wpgen transitional package, no longer needed.
+  * Properly clean up after running tests.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 08 Feb 2015 19:47:14 +0300
 

Modified: packages/retext/trunk/debian/rules
===================================================================
--- packages/retext/trunk/debian/rules	2015-02-08 16:48:22 UTC (rev 11724)
+++ packages/retext/trunk/debian/rules	2015-02-08 16:51:52 UTC (rev 11725)
@@ -14,7 +14,7 @@
 	dh $@ --with python3
 
 override_dh_auto_clean:
-	rm -rf build ReText/__pycache__
+	rm -rf build ReText/__pycache__ tests/__pycache__
 
 override_dh_auto_build:
 	set -ex; for python in $(PYTHON3); do \




More information about the Python-apps-commits mailing list