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

Bug#431695: marked as done (myphpmoney: [debconf_rewrite] Debconf templates and debian/control review)



Your message dated Sat, 28 Jul 2007 18:02:04 +0000
with message-id <E1IEqc8-00032A-Gz@ries.debian.org>
and subject line Bug#431695: fixed in myphpmoney 1.3RC3+dfsg-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: myphpmoney
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Friday, June 15, 2007, I notified you of the beginning of a review process
concerning debconf templates for myphpmoney.

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

The second phase of this process will begin on Saturday, July 07, 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
Thursday, July 19, 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 Friday, July 20, 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.21-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
--- myphpmoney.old/debian/templates	2007-06-10 08:18:55.274814766 +0200
+++ myphpmoney/debian/templates	2007-07-04 12:31:49.308072017 +0200
@@ -1,84 +1,83 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: myphpmoney/configuration
 Type: boolean
 Default: false
 _Description: Do you want to configure MyPhpMoney now?
- MyPhpMoney needs to be configured before its use, i.e. the MySQL database
- should be created and the Apache Web Server should be configured.
+ MyPhpMoney needs to be configured before its use: the MySQL database
+ should be created and the Apache web server should be configured.
  .
- For that you will need the username and the password of your MySQL
- database administrator.
+ To achieve this, you will need to provide the login name and the
+ password of the MySQL database server administrator.
  .
  If you want to configure it later, you should run 'dpkg-reconfigure
  myphpmoney'.
 
-Template: myphpmoney/webservers
-Type: multiselect
-Choices: ${webservers}
-Default: apache, apache-ssl, apache-perl, apache2
-_Description: Please select which Web Server you want to use for MyPhpMoney
- MyPhpMoney currently only supports Apache type Web Servers.
-
 Template: myphpmoney/databasemgr_server
 Type: string
 Default: localhost
-_Description: What is the hostname where your database is running?
- If your database is on another machine besides the one that MyPhpMoney is
- running on then you need to change this value to the fully qualified
- domain name for that system.  If you wish to access it locally, simply
- use "localhost" here.
+_Description: Database server host name:
+ The database for MyPhpMoney may be hosted on a remote server.
+ .
+ Please enter the fully qualified domain name for that system.
+ .
+ If the database is hosted locally, please enter 'localhost'.
 
 Template: myphpmoney/database_name
 Type: string
 Default: myphpmoney
-_Description: What name do you want for your MyPhpMoney database?
- This is where all the MyPhpMoney data will be stored.
+_Description: MyPhpMoney database name:
+ Please enter the name of the database where MyPhpMoney data will be stored.
 
 Template: myphpmoney/mysql_user
 Type: string
 Default: myphpmoney
-_Description: What is your MySQL database username?
- What username will access the MySQL database for MyPhpMoney?  This user
- will be created if it doesn't already exist.  Note that your database
- manager must be configured to allow password authentication or MyPhpMoney
- will not work.
+_Description: MySQL database login name:
+ Please enter the name of the MySQL account to be used for the
+ MyPhpMoney database.
+ .
+ It will be created if it doesn't already exist.
+ .
+ Please note that the database server software must be configured to allow
+ password authentication.
 
 Template: myphpmoney/database_pass
 Type: password
-_Description: What is the password you wish to use for the database user?
- Enter a password for the database user (leave blank for no password). This
- is the password that will be used along with the database user name you
- have already supplied to connect to the database.
+_Description: MySQL database password:
+ Please enter the password of the MySQL account to be used for the
+ MyPhpMoney database. Leave this blank to use no password.
 
 Template: myphpmoney/mysql_dbadmin
 Type: string
 Default: root
-_Description: Enter the username of your MySQL database administrator.
- This is the database admin username used to create MyPhpMoney database and
- user.  For MySQL databases, this is usually "root".
+_Description: MySQL database server administrator:
+ Please enter the database server administrator's login name. MySQL 
+ database server software generally uses 'root'.
 
 Template: myphpmoney/dbadmpass
 Type: password
-_Description: What is your admin database password?
- Enter the password for your database admin user to access the database.
+_Description: MySQL database server administrator password:
+ Please enter the database server administrator's password.
 
 Template: myphpmoney/dbcreateerror
-Type: note
-_Description: Error: failed to set up MyPhpMoney database properly !
- MyPhpMoney installation program failed to set up a database properly for
- its needs.  Please make sure all of parameters you supplied are correct
- and that your database manager is running.  Install MyPhpMoney again to
- make it working.
-
-Template: myphpmoney/installed
-Type: note
-_Description: MyPhpMoney is now installed
- MyPhpMoney setup was successfully completed.  You can now test MyPhpMoney
- by using your favourite browser to visit ${site}.
+Type: error
+_Description: MyPhpMoney database creation failure
+ The MyPhpMoney installation program failed to properly set up a database.
+ Please make sure all of the parameters you supplied are correct and that
+ the database server software is running.
+ .
+ Please re-install MyPhpMoney to create the database.
 
 Template: myphpmoney/postrm_remove_database
 Type: boolean
 Default: false
