El Fri, Sep 07, 2001 at 12:08:20PM +0200, Mikael Hedin escribió: > Neil Schemenauer <[EMAIL PROTECTED]> writes: > > [...] > > Looks fint to me! > > > I'm willing to build new version of packages with broken dependencies. > > Can we handle the upgrade from Python by having a long list of conflicts > > in the "python" package? Something like: > > > > Conflicts: python-some-extension (<< X.Y), ... > > > > Hopefully, this list will not be very long, as many packages depend on > python-base today. In sid, 37 packages depend on python, but I don't > know how many of these place stuff in /usr/lib/python1.5/ Runnnig the following:
--- $ zgrep "usr/lib/python1.5" debian/dists/sid/Contents-i386.gz | python << EOF import sys, string dict = {} for l in sys.stdin.readlines(): dict [ string.split(l)[-1] ] = '' keys = dict.keys() keys.sort() for k in keys: print k, EOF --- gives 80 packages, so probably there are more packages with wrong dependencies ... --- LIST OF PACKAGES: ----------------- gadfly gimp-python gnats2w guppi htmlgen jaxml libvtk-patented libwxgtk2.2-python linbot omniorb plucker plwm pyao pydb pyogg pyrite-publisher pysol-sound-server python-4suite python-base python-bobo python-bobodtml python-bobopos python-dev python-distutils python-extclass python-gdbm python-gdk-imlib python-gendoc python-glade python-gnome python-gnuplot python-gtk python-gtkglarea python-happydoc python-imaging python-imaging-sane python-imaging-tk python-kjbuckets python-ldap python-mpz python-mxdatetime python-mxstack python-mxtexttools python-mxtools python-mysqldb python-netcdf python-newt python-numeric python-numeric-tutorial python-opengl python-orbit python-pam python-plplot python-pmw python-popy python-pqueue python-psycopg python-pyqt python-regrtest python-reportlab python-scientific python-slang python-soap python-stats python-tal python-tk python-unit python-utmp python-vtk python-xlib python-xml python-xmlrpc pythondoc pyvorbis quantlib-python saml subterfugue sulfur twisted xbel-utils --- -- Sergio Talens-Oliag <[EMAIL PROTECTED]> Key fingerprint = 29DF 544F 1BD9 548C 8F15 86EF 6770 052B B8C1 FA69