Tested: main-menu still works in English; can now select
network-console entry in Slovenian).
Not Tested: Submenu displayed when multiple virtual packages provide
a menu item. (Unsure where this is really used.)
This will allow auto-install to be simplified as the ai-chooser udebs will
no longer be needed: any delayed menu items will get run automagically when
their isinstallable script no longer fails (unless they had already been
"seen" before they were disabled).
r62741
For most of these components I only added myself as it was needed
for my role as D-I release manager during the Etch release cycle.
I've not removed myself for some components I still have an interest
in and 6 components for which I'm the only uploader (sparc kernel
udebs, partconf, partman-md and cdrom-{checker,detect,retriever}).
r57718
Instead of lowering the debconf priority after the user backs up from
a question, match the priority at which the menu is displayed to the
current debconf priority.
This means that change debconf priority will now in most cases display
the actual current debconf priority and in general behavior becomes
more consistent.
r56986
It does not really make sense to raise the debconf priority one level
at a time when a component is executed successfully after repeated errors.
Instead restore the original debconf priority in one go.
r56985
This can be used for components that should be selectable by users in anna,
but don't have functionality that can be run from the main menu. The change
avoids the need to add a dummy isinstallble script for such components.
Examples are openssh-client and fdisk.
The use of 99900 is deprecated, but needed as components currently use that
number. It can be removed once they have been changed to use 99999.
r52222