Comment 9 for bug 337705

Revision history for this message
Michael Vogt (mvo) wrote :

This is a ordering problem and a bit tricky. One way is to have the intrepid version have a dependency like:
"Depends: ..., python (<< 2.6), ..."
This is bad because it we can not force people to have this update in intrepid available (e.g. people with
just the intrepid CD but no network).

A alternative solution is to make python (in jaunty) conflict with ufw (<< 0.26) (or 0.27 when its released).
I tested both solutions with "apt-get dist-upgrade -s" and the ordering looks ok now. I run a upgrade test with it
now and it looks ok ask doko to consider it as a workaround.