X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fls.py;h=66e8d42751eba2714779610939a05f7a4704800d;hb=dd80b169287a128cd9e3b833852fbf68106385b5;hp=544d366ce2e34d114380423420f1d152c569857c;hpb=2f91219923c546d11c4a491ef1ea923bef09ee44;p=dak.git diff --git a/dak/ls.py b/dak/ls.py index 544d366c..66e8d427 100755 --- a/dak/ls.py +++ b/dak/ls.py @@ -56,7 +56,7 @@ Display information about PACKAGE(s). -S, --source-and-binary show info for the binary children of source pkgs ARCH, COMPONENT and SUITE can be comma (or space) separated lists, e.g. - --architecture=m68k,i386""" + --architecture=amd64,i386""" sys.exit(exit_code) ################################################################################ @@ -150,7 +150,10 @@ SELECT s.source, s.version, 'source', su.suite_name, c.name, m.name AND s.file = f.id AND f.location = l.id AND l.component = c.id AND s.maintainer = m.id %s """ % (comparison_operator, con_suites), {'package': package}) - ql.extend(q.fetchall()) + if not Options["Architecture"] or con_architectures: + ql.extend(q.fetchall()) + else: + ql = q.fetchall() d = {} highver = {} for i in ql: