X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=claire.py;h=e6681a5bf2031c30f8a8f62f8257a038faf5ad04;hb=7371b188b9305b10f5eaa48e5529b2b7f74ba9d7;hp=cf47f172ad7dd819d4b23137f35ccde3135d8789;hpb=8ecf66b7d933929ca5f504a32fb54542b0b87b71;p=dak.git diff --git a/claire.py b/claire.py index cf47f172..e6681a5b 100755 --- a/claire.py +++ b/claire.py @@ -2,7 +2,7 @@ # 'Fix' stable to make debian-cd and dpkg -BORGiE users happy # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: claire.py,v 1.13 2002-05-08 11:13:02 troup Exp $ +# $Id: claire.py,v 1.14 2002-05-14 15:28:53 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -113,7 +113,7 @@ UNION SELECT DISTINCT ON (f.id) null, sec.section, l.path, f.filename, f.id dislocated_files[i[4]] = dest; # Binary - architectures = Cnf.SubTree("Suite::Stable::Architectures").List(); + architectures = Cnf.ValueList("Suite::Stable::Architectures"); for arch in [ "source", "all" ]: if architectures.count(arch): architectures.remove(arch);