On 09/03/2008, Paul Wise wrote:
> >  What are the best/easiest options for this situation?
> 
> Add python2.5 to the list of supported versions in this file:
> 
> /usr/share/python/debian_defaults
> 
> Then rebuild python-mysqldb.

I'm not sure you want to change this system-wide. Alternative: get the
source of the package, change debian/rules as follow:
-PYVERS=$(shell pyversions -r)
+PYVERS=$(shell pyversions -r) python2.5

Install the build-dep of the package, plus python2.5-dev. Build the
package, here you are.

This method looks “clean” to me.

Cheers,

-- 
Cyril Brulebois

Attachment: pgp8iCZJxuw1O.pgp
Description: PGP signature

_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to