--- Begin Message ---
Package: phpmyadmin
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Friday, November 09, 2007, I notified you of the beginning of a review
process
concerning debconf templates for phpmyadmin.
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 phpmyadmin with these changes right now.
The second phase of this process will begin on Saturday, December 01, 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
about Saturday, December 22, 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.
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 Sunday, December 23, 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'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- phpmyadmin.old/debian/templates 2007-11-08 05:15:57.701382867 +0000
+++ phpmyadmin/debian/templates 2007-11-28 08:18:53.075222418 +0000
@@ -1,31 +1,43 @@
+# 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: phpmyadmin/reconfigure-webserver
Type: multiselect
Choices: apache2, apache, apache-ssl, apache-perl, lighttpd
-Default:
_Description: Web server to reconfigure automatically:
- phpMyAdmin supports any web server that PHP does, but this automatic
- configuration process only supports Apache.
+ Please choose the web server that should be automatically configured
+ to run phpMyAdmin.
Template: phpmyadmin/setup-username
Type: string
Default: admin
-_Description: User name for web-based setup system:
- phpMyAdmin comes with a setup script that can help you with creating
- a configuration. The script is located at
http://localhost/phpmyadmin/scripts/setup.php.
- For security reasons it requires authorization.
+_Description: Username for web-based setup system:
+ The setup system for phpMyAdmin may be used, after installation, from
+ http://localhost/phpmyadmin/scripts/setup.php.
+ .
+ Access to this system requires identification with a username and a
+ password.
.
- Leave empty if you want to use the default user name 'admin'.
+ If you leave this field empty, the default username ('admin') will be used.
Template: phpmyadmin/setup-password
Type: password
Default:
_Description: Password for web-based setup system:
- phpMyAdmin comes with a setup script that can help you with creating
- a configuration. The script is located at
http://localhost/phpmyadmin/scripts/setup.php.
- For security reasons it requires authorization.
+ The setup system for phpMyAdmin may be used, after installation, from
+ http://localhost/phpmyadmin/scripts/setup.php.
.
- You can manage the usernames and passwords with the `htpasswd' command.
- They are stored in the file /etc/phpmyadmin/htpasswd.setup
+ Access to this system requires identification with a username and a
+ password.
.
- Leave empty if you want to disable access to the web-based setup.
-
+ Usernames and passwords may be managed with the `htpasswd' command and
+ are stored in /etc/phpmyadmin/htpasswd.setup.
+ .
+ If you leave this field empty, access to the web-based setup will be
+ disabled.
--- phpmyadmin.old/debian/control 2007-11-08 05:15:57.701382867 +0000
+++ phpmyadmin/debian/control 2007-11-28 08:18:57.075014698 +0000
@@ -14,29 +14,30 @@
Depends: libapache2-mod-php5 | libapache-mod-php5 | php5-cgi | php5 |
libapache2-mod-php4 | libapache-mod-php4 | php4 | php4-cgi, php5-mysql |
php5-mysqli | php4-mysql, php5-mcrypt | php4-mcrypt, perl, ${misc:Depends}
Recommends: apache2 | lighttpd | httpd, php5-gd | php4-gd
Suggests: mysql-server
-Description: Administrate MySQL over the WWW
- phpMyAdmin is intended to handle the administration of MySQL over the WWW.
- Currently it can:
- - easily browse through databases and tables
- - create, copy, rename, alter and drop databases
- - create, copy, rename, alter and drop tables
- - do table maintenance
- - add, edit and drop fields
- - execute any SQL-statement, even multiple queries
- - create, alter and drop indexes
- - load text files into tables
- - create and read dumps of tables or databases
- - export data to SQL, CSV, XML, Word, Excel, PDF and Latex formats
- - administer multiple servers
- - manage MySQL users and privileges
- - check server settings and runtime information with configuration hints
- - check referential integrity in MyISAM tables
- - using Query-by-example (QBE), create complex queries automatically
- connecting required tables
- - create PDF graphics of your Database layout
- - search globally in a database or a subset of it
- - transform stored data into any format using a set of predefined
- functions, like displaying BLOB-data as image or download-link
- - support InnoDB tables and foreign keys
- - support mysqli, the improved MySQL extension
- - communicate in 50 different languages
+Description: MySQL web administration tool
+ This package allows administering of MySQL with a web interface.
+ .
+ It allows administrators to:
+ - browse through databases and tables;
+ - create, copy, rename, alter and drop databases;
+ - create, copy, rename, alter and drop tables;
+ - perform table maintenance;
+ - add, edit and drop fields;
+ - execute any SQL-statement, even multiple queries;
+ - create, alter and drop indexes;
+ - load text files into tables;
+ - create and read dumps of tables or databases;
+ - export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
+ - administer multiple servers;
+ - manage MySQL users and privileges;
+ - check server settings and runtime information with configuration hints;
+ - check referential integrity in MyISAM tables;
+ - create complex queries using Query-by-example (QBE), automatically
+ connecting required tables;
+ - create PDF graphics of database layout;
+ - search globally in a database or a subset of it;
+ - transform stored data into any format using a set of predefined
+ functions, such as displaying BLOB-data as image or download-link;
+ - support InnoDB tables and foreign keys;
+ - support mysqli, the improved MySQL extension;
+and is fully internationalized and localized in dozens of languages.
--- End Message ---