X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fls.py;h=dacc23bab2edaec684c7baccae46c1fda6f04a3a;hb=03a86547e5d9b209016cc0b23f825d3baea92f8c;hp=0a1548f85a5ec133ce70d8b7b3361af2f4134289;hpb=87087596eaef30f9e2bfaa5908ffceadf7813a25;p=dak.git diff --git a/daklib/ls.py b/daklib/ls.py index 0a1548f8..dacc23ba 100644 --- a/daklib/ls.py +++ b/daklib/ls.py @@ -41,7 +41,7 @@ def list_packages(packages, suites=None, components=None, architectures=None, bi where = where | t.c.source.op(comparison_operator)(package) if suites is not None: - where = where & (t.c.suite.in_(suites) | t.c.codename.in_(suites)) + where = where & t.c.suite.in_(suites) if components is not None: where = where & t.c.component.in_(components) if architectures is not None: