=== modified file 'Germinate/germinator.py' --- Germinate/germinator.py 2007-07-30 09:10:44 +0000 +++ Germinate/germinator.py 2007-08-07 12:00:17 +0000 @@ -976,7 +976,7 @@ if build_tree: self.build_depends[seedname].add(pkg) else: - self.depends[seedname].add(pkg) + self.seed[seedname].add(pkg) self.addPackage(seedname, pkg, "Rescued from %s" % src, build_tree=build_tree) === modified file 'update-metapackage.py' --- update-metapackage.py 2007-07-18 12:11:58 +0000 +++ update-metapackage.py 2007-08-07 12:00:18 +0000 @@ -215,6 +215,8 @@ bzr), architecture, seed_name, list(seed_inherit[seed_name])) + germinator.prune() + germinator.grow() print "[%s] Merging seeds with available package lists..." % architecture for seed_name in output_seeds: