X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fpackagelist.py;h=04a0ef518777b754405b26b6bfb4c01ef1e366d4;hb=d92f3e09718a6712554d770ced860cd4712bb941;hp=1af05b766c9d97d48161a149e8f50e446e7a8093;hpb=5c903326aaf0db9191d58691d38d7198684f41ce;p=dak.git diff --git a/daklib/packagelist.py b/daklib/packagelist.py index 1af05b76..04a0ef51 100644 --- a/daklib/packagelist.py +++ b/daklib/packagelist.py @@ -90,7 +90,7 @@ class PackageList(object): # [arch=[,]...] name = fields[0] package_type = fields[1] - component, section = extract_component_from_section(fields[2]) + section, component = extract_component_from_section(fields[2]) priority = fields[3] other = dict(kv.split('=', 1) for kv in fields[4:])