Re: dependencies of non-module packages

2002-08-30 Thread Donovan Baarda
On Mon, Aug 26, 2002 at 09:11:38PM +0200, Federico Di Gregorio wrote: > hi, > > i just had a little email exchange with Christian Kurz about dput and i > think the python policy need to be clarified. some background... > > last upload of python broke dput dependencies: they were > > python

Re: python2.2-dev depends on gcc-3.2. WHY?

2002-08-30 Thread Alexandre
On Fri, Aug 30, 2002 at 07:44:45AM +0200, Matthias Klose wrote: > Tom Cato Amundsen writes: > > Why does python2.2-dev 2.2.1-9 depend on gcc-3.2 ? > > It was requested that python is built with C++ support. That means > cxxmain is compiled with g++ and python is linked with g++. g++-3.2 > changed

Re: python2.2-dev depends on gcc-3.2. WHY?

2002-08-30 Thread Matthias Klose
Tom Cato Amundsen writes: > Why does python2.2-dev 2.2.1-9 depend on gcc-3.2 ? It was requested that python is built with C++ support. That means cxxmain is compiled with g++ and python is linked with g++. g++-3.2 changed the C++ ABI, so I made both changes (python and C++) at the same time.