Your message dated Sun, 21 Aug 2005 10:32:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#233265: fixed in mailgraph 1.11-1
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; 17 Feb 2004 19:04:32 +0000
>From [EMAIL PROTECTED] Tue Feb 17 11:04:32 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 1AtAWG-0000rC-00; Tue, 17 Feb 2004 11:04:32 -0800
Received: from [128.111.45.152] (helo=localhost ident=mail)
        by pompone.cs.ucsb.edu with asmtp (Exim 3.35 #1 (Debian))
        id 1AtAWF-0004nv-00; Tue, 17 Feb 2004 11:04:31 -0800
Received: from mquinson by localhost with local (Exim 3.36 #1 (Debian))
        id 1AtA7k-0003HO-00; Tue, 17 Feb 2004 10:39:12 -0800
Content-Type: multipart/mixed; boundary="===============1715791300=="
MIME-Version: 1.0
From: Martin Quinson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mailgraph: Please switch to gettext-based debconf templates
X-Mailer: reportbug 2.39
Date: Tue, 17 Feb 2004 10:39:12 -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_16 
        (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_16
X-Spam-Level: 

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

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

Package: mailgraph
Version: 1.8-1
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.
                                                                                
                                                                  
Action of the proposed patch
----------------------------
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)
                                                                                
                                                                  
How to reproduce those effects
------------------------------
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.
- update the templates file to mark as translatable only the fields
  which should (ie, not the one containing stuff which cannot be
  translated such as kernel module name and port number, neither the
  ones not shown to the users)

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 are in a rather good shape. I did provide such 
a conversion for a bunch of packages, and I saw a bunch of broken
templates very hard to understand for newbies. Yours are not that way,
and I wanted to congratulate you for that. However, you may want to
check the current best practices concerning templates, available from:
                                                                                
                                                                  
http://people.debian.org/~bubulle/dtsg.txt
                                                                                
                                                                  
You may find some way to improve even further your templates. Once the 
switch is achieved, and the style improvement are done (if any), I guess
that you will receive translations of your templates rather soon. You
may consider asking on the [EMAIL PROTECTED] mailing list for
translations once you think that your templates are in a sort of final
state where they won't be modified in the near future.
                                                                                
                                                                  
                                                                                
                                                                  
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


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

diff -ruN mailgraph-1.8.ori/debian/control mailgraph-1.8/debian/control
--- mailgraph-1.8.ori/debian/control    2004-02-17 10:35:30.000000000 -0800
+++ mailgraph-1.8/debian/control        2004-02-17 10:35:41.000000000 -0800
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Norbert Tretkowski <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0)
+Build-Depends: debhelper (>> 4.1.16)
 Standards-Version: 3.6.1
 
 Package: mailgraph
diff -ruN mailgraph-1.8.ori/debian/po/POTFILES.in 
mailgraph-1.8/debian/po/POTFILES.in
--- mailgraph-1.8.ori/debian/po/POTFILES.in     1969-12-31 16:00:00.000000000 
-0800
+++ mailgraph-1.8/debian/po/POTFILES.in 2004-02-17 10:36:03.000000000 -0800
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff -ruN mailgraph-1.8.ori/debian/po/templates.pot 
mailgraph-1.8/debian/po/templates.pot
--- mailgraph-1.8.ori/debian/po/templates.pot   1969-12-31 16:00:00.000000000 
-0800
+++ mailgraph-1.8/debian/po/templates.pot       2004-02-17 10:36:04.000000000 
-0800
@@ -0,0 +1,79 @@
+#
+#    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-17 10:36-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: boolean
+#. Description
+#: ../templates:3
+msgid "Should Mailgraph start on boot?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:3
+msgid ""
+"Mailgraph can start on boot time as a daemon. Then it will will monitor your "
+"Postfix logfile for changes. This is recommended."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:3
+msgid "The other method is to call mailgraph.pl by hand with the -c parameter."
+msgstr ""
+
+#. Type: string
+#. Default
+#: ../templates:11
+msgid "/var/log/mail.log"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:12
+msgid "Which logfile should be used by mailgraph?"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:12
+msgid ""
+"Enter the logfile which should be used to create the databases for "
+"mailgraph. If unsure, leave default."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:18
+msgid "Remove RRD files on purge?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:18
+msgid ""
+"Mailgraph keeps its database files under /var/cache/mailgraph. Should this "
+"directory be removed completely on purge?"
+msgstr ""
diff -ruN mailgraph-1.8.ori/debian/templates mailgraph-1.8/debian/templates
--- mailgraph-1.8.ori/debian/templates  2004-02-17 10:35:30.000000000 -0800
+++ mailgraph-1.8/debian/templates      2004-02-17 10:36:32.000000000 -0800
@@ -1,6 +1,6 @@
 Template: mailgraph/start_on_boot
 Type: boolean
-Description: Should Mailgraph start on boot?
+_Description: Should Mailgraph start on boot?
  Mailgraph can start on boot time as a daemon. Then it will will monitor
  your Postfix logfile for changes. This is recommended.
  .
@@ -9,12 +9,12 @@
 Template: mailgraph/mail_log
 Type: string
 Default: /var/log/mail.log
-Description: Which logfile should be used by mailgraph?
+_Description: Which logfile should be used by mailgraph?
  Enter the logfile which should be used to create the databases for
- mailgraph. If unsure, leave default.
+ mailgraph. If unsure, leave default (/var/log/mail.log).
 
 Template: mailgraph/stay_on_purge
 Type: boolean
-Description: Remove RRD files on purge?
+_Description: Remove RRD files on purge?
  Mailgraph keeps its database files under /var/cache/mailgraph. Should this
  directory be removed completely on purge?

--===============1715791300==--

---------------------------------------
Received: (at 233265-close) by bugs.debian.org; 21 Aug 2005 17:41:24 +0000
>From [EMAIL PROTECTED] Sun Aug 21 10:41:24 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E6tg4-00023i-00; Sun, 21 Aug 2005 10:32:12 -0700
From: Norbert Tretkowski <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#233265: fixed in mailgraph 1.11-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 21 Aug 2005 10:32:12 -0700
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-Level: 
X-Spam-Status: No, hits=-5.2 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
        REMOVE_REMOVAL_NEAR autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Source: mailgraph
Source-Version: 1.11-1

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

mailgraph_1.11-1.diff.gz
  to pool/main/m/mailgraph/mailgraph_1.11-1.diff.gz
mailgraph_1.11-1.dsc
  to pool/main/m/mailgraph/mailgraph_1.11-1.dsc
mailgraph_1.11-1_all.deb
  to pool/main/m/mailgraph/mailgraph_1.11-1_all.deb
mailgraph_1.11.orig.tar.gz
  to pool/main/m/mailgraph/mailgraph_1.11.orig.tar.gz



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.
Norbert Tretkowski <[EMAIL PROTECTED]> (supplier of updated mailgraph 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: Sun, 21 Aug 2005 17:58:43 +0200
Source: mailgraph
Binary: mailgraph
Architecture: source all
Version: 1.11-1
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski <[EMAIL PROTECTED]>
Changed-By: Norbert Tretkowski <[EMAIL PROTECTED]>
Description: 
 mailgraph  - Mail statistics RRDtool frontend for Postfix
Closes: 233265 284241
Changes: 
 mailgraph (1.11-1) unstable; urgency=low
 .
   * New upstream release.
   * Updated debian/patches/102_mailgraph.cgi.diff.
   * Added a default value for ignore_localhost debconf question.
     (closes: #284241)
   * Switched to gettext-based debconf templates, thanks to Martin Quinson for
     the patch. (closes: #233265)
   * Removed hack to remove rdd files when purging the package, caused trouble
     on upgrades.
   * No longer move files from /var/cache/mailgraph to /var/lib/mailgraph.
   * Moved creation of /var/lib/mailgraph from preinst to postinst.
   * Recommend "httpd | apache" to fix lintian warning.
   * Added "| debconf-2.0" to debconf dependency.
   * Updated Standards-Version to 3.6.2.
Files: 
 894c4f17fdccb2d4ade77667594a8841 578 admin extra mailgraph_1.11-1.dsc
 6ddb4804e51c81dcdd5c3f7242031b11 19719 admin extra mailgraph_1.11.orig.tar.gz
 bde866bb1313e69c5d51479980c3e9a5 5376 admin extra mailgraph_1.11-1.diff.gz
 21aac7b527f5122f7862876a4cf7b23b 18602 admin extra mailgraph_1.11-1_all.deb

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

iD8DBQFDCLaNr/RnCw96jQERAnzkAJ9i22RJnnZ0k/479g4U09uEtZO9CgCfSK1Y
0Ug17943kbSGuRlSqdbTjMI=
=3gXn
-----END PGP SIGNATURE-----


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

Reply via email to