From: Joerg Jaspert Date: Sat, 18 Sep 2010 17:16:50 +0000 (+0200) Subject: The mhy says this fixes it X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=29bc4f5e4ad442a387c38fa26aef69851ac4ea6d;p=dak.git The mhy says this fixes it Signed-off-by: Joerg Jaspert --- diff --git a/dak/generate_packages_sources.py b/dak/generate_packages_sources.py index cf17ed90..7398f670 100755 --- a/dak/generate_packages_sources.py +++ b/dak/generate_packages_sources.py @@ -298,7 +298,7 @@ tree "dists/proposed-updates/main" if arch != 'source': if arch == 'hurd-i386' and suite == 'experimental': pass - else: + elif apt_trees["di"].has_key(suite): if arch == "amd64": os.write(ac_fd, apt_trees["di"][suite] % {'arch': arch, 'contentsline': 'Contents "$(DIST)/../Contents-udeb";'})