Re: building a module for 2 versions

2003-07-27 Thread Jamie Wilkinson
This one time, at band camp, Ben Burton wrote: >Specifically, in debian/rules you replace your calls to $(PYTHON)/setup.py >with three separate calls running three different versions of python (or >however many versions you want to support). There's also calls to >debian/pathmangle.sh to fix the i

Re: building a module for 2 versions

2003-07-27 Thread Ben Burton
> I'm wondering if anyone has any nice methods of building python modules for > multiple versions of python. Try apt-get source python-pgsql - all the patches of interest are in python-pgsql/debian. Since pymad comes with setup.py a similar technique should work. Specifically, in debian/rules y