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

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sat May 5 13:08:46 UTC 2012


    Date: Saturday, May 5, 2012 @ 13:08:44
  Author: adejong
Revision: 21582

  * Remove coverage and build data on clean (closes: #671426)

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

Modified: packages/python-stdnum/trunk/debian/changelog
===================================================================
--- packages/python-stdnum/trunk/debian/changelog	2012-05-05 12:59:12 UTC (rev 21581)
+++ packages/python-stdnum/trunk/debian/changelog	2012-05-05 13:08:44 UTC (rev 21582)
@@ -2,8 +2,9 @@
 
   * Move python-all and python3-all from Build-Depends-Indep to
     Build-Depends.
+  * Remove coverage and build data on clean (closes: #671426)
 
- -- Arthur de Jong <adejong at debian.org>  Sat, 05 May 2012 14:17:43 +0200
+ -- Arthur de Jong <adejong at debian.org>  Sat, 05 May 2012 15:07:22 +0200
 
 python-stdnum (0.7-1) unstable; urgency=low
 

Modified: packages/python-stdnum/trunk/debian/rules
===================================================================
--- packages/python-stdnum/trunk/debian/rules	2012-05-05 12:59:12 UTC (rev 21581)
+++ packages/python-stdnum/trunk/debian/rules	2012-05-05 13:08:44 UTC (rev 21582)
@@ -23,6 +23,11 @@
 	set -ex; \
 	  for py in $(shell pyversions -r) $(shell py3versions -r); \
 	  do \
+	    rm -rf $(CURDIR)/coverage; \
 	    $$py $(CURDIR)/setup.py nosetests; \
 	  done
 endif
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf $(CURDIR)/coverage $(CURDIR)/.coverage $(CURDIR)/build




More information about the Python-modules-commits mailing list