~ubuntubudgie-dev/tasksel/ubuntu-budgie-tasksel-proposal.zesty

« back to all changes in this revision

Viewing changes to README

  • Committer: Joey Hess
  • Date: 2001-05-18 02:02:02 UTC
  • Revision ID: git-v1:9aadd503b5a19ad2c7d4790e7af67660cb60d557
My changes:
  * 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id: README,v 1.1 1999/11/21 22:01:04 tausq Exp $
 
1
$Id: README,v 1.2 2001/05/18 02:02:02 joeyh Rel $
2
2
Task Selection UI v0.1
3
3
Nov 20, 1999
4
4
Randolph Chung <tausq@debian.org>
8
8
The interface GUI is based on libslang. It has no other special library 
9
9
dependencies.
10
10
 
11
 
On startup, the tasksel program will read /var/lib/dpkg/available to
12
 
identify task packages (matching "task-*"). These packages will be
13
 
presented in a simple list selection screen with their short descriptions.
14
 
Users can drill down into the task packages to see detailed descriptions and
15
 
some information about the packages in the task.
 
11
On startup, the tasksel program will read
 
12
/usr/share/tasksel/debian-tasks.desc for information about what tasks are
 
13
available and their descriptions and sections. Next it will read
 
14
/var/lib/dpkg/available. Task: fields in that file can be used to state
 
15
that a package belongs to a task or tasks. Also, the package names are used 
 
16
to identify task packages (matching "task-*").
 
17
 
 
18
The tasks will be presented in a simple list selection screen with
 
19
their short descriptions.  Users can drill down into the tasks to
 
20
see detailed descriptions and some information about the packages in the
 
21
task.
16
22
 
17
23
On exit, tasksel executes the appropriate apt-get command to install the
18
24
selected packages. If the -t option is given, then tasksel prints out the