On Wed, Dec 31, 2008 at 14:58, Sandro Tosi <mo...@debian.org> wrote: > $ grep-available -FDepends,Recommends,Suggests "python-ctypes | python > (>= 2.5)" -o -FDepends,Recommends,Suggests "python (>= 2.5) | > python-ctypes" -sPackage > Package: python-musicbrainz2 > Package: telepathy-butterfly > Package: python-elisa > Package: python-utidylib > Package: python-msn > Package: python-opengl > Package: python-pyglet
better command, to catch even uber-smart depends: $ grep-available -FDepends,Recommends,Suggests "python-ctypes | python (>= 2.5)" -o -FDepends,Recommends,Suggests "python (>= 2.5) | python-ctypes" -o -FDepends,Recommends,Suggests "python2.5 | python-ctypes" -o -FDepends,Recommends,Suggests "python-ctypes | python2.5" -sPackage Package: python-coherence Package: python-musicbrainz2 Package: telepathy-butterfly Package: python-elisa Package: python-utidylib Package: python-msn Package: python-opengl Package: python-pyglet Now, since unstable ctypes upload was caught by libffi soname bump, and probably needs a tpu upload (please RT confirm this or if libffi5 will be migrated in lenny) it's an additional reason to decide about the situation explained above. Cheers, -- Sandro Tosi (aka morph, Morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org