Closes: #116609, #129999
* Make the basic-desktop task incude all of x-window-system (so it gets a
WM and xterm and so on), while the desktop task uses just
x-window-system-core (because it already has a WM and so on from
gnome and kde). Closes: #129217
* Removed pydb from python task, because Colin Watson said to.
Closes: #129520
* it.po translation added, da.po added (Closes: #122668), ja.po updated,
pt_BR updated (Closes: #122965)
Closes: #116609, #129999
* Make the basic-desktop task incude all of x-window-system (so it gets a
WM and xterm and so on), while the desktop task uses just
x-window-system-core (because it already has a WM and so on from
gnome and kde). Closes: #129217
* Removed pydb from python task, because Colin Watson said to.
Closes: #129520
* it.po translation added, da.po added (Closes: #122668), ja.po updated.
- data.c: Made tasksel process fields after the long description. This was
stopping tasksel for handling the new Packages files that actually
include Task: headers, so it's kinda useful. :)
- tasksel.c: When no tasks are present, print a trailing newline.
- added language-env to all language tasks that it supports
- added netatalk to file-server and print-server
- renamed modem to dialup, and added stuff for isdn and pppoe to it.
Also removed a few things like lynx from the task.
- added aviword to desktop, so there is a basic word processor in there
- added gimp to desktop too, it's too handy not to be there
- added lyx to tex
* New tasks:
- web-server -- currently includes only the bare basics, suggestions
appreciated.
- Replaced talk of "this [meta]package" with "this task", and like
changes.
- In l10n tasks, s/-speaking// for consistency.
- Make all l10n tasks include locales. It's in base, so this is of
dubious utility, but some had it and some not.
- Changed short descriptions of basic-desktop and desktop in an attempt
to clarify how they're different.
- Added some comments here and there for unresolved issues.
- Largely rewrote Debian Jr. descriptions.
- Added menu to desktop task.
- Rejiggered mail-server, to be a general purpose mail server, not just
imap.
- Moved samba-server to file-server, and made that include nfs stuff
too.
- Added a print-server task, that also includes samba, along with other
stuff.
- Killed debian-dev(el) task, since it does not meet our task criteria
-- nowhere near 10% of debian users are debian developers (we hope!),
and probably not enough regular users will use this package to make
up the difference. This is my own package, so I'm willing to be
persuaded otherwise, though..
- Removed misc window managers from the desktop task. It is unnecessary
to list them there, since anXious will let the user choose.
- Killed the demo tasks.
- Went for consistent capitalization of the short descriptions. Just
capitalize proper names. I'm not sure if I like this effect, we may
want to capitalize the first word of each description too.
- Sundry other changes of little note.
* Replaced several occurrances of "task packages" with "tasks" elsewhere
in tasksel.
* Added -a switch, to show all tasks, even empties. Mostly useful before
we get tasks into the Packages files, for a global overview of how the
* Added lint check to makedesc.pl -- it will warn at build time
about tasks that list unavailable packages. This caught several
references to virtual packages, etc already, that need to be fixed..
* VERSION in Makefile automatically tracks changelog.
* Added support for task description files.
* Read in /usr/share/tasksel/debian-tasks.desc as a task description
file.
* Added makedesc.pl, a program to generate a task description file from
a set of task descriptions.
* Got rid of all the name prettification code since it is no longer used
anyway.
* Killed filterdescription, the task packages in woody actually don't
have that problem anymore.
* Don't move cursor to the right after a task is selected.
* Removed unused tasksel.man from source package (keep pod).
* Fixed an obscure bug if a task package happened to be the last thing in
the available file.
* Enable debug mode by default, but turn it off when building from the
rules file.
Aj's changes:
* Use "Section:" fields to break tasks into different sections. Have a
hardcoded list of default sections, with a defined order; remaining
sections get added to the end, in alphabetical order. Sections that
don't match "tasks-*" are ignored.
* "tasksel install foo bar baz" as a replacement for "apt-get install
task-foo task-bar task-baz"
* Increase the size of the "apt-get install" command line buffer.