Make the "universe" repository available to the Ubuntu image generator

Also fix Ubuntu 12.04 name from "oneiric" to "precise".
This commit is contained in:
Eelco Dolstra
2012-08-27 13:53:07 -04:00
parent bacc6ab790
commit 20de8c8086
2 changed files with 34 additions and 16 deletions
+2
View File
@@ -53,6 +53,8 @@ foreach my $cdata (values %packages) {
my @provides = getDeps(Dpkg::Deps::parse($cdata->{Provides}));
foreach my $name (@provides) {
#die "conflicting provide: $name\n" if defined $provides{$name};
#warn "provide by $cdata->{Package} conflicts with package with the same name: $name\n";
next if defined $packages{$name};
$provides{$name} = $cdata->{Package};
}
}