Browse Source
- 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.keep-around/43e990ab3f4cc50982f8dbc32e3465ca7c827876

38 changed files with 210 additions and 179 deletions
@ -1,22 +0,0 @@ |
|||
Task: debian-dev |
|||
Section: devel |
|||
Description: Debian package development |
|||
This task package installs packages needed to build Debian packages, |
|||
plus several other packages that while not strictly required, may make |
|||
your life easier. It also contains other information for developers like |
|||
the Debian policy and Debian specific manuals. |
|||
Packages: |
|||
build-essential |
|||
cvs-buildpackage |
|||
lintian |
|||
debhelper |
|||
dh-make |
|||
debmake |
|||
devscripts |
|||
dpkg-dev |
|||
dput |
|||
fakeroot |
|||
debian-policy |
|||
developers-reference |
|||
maint-guide |
|||
gnupg |
@ -1,11 +0,0 @@ |
|||
# Comment. |
|||
Task: demo |
|||
Section: misc |
|||
Description: demo new style task |
|||
This is a demo new style task. It is not intended to ship with debian, |
|||
# Let's make sure a comment can go here. |
|||
really. |
|||
Packages: |
|||
kdebase |
|||
gdm |
|||
|
@ -1,11 +0,0 @@ |
|||
# Comment. |
|||
Task: demo2 |
|||
Section: misc |
|||
Description: another demo new style task |
|||
This is a demo new style task. It is not intended to ship with debian, |
|||
# Let's make sure a comment can go here. |
|||
really. |
|||
Packages: |
|||
kdebase |
|||
gdm |
|||
|
@ -1,8 +1,14 @@ |
|||
Task: mail-server |
|||
Section: server |
|||
Description: IMAP Server |
|||
This is a server for the IMAP protocol. IMAP allows you to keep your |
|||
mail folders on a central server and access them from multiple locations. |
|||
Description: mail server |
|||
This task selects a variety of package useful for a general purpose mail |
|||
server system. |
|||
Packages: |
|||
qpopper # HELP: What's a good pop server? |
|||
mailx |
|||
# perhaps it should include a real mail reader too, but beware holy wars.. |
|||
exim |
|||
procmail |
|||
mailagent |
|||
uw-imapd |
|||
imap-server |
|||
# HELP: what about some webmail thing? |
|||
|
@ -1,12 +1,15 @@ |
|||
Task: news-server |
|||
Section: server |
|||
Description: USENET News Server |
|||
This package will select the preferred version of the INN news server |
|||
# HELP: is runnnig a full usenet news server something enough people |
|||
# to warrant this task? |
|||
# HELP: should usenet really be all caps? (if so, what does it expand to?) |
|||
Description: usenet news server |
|||
This task selects select the preferred version of the INN news server |
|||
software for new Debian installations. |
|||
. |
|||
You do not need this package if you merely wish to read news from an |
|||
existing server, just select the news reader program you desire and it |
|||
will pull in any required pieces. Only use this package if you intend |
|||
will pull in any required pieces. Only use this task if you intend |
|||
to operate a server. |
|||
Packages: |
|||
inn2 |
|||
|
@ -0,0 +1,14 @@ |
|||
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. |
|||
Packages: |
|||
samba |
|||
samba-doc |
|||
smbclient |
|||
swat |
|||
smbfs |
|||
lpr |
|||
magicfilter |
|||
gs |
Loading…
Reference in new issue