Package: aolserver4 Severity: minor Tags: patch Hi,
There are different problems with your debconf templates. A full patch is attached, here are my comments: >-Template: aolserver4/introduction >-Type: note >-_Description: Welcome to the AOLserver 4. >- AOLserver is a multithreaded, Tcl-enabled, high-performance webserver. >- . >- This software is designed to run multiple domains on a single machine. >- We will set up just one (main) right now. You can modify the configuration >- file in /etc/aolserver4 and its init script yourself for more complicated >- configurations. Please remove this template, this is typical debconf abuse. It annoys the user by pausing the installation process with a template that has no added value for the configuration of the package. This information belong partly to the package description, partly to the normal documentation of the package. > Template: aolserver4/hostname > Type: string > Default: localhost >-_Description: Enter an hostname: >+_Description: Hostname of the server: Do not use any imperative form, as the user is clever enough to know that he/she has to enter something. >@@ -22,10 +12,10 @@ > Template: aolserver4/address > Type: string > Default: 127.0.0.1 >-_Description: Enter an IP address number: >+_Description: IP address to listen to: See above. > The server needs at least an IP address to listen to. > It is generally the primary Ethernet interface (or the loopback address, >- if you would to use the server just locally). >+ if you would like to use the server just locally). I'm not a native speaker, but "like" seems to be missing. > Template: aolserver4/port > Type: string > Default: 80 >-_Description: Enter a TCP port: >+_Description: TCP port: See above. >- It is recommended that you use the default. >+ The default is recommanded. Suggested rephrasing. >- . >+ This is pointless at the end of a template. Cheers, -- Thomas Huriaux
--- aolserver4.templates.orig 2006-07-12 12:12:18.000000000 +0200 +++ aolserver4.templates 2006-07-12 12:16:00.000000000 +0200 @@ -1,17 +1,7 @@ -Template: aolserver4/introduction -Type: note -_Description: Welcome to the AOLserver 4. - AOLserver is a multithreaded, Tcl-enabled, high-performance webserver. - . - This software is designed to run multiple domains on a single machine. - We will set up just one (main) right now. You can modify the configuration - file in /etc/aolserver4 and its init script yourself for more complicated - configurations. - Template: aolserver4/hostname Type: string Default: localhost -_Description: Enter an hostname: +_Description: Hostname of the server: The server needs an hostname to be exposed on redirect pages URL and for informative purposes to identify itself. . @@ -22,10 +12,10 @@ Template: aolserver4/address Type: string Default: 127.0.0.1 -_Description: Enter an IP address number: +_Description: IP address to listen to: The server needs at least an IP address to listen to. It is generally the primary Ethernet interface (or the loopback address, - if you would to use the server just locally). + if you would like to use the server just locally). . The default address is the loopback one, which is not recommended for general (network or Internet) use. @@ -33,11 +23,11 @@ Template: aolserver4/port Type: string Default: 80 -_Description: Enter a TCP port: +_Description: TCP port: AOLserver needs a port number assigned for its use. This is almost always port 80 (the standard HTTP port), but might be different if you have installed a second web server, or have some other service listening on this port. . - It is recommended that you use the default. - . + The default is recommanded. +
signature.asc
Description: Digital signature

