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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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
tasksel (1.3-1) unstable; urgency=low
 
2
 
 
3
  * Added support for task description files.
 
4
  * Read in /usr/share/tasksel/debian-tasks.desc as a task description
 
5
    file.
 
6
  * Added makedesc.pl, a program to generate a task description file from
 
7
    a set of task descriptions.
 
8
  * Got rid of all the name prettification code since it is no longer used
 
9
    anyway.
 
10
  * Killed filterdescription, the task packages in woody actually don't
 
11
    have that problem anymore.
 
12
  * Don't move cursor to the right after a task is selected.
 
13
  * Removed unused tasksel.man from source package (keep pod).
 
14
  * Fixed an obscure bug if a task package happened to be the last thing in
 
15
    the available file.
 
16
  * Enable debug mode by default, but turn it off when building from the
 
17
    rules file.
 
18
 
 
19
 -- Joey Hess <joeyh@debian.org>  Thu, 17 May 2001 14:47:06 -0400
 
20
 
 
21
tasksel (1.2-1) unstable; urgency=low
 
22
 
 
23
  * Use "Section:" fields to break tasks into different sections. Have a
 
24
    hardcoded list of default sections, with a defined order; remaining
 
25
    sections get added to the end, in alphabetical order. Sections that
 
26
    don't match "tasks-*" are ignored.
 
27
 
 
28
  * "tasksel install foo bar baz" as a replacement for "apt-get install
 
29
    task-foo task-bar task-baz"
 
30
 
 
31
  * Increase the size of the "apt-get install" command line buffer.
 
32
 
 
33
 -- Anthony Towns <aj@azure.humbug.org.au>  Tue, 15 May 2001 15:02:01 +1000
 
34
 
1
35
tasksel (1.1-1) unstable; urgency=low
2
36
 
3
37
  * Support "Task:" headers to include a package in a task.