X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fcruft.py;h=a685bcb5545b27fb826a68b95db622190b109244;hb=6bbc39ae400ba91ace6fee9790768a62266cdb65;hp=f060085d72f98478bbc70e64d47292adaec2ce94;hpb=50db22ea5f288daa39f81138a41a509d9a41cc3e;p=dak.git diff --git a/daklib/cruft.py b/daklib/cruft.py index f060085d..a685bcb5 100644 --- a/daklib/cruft.py +++ b/daklib/cruft.py @@ -47,6 +47,8 @@ def newer_version(lowersuite_name, highersuite_name, session): with_parent(lowersuite).group_by(DBSource.source).scalar() if lowerversion is not None: list.append((source, higherversion, lowerversion)) + + list.sort() return list def get_package_names(suite):