X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fls.py;h=21b12f661baadf90678422df315ef5f07e09e560;hb=577a3c22efac8cad56e6f3fac29cc5bc55a4e21f;hp=a1f8c8ec2dc1b52f15cb7b0d6f46011484446218;hpb=7df9c3b974bcd1c3bc40d29d154f6b86b6454ddd;p=dak.git diff --git a/dak/ls.py b/dak/ls.py index a1f8c8ec..21b12f66 100755 --- a/dak/ls.py +++ b/dak/ls.py @@ -183,7 +183,7 @@ SELECT s.source, s.version, 'source', su.suite_name, c.name, m.name sys.stdout.write("%10s | %10s | %13s | " % (pkg, version, suite)) sys.stdout.write(", ".join(arches)) sys.stdout.write('\n') - elif Options["Format"] == "control-suite": + elif Options["Format"] in [ "control-suite", "heidi" ]: for arch in arches: sys.stdout.write("%s %s %s\n" % (pkg, version, arch)) if Options["GreaterOrEqual"]: