[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#377970: marked as done (apache: Your debconf templates do not follow the developers-reference)



Your message dated Sun, 20 Jul 2008 10:24:50 +0200
with message-id <20080720082450.GB3194@localhost>
and subject line package removed
has caused the Debian Bug report #377970,
regarding apache: Your debconf templates do not follow the developers-reference
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
377970: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377970
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apache
Severity: minor
Tags: patch

Hi,

There are various problems with your debconf templates (see
http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-config-mgmt).

Full patches are attached, the list of mistakes is:
* badly formatted prompt for multiselect and string templates
* Use of first person
* badly formatted title for note templates

Cheers,

-- 
Thomas Huriaux
--- apache-common.templates.orig	2006-07-12 12:47:24.000000000 +0200
+++ apache-common.templates	2006-07-12 12:49:31.000000000 +0200
@@ -32,12 +32,12 @@
 Template: apache-shared/debconf-modules
 Type: multiselect
 Choices: ${choices}
-_Description: Please select the modules that ${flavour} will load
+_Description: Modules that ${flavour} will load:
 
 Template: apache-shared/restart
 Type: boolean
 Default: false
-_Description: Do you want me to restart ${flavour} now?
+_Description: Should ${flavour} be restarted now?
  Remember that in order to activate the new configuration
  ${flavour} has to be restarted. You can also restart ${flavour}
  manually executing /etc/init.d/${flavour} restart
--- apache-perl.templates.orig	2006-07-12 12:47:28.000000000 +0200
+++ apache-perl.templates	2006-07-12 12:51:59.000000000 +0200
@@ -1,6 +1,6 @@
 Template: apache-perl/upgrade-from-apache-conflict
 Type: note
-_Description: Apache-Perl needs to be reconfigured.
+_Description: Reconfiguration of Apache-Perl needed
  This version of apache-perl has been reorganized from the previously
  installed version; its configuration files have moved to /etc/apache-perl.
  .
@@ -8,7 +8,7 @@
 
 Template: apache-perl/old-pidfile-set
 Type: note
-_Description: Apache-Perl needs a separate PidFile from Apache.
+_Description: Separate PidFile from Apache needed by Apache-Perl
  The installed /etc/apache-perl/httpd.conf contains a reference to
  apache.pid.  Apache-Perl must have its own PidFile, which should be called
  /var/run/apache-perl.pid.  Apache-Perl will not start until this is
@@ -30,7 +30,7 @@
 Template: apache-perl/server-name
 Type: string
 Default: localhost
-_Description: Set the FQDN for apache-perl default server
+_Description: FQDN for apache-perl default server:
  If you do not know which is the FQDN (Fully Qualified
  Domain Name, Ex: www.debian.org) for this computer
  please ask your network administrator or otherwise set
@@ -40,12 +40,12 @@
 Template: apache-perl/server-admin
 Type: string
 Default: webmaster@localhost
-_Description: Set the email address of the apache-perl administrator
+_Description: Email address of the apache-perl administrator:
 
 Template: apache-perl/document-root
 Type: string
 Default: /var/www
-_Description: Set the directory that will contain the web pages for apache-perl default server
+_Description: Directory that will contain the web pages for apache-perl default server:
  The default is set to /var/www according to the FHS.
  If you will use a non default setting the contents of
  /var/www will NOT be touched/moved.
@@ -53,7 +53,7 @@
 Template: apache-perl/server-port
 Type: string
 Default: 80
-_Description: Set the TCP port on which the apache-perl server will listen
+_Description: TCP port on which the apache-perl server will listen:
  If you have more than one server running on the same machine
  you might want to set them to listen on different ports, since
  otherwise one of them will not work.
--- apache-ssl.templates.orig	2006-07-12 12:47:18.000000000 +0200
+++ apache-ssl.templates	2006-07-12 12:50:09.000000000 +0200
@@ -14,7 +14,7 @@
 Template: apache-ssl/server-name
 Type: string
 Default: localhost
-_Description: Set the FQDN for apache-ssl default server
+_Description: FQDN for apache-ssl default server:
  If you do not know which is the FQDN (Fully Qualified
  Domain Name, Ex: www.debian.org) for this computer
  please ask your network administrator or otherwise set
@@ -24,12 +24,12 @@
 Template: apache-ssl/server-admin
 Type: string
 Default: webmaster@localhost
-_Description: Set the email address of the apache-ssl administrator
+_Description: Email address of the apache-ssl administrator:
 
 Template: apache-ssl/document-root
 Type: string
 Default: /var/www
-_Description: Set the directory that will contain the web pages for apache-ssl default server
+_Description: Directory that will contain the web pages for apache-ssl default server:
  The default is set to /var/www according to the FHS.
  If you will use a non default setting the contents of
  /var/www will NOT be touched/moved.
--- apache.templates.orig	2006-07-12 12:47:13.000000000 +0200
+++ apache.templates	2006-07-12 12:48:39.000000000 +0200
@@ -14,7 +14,7 @@
 Template: apache/server-name
 Type: string
 Default: localhost
-_Description: Set the FQDN for apache default server
+_Description: FQDN for apache default server:
  If you do not know which is the FQDN (Fully Qualified
  Domain Name, Ex: www.debian.org) for this computer
  please ask your network administrator or otherwise set
@@ -24,12 +24,12 @@
 Template: apache/server-admin
 Type: string
 Default: webmaster@localhost
-_Description: Set the email address of the apache administrator
+_Description: Email address of the apache administrator:
 
 Template: apache/document-root
 Type: string
 Default: /var/www
-_Description: Set the directory that will contain the web pages for apache default server
+_Description: Directory that will contain the web pages for apache default server:
  The default is set to /var/www according to the FHS.
  If you will use a non default setting the contents of
  /var/www will NOT be touched/moved.
@@ -37,7 +37,7 @@
 Template: apache/server-port
 Type: string
 Default: 80
-_Description: Set the TCP port on which the apache server will listen
+_Description: TCP port on which the apache server will listen:
  If you have more than one server running on the same machine
  you might want to set them to listen on different ports, since
  otherwise one of them will not work.

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Version: 1.3.34-4.1+rm

Apache was removed and apache2 no longer uses debconf.

-- 
Thomas Huriaux


--- End Message ---

Reply to: