* Daniel Stender <[email protected]>, 2015-09-08, 15:43:
I mean, python-afl 0.5-3 breaks python3-afl << 0.5-3 (and vice versa)
to prevent the described problem:
python3-afl 0.5-3 couldn't be installed wrongfully at the side of
python-afl 0.2.1-1 with that (and vice versa).
Right.
But that needs further action because that cross breaking prevents
updating w/o previous uninstall:
<cut>
$ sudo dpkg -i svn/build-area/python{,3}-afl_0.5-3_amd64.deb
{...}
python-afl breaks python3-afl (<< 0.5-3)
python3-afl (version 0.2.1-1) is present and installed.
{...}
python3-afl breaks python-afl (<< 0.5.3)
python-afl (version 0.2.1-1) is present and installed.
</cut>
Try passing --auto-deconfigure to dpkg. (This is what apt already does.)
--
Jakub Wilk