[Python-modules-commits] r16302 - in packages/python-geohash/trunk/debian (rules)
davide125-guest at users.alioth.debian.org
davide125-guest at users.alioth.debian.org
Fri Apr 1 13:21:26 UTC 2011
Date: Friday, April 1, 2011 @ 13:21:21
Author: davide125-guest
Revision: 16302
fix tests run with -dbg interpreter
Modified:
packages/python-geohash/trunk/debian/rules
Modified: packages/python-geohash/trunk/debian/rules
===================================================================
--- packages/python-geohash/trunk/debian/rules 2011-03-31 18:57:40 UTC (rev 16301)
+++ packages/python-geohash/trunk/debian/rules 2011-04-01 13:21:21 UTC (rev 16302)
@@ -36,7 +36,7 @@
PYTHONPATH=$(call pythonpath,$$py) \
python$$py test/$$test.py ;\
PYTHONPATH=$(call pythonpath_dbg,$$py) \
- python$$py test/$$test.py ;\
+ python$$py-dbg test/$$test.py ;\
done \
done
endif
More information about the Python-modules-commits
mailing list