=== doko_ is now known as doko [21:54] i'm trying to compile a subset of Hardy from source, then debootstrap the result [21:54] it's working pretty well, but... [21:54] i'm confused by Priorities [21:55] in the official ubuntu repo, many binary packages have Priorities that differ from the Priorities of their source packages [21:55] when i compile a source package (in a hardy pbuilder), the resulting .debs have Priorities that differ from the Priority of the official .debs [21:56] for example, ubuntu-minimal.deb has "Priority: important" in the ubuntu.com repo [21:56] but the control file in the matching ubuntu-meta source package has "Priority: optional", and so do the .debs i build from it [21:56] so debootstrap doesnt pull it in by default :-( [21:56] what am i doing wrong?