Package: phamm
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Thursday, January 03, 2008, I notified you of the beginning of a review
process
concerning debconf templates for phamm.
The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.
Please review the suggested changes are suggested, and if you have any
objections, let me know in the next 3 days.
Please try to avoid uploading phamm with these changes right now.
The second phase of this process will begin on Thursday, January 24, 2008, when
I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Thursday, February 14, 2008. Please avoid uploading a package with fixed
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around Friday, February 15, 2008, I will contact you again and will send a
final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- phamm.old/debian/phamm.templates 2007-12-29 08:25:51.425700293 +0100
+++ phamm/debian/phamm.templates 2008-01-21 07:43:10.048402036 +0100
@@ -1,51 +1,58 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
Template: phamm/ldap-server
Type: string
-_description: LDAP server host address:
- Please enter the host name or the address of the LDAP server you want to
- connect to.
Default: 127.0.0.1
+_Description: LDAP server host:
+ Please enter the host name or IP address of the LDAP server that
+ Phamm should connect to.
Template: phamm/ldap-basedn
Type: string
-_description: Distinguished name of the search base:
- Please enter the distinguished name of the LDAP search base. Many sites
+Default: dc=example,dc=org
+_Description: Distinguished Name of the search base:
+ Please enter the Distinguished Name (DN) of the LDAP search base. Many sites
use the components of their domain names for this purpose. For example,
- the domain "example.com" would use "dc=example,dc=com" as the
- distinguished name of the search base.
-Default: dc=example,dc=tld
+ the domain "example.org" would use "dc=example,dc=org".
Template: phamm/ldap-binddn
Type: string
-_description: Login dn for the LDAP server:
- Enter the name of the account that will be used to log in to the LDAP
- server. If you chose a form based authentication this will be the default
- login dn. In this case you can also leave it empty, if you do not want a
- default one.
Default: cn=manager,dc=example,dc=tld
+_Description: Login DN for the LDAP server:
+ Please enter the Distinguished Name of the account that will be used
+ to log in to the LDAP server. If you use form-based authentication
+ this will be the default login DN. In this case leaving it empty will
+ prevent the creation of a default login DN.
Template: phamm/ldap-bindpw
-Type: string
-_description: Login password for the LDAP server:
- Enter the password that will be used to log in to the LDAP server.
+Type: password
Default: secret
+_Description: Login password for the LDAP server:
+ Please enter the password that will be used to log in to the LDAP server.
Template: phamm/plugins
Type: multiselect
-_description: Which plugins you want Phamm supports:
-_Choices: mail, alias, ftp, person, proxy
-Default: mail
+__Choices: mail, alias, ftp, person, proxy
+_Default: mail
+_Description: Plugins to be supported by Phamm:
Template: phamm/reconfigure-webserver
Type: multiselect
-_description: Web server which will be reconfigured automatically:
+Choices: apache, apache-ssl, apache-perl, apache2
+Default: apache, apache-ssl, apache-perl, apache2
+_Description: Web server to reconfigure automatically:
Phamm supports any web server that PHP does, but this automatic
configuration process only supports Apache.
-_Choices: apache, apache-ssl, apache-perl, apache2
-Default: apache, apache-ssl, apache-perl, apache2
Template: phamm/restart-webserver
Type: boolean
-_description: Restart of your webserver(s)?
- Remember that in order to apply the changes your webserver(s) has/have to
- be restarted.
Default: true
+_Description: Restart the webserver(s)?
+ In order to apply the changes, the webserver(s) must be restarted.
--- phamm.old/debian/control 2007-12-29 08:25:51.425700293 +0100
+++ phamm/debian/control 2008-01-18 21:00:04.604409186 +0100
@@ -8,15 +8,20 @@
Package: phamm
Architecture: all
Depends: apache2 | httpd, php5-ldap | php4-ldap, libapache2-mod-php5 |
libapache-mod-php5 | php5-cgi | php5 | libapache2-mod-php4 | libapache-mod-php4
| php4 (>= 4.1.0) | php4-cgi, debconf (>= 0.5) | debconf-2.0, ${misc:Depends}
-Description: a PHP front-end to manage virtual services using LDAP
- Phamm provides an useful PHP front-end with multi-role access to manage
- virtual services using a LDAP backend. Phamm works with a plug-in system,
- the typical service is a mail server with virtual mail domain support
- but other plug-ins are available (ftp, proxy...). It is easy create or
- customize existing plug-ins for Phamm using XML descriptor files.
+Description: PHP front-end to manage virtual services with LDAP - main package
+ Phamm is a useful PHP front-end providing role-based administrative
+ access to virtual services using an LDAP back-end.
+ .
+ Phamm works with a plug-in system: the typical service is a mail
+ server with virtual mail domain support, but plug-ins are also
+ available for FTP, web proxying, and so on. The use of XML descriptor
+ files simplifies creating new plugins or customizing existing ones.
Package: phamm-ldap
Architecture: all
Depends: gnarwl
-Description: Phamm LDAP backend files
- Phamm backend require own phamm.schema and custom ACL.
+Description: PHP front-end to manage virtual services with LDAP - back-end
files
+ Phamm is a useful PHP front-end providing role-based administrative
+ access to virtual services using an LDAP back-end.
+ .
+ This package provides Phamm's own LDAP schema file and custom ACL.