[Python-modules-commits] r16011 - in packages/graphy/trunk/debian (changelog rules)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Sun Mar 6 19:23:30 UTC 2011
Date: Sunday, March 6, 2011 @ 19:23:24
Author: nomadium-guest
Revision: 16011
* Enable unit tests.
Modified:
packages/graphy/trunk/debian/changelog
packages/graphy/trunk/debian/rules
Modified: packages/graphy/trunk/debian/changelog
===================================================================
--- packages/graphy/trunk/debian/changelog 2011-03-05 23:54:10 UTC (rev 16010)
+++ packages/graphy/trunk/debian/changelog 2011-03-06 19:23:24 UTC (rev 16011)
@@ -8,12 +8,13 @@
* Replace dh_pysupport with dh_python2.
* Fix version for Build-Depends on debhelper.
* Update minimal version for Build-Depends on python-all to (>= 2.6.6-3~).
+ * Enable unit tests.
* Switched source package format to 3.0 (quilt).
* Remove deprecated XS-Python-Version and XB-Python-Version fields.
* Modify copyright file to make it DEP5 compliant and update dates.
* Add get-orig-source target for convenience.
- -- Miguel Landaeta <miguel at miguel.cc> Thu, 03 Mar 2011 12:36:51 -0430
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 06 Mar 2011 14:52:05 -0430
graphy (1.0+dfsg-1) unstable; urgency=low
Modified: packages/graphy/trunk/debian/rules
===================================================================
--- packages/graphy/trunk/debian/rules 2011-03-05 23:54:10 UTC (rev 16010)
+++ packages/graphy/trunk/debian/rules 2011-03-06 19:23:24 UTC (rev 16011)
@@ -17,7 +17,7 @@
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
for python in $(shell pyversions -r); do \
- $$python graphy/all_tests.py ; \
+ PYTHONPATH=. $$python graphy/all_tests.py ; \
done
endif
More information about the Python-modules-commits
mailing list