[Python-modules-commits] r16303 - in packages/python-geohash/trunk/debian (3 files)
davide125-guest at users.alioth.debian.org
davide125-guest at users.alioth.debian.org
Fri Apr 1 13:54:34 UTC 2011
Date: Friday, April 1, 2011 @ 13:54:32
Author: davide125-guest
Revision: 16303
new upstream release: 0.8.3
Modified:
packages/python-geohash/trunk/debian/changelog
packages/python-geohash/trunk/debian/rules
Deleted:
packages/python-geohash/trunk/debian/patches/
Modified: packages/python-geohash/trunk/debian/changelog
===================================================================
--- packages/python-geohash/trunk/debian/changelog 2011-04-01 13:21:21 UTC (rev 16302)
+++ packages/python-geohash/trunk/debian/changelog 2011-04-01 13:54:32 UTC (rev 16303)
@@ -1,3 +1,11 @@
+python-geohash (0.8.3-1) unstable; urgency=low
+
+ * New upstream release:
+ - drop uncomment-tests-main.patch, applied upstream
+ - run more tests at build time
+
+ -- Davide Cavalca <davide at geexbox.org> Fri, 01 Apr 2011 15:50:05 +0200
+
python-geohash (0.7-1) unstable; urgency=low
* Initial release (Closes: #603285)
Modified: packages/python-geohash/trunk/debian/rules
===================================================================
--- packages/python-geohash/trunk/debian/rules 2011-04-01 13:21:21 UTC (rev 16302)
+++ packages/python-geohash/trunk/debian/rules 2011-04-01 13:54:32 UTC (rev 16303)
@@ -32,11 +32,11 @@
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e ;\
for py in $(PYVERS); do \
- for test in test_encode test_decode; do \
+ for test in geohash jpgrid jpiarea uint64; do \
PYTHONPATH=$(call pythonpath,$$py) \
- python$$py test/$$test.py ;\
+ python$$py test/test_$$test.py ;\
PYTHONPATH=$(call pythonpath_dbg,$$py) \
- python$$py-dbg test/$$test.py ;\
+ python$$py-dbg test/test_$$test.py ;\
done \
done
endif
More information about the Python-modules-commits
mailing list