]> err.no Git - dpkg/commit
Dpkg::Deps: tweak the comparison algorithm to sort > lower than <
authorRaphael Hertzog <hertzog@debian.org>
Tue, 11 Dec 2007 09:46:08 +0000 (10:46 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Tue, 11 Dec 2007 09:46:08 +0000 (10:46 +0100)
commitc6c756d5594b107fea7712fe6b377d77abfc6ef2
tree3a18da8beb7c4e374cf577c7bcca8807b694a58f
parent99b8119fd26336dc6568cfc611523fd9ca4f71a6
Dpkg::Deps: tweak the comparison algorithm to sort > lower than <

* scripts/Dpkg/Deps.pm: Add a compare function that compares
dependencies more intelligently than a comparison on their
string representation. In particular we want >= and >> to sort
lower than << and <= so that intervals are nicely displayed
as "a (>= 1), a (<< 2)" instead of the ugly "a (<< 2), a (>= 1)".
ChangeLog
debian/changelog
scripts/Dpkg/Deps.pm