Source: magnus Version: 1.0.3-1 Severity: serious Hi,
magnus has been reintroduced into the archive with a version lower than what was there in the past. This breaks version ordering constraints. squeeze had 20060324-5.2 and the highest version in sid was 20060324-7 before it got removed. It looks like the versioning scheme has changed, so adding an epoch is probably the best solution. Andreas PS: UDD query: select distinct a.package,a.architecture,a.version,a.release,b.architecture,b.version,b.release from packages as a, packages as b where a.package = b.package and (a.architecture = b.architecture or b.architecture = 'all') and a.version > b.version and a.release != 'sid' and a.release != 'experimental' and b.release = 'bullseye';