-_Description: Remove database after "purging" the myphpmoney package?
- Should I remove the database when you purge the myphpmoney package with
- the "dpkg --purge myphpmoney" command (i.e.  remove everything including
- the configuration) later on? (default is not)
+_Description: Remove database after purging the myphpmoney package?
+ Please choose whether MyPhpMoney's database should be removed when
+ the myphpmoney package is purged.
--- myphpmoney.old/debian/control	2007-06-10 08:18:55.274814766 +0200
+++ myphpmoney/debian/control	2007-06-21 00:35:44.804490249 +0200
@@ -9,17 +9,16 @@
 Architecture: all
 Depends: apache (>= 1.3.29.0.1-1) | apache-ssl (>= 1.3.29.0.1-1) | apache-perl (>= 1.3.29.0.1-1) | httpd, php4 (>= 4.0.3pl1) | php4-cgi (>= 4.0.3pl1) | libapache-mod-php4 | libapache2-mod-php4, php4-mysql, php4-gd, mysql-client, wwwconfig-common (>= 0.0.19), ttf-bitstream-vera, ${misc:Depends}
 Recommends: mysql-server-4.1 | mysql-server-5.0
-Description: Finance manager written in PHP
- MyPhpMoney is a finance manager written in PHP. It consists of 6 modules:
-   * Count book (to enter your operations and balance your accounts) ;
-   * Schedule of payments (to allow you to know the date due on your 
-     coming payments) ;
-   * Operation and Recipient (to see a summary of operations, with the 
-     origin and the destination of your money) ;
-   * Loan simulation
-   * Backup MySql 
-   * Options & Configuration.
+Description: finance manager
+ MyPhpMoney includes 6 modules:
+  - Accounting book (to enter operations and balance accounts);
+  - Payment schedule (to run a scheduler for upcoming payments);
+  - Operation and recipient (to see a summary of operations, with the 
+    origin and the destination of the money);
+  - Loan simulation;
+  - Database backup;
+  - Options and configuration.
  .
- It runs using Apache for web server and MySQL for the database.
+ It needs an Apache web server and MySQL as database server software.
  .
   Homepage: http://myphpmoney.sourceforge.net

--- End Message ---
--- Begin Message ---
Source: myphpmoney
Source-Version: 1.3RC3+dfsg-5

We believe that the bug you reported is fixed in the latest version of
myphpmoney, which is due to be installed in the Debian FTP archive:

myphpmoney_1.3RC3+dfsg-5.diff.gz
  to pool/main/m/myphpmoney/myphpmoney_1.3RC3+dfsg-5.diff.gz
myphpmoney_1.3RC3+dfsg-5.dsc
  to pool/main/m/myphpmoney/myphpmoney_1.3RC3+dfsg-5.dsc
myphpmoney_1.3RC3+dfsg-5_all.deb
  to pool/main/m/myphpmoney/myphpmoney_1.3RC3+dfsg-5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 431695@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Perrier <bubulle@debian.org> (supplier of updated myphpmoney package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 28 Jul 2007 08:36:51 +0200
Source: myphpmoney
Binary: myphpmoney
Architecture: source all
Version: 1.3RC3+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Christian Perrier <bubulle@debian.org>
Description: 
 myphpmoney - finance manager
Closes: 312998 312999 414942 428138 428296 428439 428878 428916 428917 428980 431695 432313 432699 433016 433017 433094 433473 433512 433994 434265 434330
Changes: 
 myphpmoney (1.3RC3+dfsg-5) unstable; urgency=low
 .
   * QA upload
   * Debconf templates and debian/control reviewed by the debian-l10n-
     english team as part of the Smith review project.
     Closes: #431695, #433017, #428917, #312999
   * Debconf translation updates:
     - Spanish. Closes: #414942
     - Swedish. Closes: #428296
     - Basque. Closes: #432313
     - Vietnamese. Closes: #432699, #312998
     - German. Closes: #433016,#428916
     - Russian. Closes: #433094
     - French. Closes: #433473,#428878,#428980
     - Portuguese. Closes: #433512,#428138
     - Czech. Closes: #433994,#428439
     - Brazilian Portuguese. Closes: #434265
     - Galician. Closes: #434330
Files: 
 0f8e56006ebd34eefeaa3500a941711a 600 utils optional myphpmoney_1.3RC3+dfsg-5.dsc
 0568b97262793de5771c3ac7869d649e 30662 utils optional myphpmoney_1.3RC3+dfsg-5.diff.gz
 470dfbebfcd9701d1bf7a0843806fdda 637300 utils optional myphpmoney_1.3RC3+dfsg-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGq4Lp1OXtrMAUPS0RAr7LAKCcLrWaN3EkwWtWt/Aizpms4zEcYACff9dH
9DWsHB6xyhVHMOZfEgNvxoI=
=x+tN
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: