diff --git a/src/asgen/engine.d b/src/asgen/engine.d index b7da45d..190b4b5 100644 --- a/src/asgen/engine.d +++ b/src/asgen/engine.d @@ -474,7 +474,7 @@ public: // FIXME: This is a hack, find a sane way to get rid of this, or at least get rid of the // distro-specific hardcoding. auto pkgs = appender!(Package[]); - foreach (ref newSection; ["main", "universe"]) { + foreach (ref newSection; ["core", "extra"]) { if ((section != newSection) && (suite.sections.canFind (newSection))) { pkgs ~= pkgIndex.packagesFor (suite.name, newSection, arch); if (!suite.baseSuite.empty)