Re: python transition summary

2003-08-25 Thread John Belmonte
There seems to be a package I'm interested in that is missing from the TODO list: quixote. Actually, many packages seem to be missing. I use this command to get a list: grep-available -F Depends "python2.2" -s Package | \ cut -d " " -f 2 | grep -v "2.2" | sort Also, I think every

Re: Bug on dh_pyhton?

2003-08-25 Thread Josselin Mouette
Le lun 25/08/2003 à 18:38, Marco Presi a écrit : > Hallo, > >I am closing transition bug on ipython. > >When upgrading, to python2.3 verison, the old modules in >/usr/lib/python2.2/ dir are not removed because dh_pyhton used >for packaging the actual version of ip

Bug on dh_pyhton?

2003-08-25 Thread Marco Presi
Hallo, I am closing transition bug on ipython. When upgrading, to python2.3 verison, the old modules in /usr/lib/python2.2/ dir are not removed because dh_pyhton used for packaging the actual version of ipython remove that dir in prerm script _only_ if the pac

Re: Fun with python-apt

2003-08-25 Thread Samuel Bronson
Anthony DeRobertis wrote: > In a perfect world, somehow the correct gcc would be used (to make > sure C++ ABI problems don't happen). Not sure if we can have that > perfect world or not; see below. In a perfect world, the ABI wouldn't need to change ;-)