Browse Source
- Renamed Essential field to Key, to prevent confusion. - Implemented dropping of tasks that are missing key packages. - Enhanced listpackages.pl with support for listing key packages. - makedesc.pl too. - Key packages do not need to be listed under Packages too. - Updated tcl/tk to 8.4. - Removed localces from language tasks; language-env depends on it. - Changed around what is Key and what is not, more changes than I can record here. - Don't expand lsb package's deps, we want the whole thing or nothing. - Added makeoverride.pl, which will generate an override file from a directory of task files. - Remove user-de and user-es, language-env superscedes. - Back to just gimp for desktop task. - If a task is not in the task desc files, but is in the available file as a Task: line, do not display it.keep-around/43e990ab3f4cc50982f8dbc32e3465ca7c827876

37 changed files with 71 additions and 205 deletions
@ -1,4 +1,11 @@ |
|||
$Id: TODO,v 1.10 2003/07/25 18:06:28 joeyh Exp $ |
|||
$Id: TODO,v 1.11 2003/07/25 23:56:36 joeyh Rel $ |
|||
- fix screen resize code (in dialogs, it doesn't work right) |
|||
- figure out how to properly install the i18n stuff |
|||
- show already installed tasks |
|||
- language tasks like spanish that include stuff like mozilla-locale-es-es |
|||
and openoffice.org-l10n-es pull in all of mozilla and openoffice, which |
|||
is often not the desired effect. Fixes would include: |
|||
- make these packages only recommend the main packages |
|||
- put the language packages in the tasks that pull in OOo and mozilla |
|||
(but this is hard to maintain) |
|||
- stop this translation splitting nonsense |
|||
|
Loading…
Reference in new issue