[Python-modules-commits] r11155 - in packages/python-axiom/trunk/debian (changelog runtrial.py)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Thu Jan 14 12:32:28 UTC 2010


    Date: Thursday, January 14, 2010 @ 12:32:26
  Author: jwilk-guest
Revision: 11155

Make debian/runtrail.py ready for Python 2.6.

Modified:
  packages/python-axiom/trunk/debian/changelog
  packages/python-axiom/trunk/debian/runtrial.py

Modified: packages/python-axiom/trunk/debian/changelog
===================================================================
--- packages/python-axiom/trunk/debian/changelog	2010-01-14 12:28:57 UTC (rev 11154)
+++ packages/python-axiom/trunk/debian/changelog	2010-01-14 12:32:26 UTC (rev 11155)
@@ -1,3 +1,9 @@
+python-axiom (0.6.0-2) UNRELEASED; urgency=low
+
+  * Make debian/runtrail.py ready for Python 2.6.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Thu, 14 Jan 2010 13:30:29 +0100
+
 python-axiom (0.6.0-1) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/python-axiom/trunk/debian/runtrial.py
===================================================================
--- packages/python-axiom/trunk/debian/runtrial.py	2010-01-14 12:28:57 UTC (rev 11154)
+++ packages/python-axiom/trunk/debian/runtrial.py	2010-01-14 12:32:26 UTC (rev 11155)
@@ -10,6 +10,7 @@
 _path = sys.path[:]
 sys.path[:] = []
 addsitedir(join(root, site_packages[1:]))
+addsitedir(join(root, site_packages[1:].replace('dist-packages', 'site-packages'))) # cdbs installs python modules in site-packages even for Python 2.6
 sys.path.extend(_path)
 
 # Some tests need PYTHONPATH. We provide a sensible value for it (although not really correct)




More information about the Python-modules-commits mailing list