Your message dated Sat, 12 Mar 2005 14:17:27 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#232280: fixed in mediamate 0.9.3.6-2
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Feb 2004 18:07:44 +0000
>From [EMAIL PROTECTED] Wed Feb 11 10:07:44 2004
Return-path: <[EMAIL PROTECTED]>
Received: from pompone.cs.ucsb.edu [128.111.45.35] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Aqym0-0003fd-00; Wed, 11 Feb 2004 10:07:44 -0800
Received: from [128.111.45.152] (helo=localhost ident=mail)
        by pompone.cs.ucsb.edu with asmtp (Exim 3.35 #1 (Debian))
        id 1Aqyly-0002NL-00; Wed, 11 Feb 2004 10:07:42 -0800
Received: from mquinson by localhost with local (Exim 3.36 #1 (Debian))
        id 1Aqyls-0006dw-00; Wed, 11 Feb 2004 10:07:36 -0800
Content-Type: multipart/mixed; boundary="===============1278894782=="
MIME-Version: 1.0
From: Martin Quinson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mediamate: Please switch to gettext-based debconf templates
X-Mailer: reportbug 2.39
Date: Wed, 11 Feb 2004 10:07:36 -0800
Message-Id: <[EMAIL PROTECTED]>
Sender: Martin Quinson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_10 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-bugs.debian.org_2004_02_10
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1278894782==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: mediamate
Version: 0.9.3
Severity: wishlist
Tags: patch l10n

Using the "new" gettext format for debconf templates helps for templates
translations. For instance, detecting outdated or untranslated strings 
becomes considerably easier. It also keeps track of who did which
translation.

The attached patch does the required modifications :
- debian/control modification for dependencies (see below)
- execute "debconf-gettextize debian/*templates*"
- removed files left by debconf-gettextize (*.templates.old which are
  the old-style templates)

If you want to reproduce this by yourself instead of applying the
patch, you have to do:

- install po-debconf on your system
- go to the debian directory
- read man po-debconf..:-)
- run "debconf-gettextize *.templates"
- read the output
- change Build-Depends or Build-Depends-Indep (see below)
  They should list "debhelper (>= 4.1.16)" (debhelper depends upon 
  po-debconf) since you use debhelper. 

For more details, see po-debconf documentation, especially "man 7
po-debconf"

Read this if you're concerned with backports :
--------------------------------------------

Please note that the suggested modifications will make your
package a little bit harder to backport to earlier Debian releases. If
this is a concern to you, you may try to adopt the method used by the
openssh package and detailed by Colin Watson in
http://lists.debian.org/debian-i18n/2003/debian-i18n-200307/msg00026.html";.

This patch does not includes this method as this would make it too
invasive, IMHO. So, preserving backportability is up to you...

The rest of the story :
---------------------
While I was working on the convertion to po-debconf, I noticed that the
templates of your package may be easily improved by applying the advices
contained at the following address:

http://people.debian.org/~bubulle/dtsg.txt

I would really appreciate if you could have a look at this, and apply
the advices it contains.

Once the switch is achieved, and the style improvement are done, I guess
that you will receive translations of your templates rather soon.


Thanks for helping the translators, and thus your non english speaker 
end-users. 
Bye, Mt.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux galadriel 2.4.22 #1 ven nov 21 16:02:19 CET 2003 i686
Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1


--===============1278894782==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
        filename="/home/mquinson/src/diff-switch-mediamate"

diff -ruN mediamate-0.9.3.ori/debian/control mediamate-0.9.3/debian/control
--- mediamate-0.9.3.ori/debian/control  2004-02-11 09:50:50.000000000 -0800
+++ mediamate-0.9.3/debian/control      2004-02-11 09:53:26.000000000 -0800
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Jamin W. Collins <[EMAIL PROTECTED]>
-Build-Depends-Indep: dpatch, debhelper (>> 4.0.0)
+Build-Depends-Indep: dpatch, debhelper (>> 4.1.16)
 Standards-Version: 3.6.0
 
 Package: mediamate
diff -ruN mediamate-0.9.3.ori/debian/po/POTFILES.in 
mediamate-0.9.3/debian/po/POTFILES.in
--- mediamate-0.9.3.ori/debian/po/POTFILES.in   1969-12-31 16:00:00.000000000 
-0800
+++ mediamate-0.9.3/debian/po/POTFILES.in       2004-02-11 09:51:47.000000000 
-0800
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff -ruN mediamate-0.9.3.ori/debian/po/templates.pot 
mediamate-0.9.3/debian/po/templates.pot
--- mediamate-0.9.3.ori/debian/po/templates.pot 1969-12-31 16:00:00.000000000 
-0800
+++ mediamate-0.9.3/debian/po/templates.pot     2004-02-11 09:57:07.000000000 
-0800
@@ -0,0 +1,172 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-02-11 09:57-0800\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: select
+#. Choices
+#: ../templates:3
+msgid "Apache, Apache-SSL, Both, Other"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid "What type of Web Server are you running?"
+msgstr ""
+
+#. Type: select
+#. Description
+#: ../templates:5
+msgid ""
+"By default MEDIAMATE supports any web server that php4 does.  This config "
+"process currently only supports Apache and Apache-SSL directly.  If you use "
+"another type you will have to handle the web ends manually.  If you chose "
+"one of the first three options, this install process will manage the "
+"configuration (or attempt to) of the Apache specific portions necessary to "
+"run mediamate properly.  If you do not wish this to happen, please chose the "
+"Other option."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:17
+msgid "Configure MySQL"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:17
+msgid ""
+"Should Media Mate attempt to configure MySQL automatically?  If not, see the "
+"instructions in the README."
+msgstr ""
+
+#. Type: string
+#. Default
+#: ../templates:23
+msgid "localhost"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:24
+msgid "MySQL Host"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:24
+msgid ""
+"The name or IP of the host running MySQL that will store the Media Mate "
+"database."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:31
+msgid "Database admin user who can create a database"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:31
+msgid "Database admin user account capable of creating new databases."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:37
+msgid "Delete database and cover art files on purge"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:37
+msgid ""
+"Should the database and all cover art files be removed when Media Mate is "
+"purged?"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:44
+msgid "Media Mate database name"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:44
+msgid "Name of the mediamate database."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:50
+msgid "Media Mate database user"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:50
+msgid "Database user account name."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../templates:55
+msgid "Database user password"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../templates:55
+msgid "Password for the database user account."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../templates:60
+msgid "Database admin password"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../templates:60
+msgid "Password for the database admin user account."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:66
+msgid "Upgrade old moviemate to mediamate"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:66
+msgid ""
+" There appears to be an old Movie Mate configuration.  Would you like to\n"
+" upgrade this to Media Mate?"
+msgstr ""
diff -ruN mediamate-0.9.3.ori/debian/templates mediamate-0.9.3/debian/templates
--- mediamate-0.9.3.ori/debian/templates        2004-02-11 09:50:50.000000000 
-0800
+++ mediamate-0.9.3/debian/templates    2004-02-11 09:57:00.000000000 -0800
@@ -1,67 +1,68 @@
 Template: mediamate/webserver_type
 Type: select
-Choices: Apache, Apache-SSL, Both, Other
+_Choices: Apache, Apache-SSL, Both, Other
 Default: Apache
-Description: What type of Web Server are you running?
+_Description: What type of Web Server are you running?
  By default MEDIAMATE supports any web server that php4 does.  This config
- process currently only supports Apache and Apache-SSL directly.  If you use
- another type you will have to handle the web ends manually.  If you chose one
- of the first three options, this install process will manage the configuration
- (or attempt to) of the Apache specific portions necessary to run mediamate 
- properly.  If you do not wish this to happen, please chose the Other option.
+ process currently only supports Apache and Apache-SSL directly.  If you
+ use another type you will have to handle the web ends manually.  If you
+ chose one of the first three options, this install process will manage the
+ configuration (or attempt to) of the Apache specific portions necessary to
+ run mediamate properly.  If you do not wish this to happen, please chose
+ the Other option.
 
 Template: mediamate/mysql/configure
 Type: boolean
 Default: yes
-Description: Configure MySQL
- Should Media Mate attempt to configure MySQL automatically?  If not, see the
- instructions in the README.
+_Description: Configure MySQL
+ Should Media Mate attempt to configure MySQL automatically?  If not, see
+ the instructions in the README.
 
 Template: mediamate/mysql/dbserver
 Type: string
-Default: localhost
-Description: MySQL Host
+_Default: localhost
+_Description: MySQL Host
  The name or IP of the host running MySQL that will store the Media Mate
  database.
 
 Template: mediamate/mysql/dbadmin
 Type: string
 Default: root
-Description: Database admin user who can create a database
+_Description: Database admin user who can create a database
  Database admin user account capable of creating new databases.
 
 Template: mediamate/purge
 Type: boolean
 Default: yes
-Description: Delete database and cover art files on purge
+_Description: Delete database and cover art files on purge
  Should the database and all cover art files be removed when Media Mate is
  purged?
 
 Template: mediamate/mysql/dbname
 Type: string
 Default: mediamate
-Description: Media Mate database name
+_Description: Media Mate database name
  Name of the mediamate database.
 
 Template: mediamate/mysql/dbuser
 Type: string
 Default: mediamate
-Description: Media Mate database user
+_Description: Media Mate database user
  Database user account name.
 
 Template: mediamate/mysql/dbpass
 Type: password
-Description: Database user password
+_Description: Database user password
  Password for the database user account.
 
 Template: mediamate/mysql/dbadmpass
 Type: password
-Description: Database admin password
+_Description: Database admin password
  Password for the database admin user account.
 
 Template: mediamate/moviemate-upgrade
 Type: boolean
 Default: yes
-Description: Upgrade old moviemate to mediamate
-  There appears to be an old Movie Mate configuration.  Would you like to 
+_Description: Upgrade old moviemate to mediamate
+  There appears to be an old Movie Mate configuration.  Would you like to
   upgrade this to Media Mate?

--===============1278894782==--

---------------------------------------
Received: (at 232280-close) by bugs.debian.org; 12 Mar 2005 19:23:12 +0000
>From [EMAIL PROTECTED] Sat Mar 12 11:23:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DACCe-0001mO-00; Sat, 12 Mar 2005 11:23:12 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DAC75-0006jo-00; Sat, 12 Mar 2005 14:17:27 -0500
From: [EMAIL PROTECTED] (Jamin W. Collins)
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#232280: fixed in mediamate 0.9.3.6-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 12 Mar 2005 14:17:27 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: mediamate
Source-Version: 0.9.3.6-2

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

mediamate_0.9.3.6-2.diff.gz
  to pool/main/m/mediamate/mediamate_0.9.3.6-2.diff.gz
mediamate_0.9.3.6-2.dsc
  to pool/main/m/mediamate/mediamate_0.9.3.6-2.dsc
mediamate_0.9.3.6-2_all.deb
  to pool/main/m/mediamate/mediamate_0.9.3.6-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jamin W. Collins <[EMAIL PROTECTED]> (supplier of updated mediamate 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Fri, 25 Feb 2005 17:10:24 -0700
Source: mediamate
Binary: mediamate
Architecture: source all
Version: 0.9.3.6-2
Distribution: unstable
Urgency: low
Maintainer: Jamin W. Collins <[EMAIL PROTECTED]>
Changed-By: Jamin W. Collins <[EMAIL PROTECTED]>
Description: 
 mediamate  - web-based movie database and tracker
Closes: 232280 250380 268529 275104 277266 296644
Changes: 
 mediamate (0.9.3.6-2) unstable; urgency=low
 .
   * added support for Apache2 (Closes: #275104)
   * corrected long description typo (Closes: #277266, #268529)
   * added German language patches (Closes: #250380)
   * switched to po-debconf (I think) (Closes: #232280)
   * debconf translation updates
     - French added (Closes: #296644)
     - Basque added
     - Dutch added
     - Danish added
     - Traditional Chinese added
   *
Files: 
 3321d89b67578a7f9d90c6499e283062 602 web optional mediamate_0.9.3.6-2.dsc
 e2cb29ba09f000ceeb05a155d38e7838 17283 web optional mediamate_0.9.3.6-2.diff.gz
 9ae36d93d4ecc7d433f634a090aadd55 222942 web optional 
mediamate_0.9.3.6-2_all.deb

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

iD8DBQFCMz0AI49lBuo6JyYRAuLjAJ0fTuUTUDdfaZWFIdEY/IoUIsor7gCfVv6O
eUwdV5g+g61/oMPSRk8Bz7c=
=PKCJ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to