r2405 - in zope.testrunner/trunk/debian (changelog rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Fri Oct 14 03:05:27 UTC 2011


    Date: Friday, October 14, 2011 @ 03:05:25
  Author: arnau
Revision: 2405

Clean up build directory for python3 and egg-info directory. Closes: #645186.

Modified:
  zope.testrunner/trunk/debian/changelog
  zope.testrunner/trunk/debian/rules

Modified: zope.testrunner/trunk/debian/changelog
===================================================================
--- zope.testrunner/trunk/debian/changelog	2011-10-14 02:53:45 UTC (rev 2404)
+++ zope.testrunner/trunk/debian/changelog	2011-10-14 03:05:25 UTC (rev 2405)
@@ -3,6 +3,8 @@
   * Team upload.
   * debian/rules:
     + Trap shell command errors if any as per Policy 4.6. Closes: #645184.
+    + Clean up build directory for python3 and egg-info directory.
+      Closes: #645186.
 
  -- Arnaud Fontaine <arnau at debian.org>  Fri, 14 Oct 2011 10:52:05 +0900
 

Modified: zope.testrunner/trunk/debian/rules
===================================================================
--- zope.testrunner/trunk/debian/rules	2011-10-14 02:53:45 UTC (rev 2404)
+++ zope.testrunner/trunk/debian/rules	2011-10-14 03:05:25 UTC (rev 2405)
@@ -8,6 +8,14 @@
 
 PYTHON3=$(shell py3versions -r)
 
+override_dh_auto_clean:
+	dh_auto_clean
+
+	rm -f src/zope.testrunner.egg-info/*
+
+	# Specific to python3
+	rm -rf build
+
 override_dh_auto_build:
 	dh_auto_build -p$package
 




More information about the pkg-zope-developers mailing list