[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: python 2.2 to python 2.3 transition



Hi,

Donovan Baarda wrote:
> Using this the python package can "notify" all packages that depend on
> it by calling dpkg-reconfigure on them;

That would work for me too, of course.

>>  egrep "^install ok installed:[^:]*:.*$PYTHONXY([ ,]|$)" | \

That regexp looks like it should look like this instead:

>>  egrep "^install ok installed:[^:]*:(|.*[ ,])$PYTHONXY([ ,]|$)" | \

so that it doesn't find packages which depend on packages which just happend 
to end with $PYTHONXY. (Or perhaps you should rewrite that shell function in 
Python. ;-)

-- 
Matthias Urlichs  |  {M:U} IT Design @ m-u-it.de  |   smurf@smurf.noris.de
Disclaimer: Das Zitat wurde zufällig ausgewählt.  |   http://smurf.noris.de
-- 
Hallo Volksmusikgenießer!



Reply to: