[Python-modules-commits] r33707 - in packages/django-pipeline/trunk/debian (changelog rules)
fladi at users.alioth.debian.org
fladi at users.alioth.debian.org
Wed Aug 12 07:44:50 UTC 2015
Date: Wednesday, August 12, 2015 @ 07:44:49
Author: fladi
Revision: 33707
Clean up static files created by tests.
Modified:
packages/django-pipeline/trunk/debian/changelog
packages/django-pipeline/trunk/debian/rules
Modified: packages/django-pipeline/trunk/debian/changelog
===================================================================
--- packages/django-pipeline/trunk/debian/changelog 2015-08-12 07:43:43 UTC (rev 33706)
+++ packages/django-pipeline/trunk/debian/changelog 2015-08-12 07:44:49 UTC (rev 33707)
@@ -5,6 +5,7 @@
* Run tests using custom pybuild configuration.
* Add python(3)-jinja2 and python(3)-mock to Build-Depends as they are
required to run the tests.
+ * Clean up static files created by tests.
-- Michael Fladischer <fladi at debian.org> Wed, 12 Aug 2015 08:20:05 +0200
Modified: packages/django-pipeline/trunk/debian/rules
===================================================================
--- packages/django-pipeline/trunk/debian/rules 2015-08-12 07:43:43 UTC (rev 33706)
+++ packages/django-pipeline/trunk/debian/rules 2015-08-12 07:44:49 UTC (rev 33707)
@@ -14,6 +14,7 @@
dh_auto_build
override_dh_clean:
+ rm -rf tests/static
rm -rf docs/.build
dh_clean
More information about the Python-modules-commits
mailing list