[Python-modules-commits] r14002 - in packages/celery/trunk/debian (changelog rules)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Jul 19 21:11:35 UTC 2010
Date: Monday, July 19, 2010 @ 21:11:25
Author: fladi-guest
Revision: 14002
Bump version to 2.0.1.
Fix tests so they pass just fine.
Modified:
packages/celery/trunk/debian/changelog
packages/celery/trunk/debian/rules
Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog 2010-07-19 18:45:51 UTC (rev 14001)
+++ packages/celery/trunk/debian/changelog 2010-07-19 21:11:25 UTC (rev 14002)
@@ -1,4 +1,4 @@
-celery (2.0.0-1) UNRELEASED; urgency=low
+celery (2.0.1-1) UNRELEASED; urgency=low
* Initial release (Closes: #526350)
Modified: packages/celery/trunk/debian/rules
===================================================================
--- packages/celery/trunk/debian/rules 2010-07-19 18:45:51 UTC (rev 14001)
+++ packages/celery/trunk/debian/rules 2010-07-19 21:11:25 UTC (rev 14002)
@@ -7,6 +7,8 @@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
for python in $(shell pyversions -r); do \
- $$python setup.py test ; \
+ rm -f test.db ; \
+ PYTHONPATH=. $$python setup.py test ; \
+ echo $? ; \
done
endif
More information about the Python-modules-commits
mailing list