Your message dated Wed, 14 Jan 2004 23:02:31 +0000 with message-id <[EMAIL PROTECTED]> and subject line Removed 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; 16 Aug 2003 21:50:22 +0000 >From [EMAIL PROTECTED] Sat Aug 16 16:50:20 2003 Return-path: <[EMAIL PROTECTED]> Received: from frmug-gw.frmug.org (frmug.org) [193.56.58.252] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19o8wF-0007LV-00; Sat, 16 Aug 2003 16:50:20 -0500 Received: from frmug.org (localhost [127.0.0.1]) by frmug.org (8.12.9/8.11.3/frmug-2.7/nospam) with ESMTP id h7GLoIXd033876 (using TLSv1/SSLv3 with cipher DHE-RSA-AES256-SHA (256 bits) verified NO); Sat, 16 Aug 2003 23:50:18 +0200 (CEST) (envelope-from [EMAIL PROTECTED]) Received: (from [EMAIL PROTECTED]) by frmug.org (8.12.9/8.12.9/Submit) with UUCP id h7GLoIEs033875; Sat, 16 Aug 2003 23:50:18 +0200 (CEST) Received: from mykerinos.kheops.frmug.org (unknown [192.168.1.3]) by kheops.kheops.frmug.org (Postfix) with ESMTP id 9A92C4061; Sat, 16 Aug 2003 23:48:09 +0200 (CEST) Received: by mykerinos.kheops.frmug.org (Postfix, from userid 7426) id 828E0D1D3; Fri, 15 Aug 2003 07:56:45 +0200 (CEST) Content-Type: multipart/mixed; boundary="===============0763030741==" MIME-Version: 1.0 From: Christian Perrier <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: cvs-conf: Please switch to gettext-based debconf templates X-Mailer: reportbug 2.20 Date: Fri, 15 Aug 2003 07:56:45 +0200 Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-8.3 required=4.0 tests=DATE_IN_PAST_24_48,HAS_PACKAGE,PATCH_UNIFIED_DIFF, PENISACCENT version=2.53-bugs.debian.org_2003_8_15 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_15 (1.174.2.15-2003-03-30-exp) This is a multi-part MIME message sent by reportbug. --===============0763030741== MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Package: cvs-conf Version: unavailable; reported 2003-08-15 Severity: wishlist Tags: patch (this text is generic for "po-debconf switch" bug reports. If something is specific to your package, look at the end of this BR) 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 and *.templates.xx which are the former translated templates - french translation proofreading (the file is debian/po/fr.po) if a french translation (partial or not) already existed for the templates Then diff file creation.... I, in the same time, started to work on a french translation if none was there. In such case, the fr.po file will be sent to you through another BR. 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) Then you will pick up the fr.po file from my own patch (I often make small corrections to existing french translations to make them conformant to the existing standards of the Debian french l10n team). Build Dependencies of the package have to become the following : Build-Depends(-Indep) should list "debhelper (>= 4.1.16)" (debhelper depends upon po-debconf) if you use debhelper, or "po-debconf" directly if you don't (but, then, please look at po-debconf man page) 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... Additional notes, specific to this package : -------------------------------------------- -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux mykerinos 2.4.21 #1 jeu jui 24 08:36:17 CEST 2003 i686 Locale: LANG=fr_FR.ISO-8859-1, LC_CTYPE=fr_FR.ISO-8859-1 (ignored: LC_ALL set) --===============0763030741== MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: attachment; filename="patch" diff -Nru cvs-conf-0.0.1.ori/debian/control cvs-conf-0.0.1/debian/control --- cvs-conf-0.0.1.ori/debian/control 2003-08-01 10:10:57.000000000 +0200 +++ cvs-conf-0.0.1/debian/control 2003-08-15 07:42:48.000000000 +0200 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Sebastien J. Gross <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 3.0.0) +Build-Depends-Indep: debhelper (>= 4.1.16) Standards-Version: 3.5.2 Package: cvs-conf diff -Nru cvs-conf-0.0.1.ori/debian/po/POTFILES.in cvs-conf-0.0.1/debian/po/POTFILES.in --- cvs-conf-0.0.1.ori/debian/po/POTFILES.in 1970-01-01 01:00:00.000000000 +0100 +++ cvs-conf-0.0.1/debian/po/POTFILES.in 2003-08-15 07:42:49.000000000 +0200 @@ -0,0 +1 @@ +[type: gettext/rfc822deb] templates diff -Nru cvs-conf-0.0.1.ori/debian/po/templates.pot cvs-conf-0.0.1/debian/po/templates.pot --- cvs-conf-0.0.1.ori/debian/po/templates.pot 1970-01-01 01:00:00.000000000 +0100 +++ cvs-conf-0.0.1/debian/po/templates.pot 2003-08-15 07:43:14.000000000 +0200 @@ -0,0 +1,50 @@ +# +# 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: 2003-08-15 07:43+0200\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" + +#. Description +#: ../templates:4 +msgid "Do you want to create a configuration module in the CVS repository?" +msgstr "" + +#. Description +#: ../templates:9 +msgid "Where is located the CVS server?" +msgstr "" + +#. Choices +#: ../templates:13 +msgid "(none), ssh, rsh" +msgstr "" + +#. Description +#: ../templates:15 +msgid "Which remote shell would you use with CVS?" +msgstr "" + +#. Description +#: ../templates:20 +msgid "What is the name of the configuration module in the CVS?" +msgstr "" diff -Nru cvs-conf-0.0.1.ori/debian/templates cvs-conf-0.0.1/debian/templates --- cvs-conf-0.0.1.ori/debian/templates 2003-08-01 10:10:57.000000000 +0200 +++ cvs-conf-0.0.1/debian/templates 2003-08-15 07:43:14.000000000 +0200 @@ -1,20 +1,20 @@ Template: cvs-conf/cvs_create Type: boolean Default: true -Description: Do you want to create a configuration module in the CVS repository? +_Description: Do you want to create a configuration module in the CVS repository? Template: cvs-conf/cvs_root Type: string Default: :pserver:[EMAIL PROTECTED]:/cvsroot -Description: Where is located the CVS server? +_Description: Where is located the CVS server? Template: cvs-conf/cvs_rsh Type: select -Choices: (none), ssh, rsh +_Choices: (none), ssh, rsh Default: (none) -Description: Which remote shell would you use with CVS? +_Description: Which remote shell would you use with CVS? Template: cvs-conf/cvs_module Type: string Default: config -Description: What is the name of the configuration module in the CVS? \ Pas de fin de ligne à la fin du fichier. +_Description: What is the name of the configuration module in the CVS? --===============0763030741==-- --------------------------------------- Received: (at 187779-done) by bugs.debian.org; 14 Jan 2004 23:03:06 +0000 >From [EMAIL PROTECTED] Wed Jan 14 17:03:06 2004 Return-path: <[EMAIL PROTECTED]> Received: from bangpath.uucico.de [195.71.9.197] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Agu2U-0003wQ-00; Wed, 14 Jan 2004 17:03:06 -0600 Received: by bangpath.uucico.de (Postfix, from userid 10) id 9C4E626B9E; Thu, 15 Jan 2004 00:03:05 +0100 (CET) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id 8D4A5FF05; Wed, 14 Jan 2004 23:02:31 +0000 (GMT) Date: Wed, 14 Jan 2004 23:02:31 +0000 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Removed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_01_14 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=3.8 required=4.0 tests=SORTED_RECIPS autolearn=no version=2.60-bugs.debian.org_2004_01_14 X-Spam-Level: *** This package has been removed from Debian unstable because it was unmaintained, old and according to the maintainer quite obsolte and useless. -- Martin Michlmayr [EMAIL PROTECTED]