Package: mantis

Severity: normal
Tags: patch

Dear Debian maintainer,

On Monday, May 28, 2007, I notified you of the beginning of a review process
concerning debconf templates for mantis.

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 mantis with these changes right now.

The second phase of this process will begin on Tuesday, June 12, 2007, 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
Sunday, June 24, 2007. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

On Monday, June 25, 2007, 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')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941
--- /home/kevin/debian/smith/mantis/mantis.old/debian/templates 2007-05-28 
10:01:17.000000000 -0400
+++ /home/kevin/debian/smith/mantis/mantis/debian/templates     2007-06-09 
09:42:38.000000000 -0400
@@ -1,39 +1,48 @@
+   
 Template: mantis/admin
 Type: string
 Default: [EMAIL PROTECTED]
-_Description: Email address of the Mantis Administrator:
- This is mainly prompted to the user in case of errors that might
- require the intervention of the system administrator.
+_Description: Mantis administrator e-mail address:
+ Please enter the e-mail address of the administrator who will troubleshoot
+ user reported errors.
 
 Template: mantis/webmaster
 Type: string
 Default: [EMAIL PROTECTED]
-_Description: Email address of the webmaster:
- This address is displayed in the bottom of all Mantis pages.
+_Description: Mantis webmaster e-mail address:
+ Please enter the webmaster's e-mail address. It will be displayed at the
+ bottom of all Mantis pages.
 
 Template: mantis/from
 Type: string
 Default: [EMAIL PROTECTED]
-_Description: Sender address for bug reports emails:
- This email address will be used in all emails sent by Mantis.
+_Description: Sender address for bug report e-mails:
+ Please enter the address used as the origin address for Mantis bug report
+ e-mails.
 
 Template: mantis/bounce
 Type: string
 Default: [EMAIL PROTECTED]
-_Description: Email address for bounce-handling:
- Bounced mail is directed to this address. Typically, this is set to
- the administrator's email address.
+_Description: E-mail address for bounce-handling:
+ Please enter the address where bounced e-mails will be
+ directed. Typically, this should be set to be the same as the
+ administrator's e-mail address.
+
 
 Template: mantis/webserver
 Type: multiselect
 Choices: apache, apache-ssl, apache-perl, apache2
-DefaultChoice: apache2 
-_Description: Web server(s) that should be configured automatically:
+DefaultChoice: apache2
+_Description: Web server to configure:
+ Apache can be automatically configured to use Mantis by creating links in
+ /etc/{apache-version}/conf.d/. Please select all versions of Apache you would
+ like to automatically configure.
 
 Template: mantis/passwordnote
 Type: note
-_Description: Note on default password
- Per default this package is installed with an Administrator account.
- Password for this account is: root.
+_Description: Administrator's password must be changed:
+ By default, the mantis package creates an administrator account. The
+ password for this account is 'root'.
  .
- It is highly recommended to change this password after the installation.
+ It is highly recommended to change this password immediately after
+ installation is complete.
--- /home/kevin/debian/smith/mantis/mantis.old/debian/control   2007-05-28 
10:01:17.000000000 -0400
+++ /home/kevin/debian/smith/mantis/mantis/debian/control       2007-06-07 
08:14:40.000000000 -0400
@@ -10,8 +10,23 @@
 Pre-Depends: dbconfig-common
 Depends: debconf, apache2 | apache | apache-ssl | apache-perl, 
libapache2-mod-php5 | libapache2-mod-php4 | libapache2-mod-php4| 
libapache-mod-php4, php5-mysql | php4-mysql, php5-cli | php4-cli, libphp-adodb, 
libphp-phpmailer, mysql-client
 Description: web-based bug tracking system
- Mantis is a bug tracking system based on PHP / MySQL.
- The software resides on a webserver, while any webbrowser should be able to
- function as a client.
+ Mantis is an issue tracker implemented in PHP. While Mantis features
+ multi-DBMS support, this package automatically installs MySql. It has a
+ significant list of features, including:
+   * Web based access
+   * Simple/advanced issue pages
+   * Multiple projects per instance
+   * Support for projects, sub-projects, and categories
+   * Users can have different access level per project
+   * Changelog support
+   * Roadmap
+   * My View page
+   * Search and filter
+   * Built-in reporting (reports/graphs)
+   * Custom fields
+   * E-mail notifications
+   * Users can monitor specific issues
+   * RSS feeds
+   * and more
  .
   Homepage: http://www.mantisbugtracker.com
Source: mantis
Section: web
Priority: optional
Maintainer: Patrick Schoenfeld <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5), dpatch, po-debconf
Standards-Version: 3.7.2

Package: mantis
Architecture: all
Pre-Depends: dbconfig-common
Depends: debconf, apache2 | apache | apache-ssl | apache-perl, 
libapache2-mod-php5 | libapache2-mod-php4 | libapache2-mod-php4| 
libapache-mod-php4, php5-mysql | php4-mysql, php5-cli | php4-cli, libphp-adodb, 
libphp-phpmailer, mysql-client
Description: web-based bug tracking system
 Mantis is an issue tracker implemented in PHP. While Mantis features
 multi-DBMS support, this package automatically installs MySql. It has a
 significant list of features, including:
   * Web based access
   * Simple/advanced issue pages
   * Multiple projects per instance
   * Support for projects, sub-projects, and categories
   * Users can have different access level per project
   * Changelog support
   * Roadmap
   * My View page
   * Search and filter
   * Built-in reporting (reports/graphs)
   * Custom fields
   * E-mail notifications
   * Users can monitor specific issues
   * RSS feeds
   * and more
 .
  Homepage: http://www.mantisbugtracker.com
   
Template: mantis/admin
Type: string
Default: [EMAIL PROTECTED]
_Description: Mantis administrator e-mail address:
 Please enter the e-mail address of the administrator who will troubleshoot
 user reported errors.

Template: mantis/webmaster
Type: string
Default: [EMAIL PROTECTED]
_Description: Mantis webmaster e-mail address:
 Please enter the webmaster's e-mail address. It will be displayed at the
 bottom of all Mantis pages.

Template: mantis/from
Type: string
Default: [EMAIL PROTECTED]
_Description: Sender address for bug report e-mails:
 Please enter the address used as the origin address for Mantis bug report
 e-mails.

Template: mantis/bounce
Type: string
Default: [EMAIL PROTECTED]
_Description: E-mail address for bounce-handling:
 Please enter the address where bounced e-mails will be
 directed. Typically, this should be set to be the same as the
 administrator's e-mail address.


Template: mantis/webserver
Type: multiselect
Choices: apache, apache-ssl, apache-perl, apache2
DefaultChoice: apache2
_Description: Web server to configure:
 Apache can be automatically configured to use Mantis by creating links in
 /etc/{apache-version}/conf.d/. Please select all versions of Apache you would
 like to automatically configure.

Template: mantis/passwordnote
Type: note
_Description: Administrator's password must be changed:
 By default, the mantis package creates an administrator account. The
 password for this account is 'root'.
 .
 It is highly recommended to change this password immediately after
 installation is complete.

Attachment: signature.asc
Description: Digital signature

Reply via email to