Browse Source

* Modifications to existing tasks:

- 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.
keep-around/43e990ab3f4cc50982f8dbc32e3465ca7c827876
Joey Hess 22 years ago
parent
commit
5a1ada0a74
  1. 16
      debian/changelog
  2. 2
      tasks/desktop
  3. 24
      tasks/dialup
  4. 5
      tasks/file-server
  5. 19
      tasks/modem
  6. 3
      tasks/print-server
  7. 1
      tasks/tex
  8. 9
      tasks/web-server

16
debian/changelog

@ -1,3 +1,19 @@
tasksel (1.3-3) unstable; urgency=low
* Modifications to existing tasks:
- 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.
-- Joey Hess <joeyh@debian.org> Wed, 23 May 2001 23:50:32 -0400
tasksel (1.3-2) unstable; urgency=low
* Modifications to existing tasks:

2
tasks/desktop

@ -52,3 +52,5 @@ Packages:
kruler
mozilla
menu
aviword
gimp

24
tasks/dialup

@ -0,0 +1,24 @@
Task: dialup
Section: hware
Description: dialup utilities
This task selects packages that address special needs of computers
using a part-time dialup connection (by modem, ISDN, ADSL, or cable).
Packages:
# Modem:
diald
dialdcost
ppp
pppconfig
wvdial
# ISDN:
isdnutils
#sox # This is in task-dialup-isdn, but why? Ask maintainer.
# DSL, cable:
pppoe
# Other handy stuff for dialup connections:
anacron
fetchmail
junkbuster
wwwoffle
leafnode
lftp

5
tasks/file-server

@ -2,8 +2,11 @@ Task: file-server
Section: server
Description: File server
This task sets up your system to be a file server. It includes
the samba server for Windows OS/2 or DOS clients, and a NFS server.
the samba server for Windows, OS/2, or DOS clients, netatalk for Apple
clients, and a NFS server.
# HELP:L what about novell?
Packages:
netatalk
samba
samba-doc
smbclient

19
tasks/modem

@ -1,19 +0,0 @@
Task: modem
Section: hware
Description: dialup utilities
This task selects packages that address special needs of computers
using a part-time dialup connection.
Packages:
anacron
diald
dialdcost
fetchmail
junkbuster
lynx
ppp
pppconfig
wget
wvdial
wwwoffle
leafnode
lftp

3
tasks/print-server

@ -2,7 +2,8 @@ Task: print-server
Section: server
Description: print server
This task sets up your system to be a print server. It includes
the samba server for Windows OS/2 or DOS clients.
the samba server for Windows OS/2 or DOS clients, netatalk for Apple
clients, and a standard lpr for unix clients.
Packages:
samba
samba-doc

1
tasks/tex

@ -19,3 +19,4 @@ Packages:
latex2html
postscript-viewer
hyperlatex
lyx

9
tasks/web-server

@ -0,0 +1,9 @@
Task: web-server
Section: server
Description: web server
This task selects a variety of package useful for a general purpose web
server system
Packages:
apache
analog
# TODO: what else? dwww? cgi and/or dynamic web site stuff?
Loading…
Cancel
Save