X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=rene;h=d97c4c6e9a3a3140afebdbe5e40cc218325feb87;hb=4d67c5b3de7c0cc7b9efd35f667a54d9287662ef;hp=27f1b10338194372181a5649a13180a458dd64e0;hpb=56d70778478246b2672b2dcabe89e851c00a01b2;p=dak.git diff --git a/rene b/rene index 27f1b103..d97c4c6e 100755 --- a/rene +++ b/rene @@ -2,7 +2,7 @@ # Check for obsolete binary packages # Copyright (C) 2000, 2001, 2002, 2003 James Troup -# $Id: rene,v 1.21 2003-04-15 16:01:45 troup Exp $ +# $Id: rene,v 1.22 2003-10-03 16:39:20 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 @@ -311,7 +311,7 @@ def main (): os.unlink(temp_filename); # Checks based on the Packages files - for component in components: + for component in components + ['main/debian-installer']: architectures = filter(utils.real_arch, Cnf.ValueList("Suite::%s::Architectures" % (suite))); for architecture in architectures: filename = "%s/dists/%s/%s/binary-%s/Packages" % (Cnf["Dir::Root"], suite, component, architecture);