Quoting Marc Haber ([email protected]): > Package: console-log > Version: 1.0-16 > Severity: normal > Tags: confirmed > > the debconf note deals with transitions to 0.8 from 2002 and can be > removed now.
Here's a proposed patch. PS: it doesn't deal with the pending Russian translation file in debian/po. In case the patch is applied after the translation is added, that translation should be manually removed (as well as debian/po/ of course).
diff -Nru console-log-1.0.old/debian/console-log.config
console-log-1.0.new/debian/console-log.config
--- console-log-1.0.old/debian/console-log.config 2010-04-13
22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/console-log.config 1970-01-01
01:00:00.000000000 +0100
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-# Display upgrade notices
-if [ "$1" = "configure" ] && [ "$2" != "" ]; then
- for note in config-file-format-pre-0.8
- do
- ver=${note#*-pre-}
- if dpkg --compare-versions "$2" lt "$ver"; then
- db_input critical "console-log/upgrade-note/$note" || true
- fi
- done
- db_go
-fi
diff -Nru console-log-1.0.old/debian/console-log.templates
console-log-1.0.new/debian/console-log.templates
--- console-log-1.0.old/debian/console-log.templates 2010-04-13
22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/console-log.templates 1970-01-01
01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-Template: console-log/upgrade-note/config-file-format-pre-0.8
-Type: note
-_Description: New config file format for /etc/console-log.conf
- console-log's config file format has been changed to a format that is much
- more flexible. Since Debian policy explicitly forbids automatic conversion
- of dpkg-conffiles, the conversion must be done manually.
- .
- The script convert-console-log.conf is provided to help with that. See
- convert-console-log.conf(8) for details.
- .
- If you didn't allow dpkg to replace your config file with the new config
- file from the package, your package will stop working.
- .
- Be aware that your console-log package will stop working if you try to
- invoke the new version with and old-style config file.
diff -Nru console-log-1.0.old/debian/control console-log-1.0.new/debian/control
--- console-log-1.0.old/debian/control 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/control 2010-04-18 15:56:46.953357701 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Marc Haber <[email protected]>
Standards-Version: 3.8.1
-Build-Depends: debhelper (>= 5), perl, po-debconf
+Build-Depends: debhelper (>= 5), perl
Package: console-log
Architecture: all
diff -Nru console-log-1.0.old/debian/po/cs.po
console-log-1.0.new/debian/po/cs.po
--- console-log-1.0.old/debian/po/cs.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/cs.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,62 +0,0 @@
-# Czech translation of console-log templates
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log 1.0-10\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2005-04-24 20:22+0200\n"
-"Last-Translator: Martin Sin <[email protected]>\n"
-"Language-Team: Czech <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Nov� form�t konfigura�n�ho souboru /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"Form�t konfigura�n�ho souboru console-logu se zm�nil na form�t, kter� je "
-"mnohem v�ce p�izp�sobiteln�. Proto�e politika Debianu explicitn� zakazuje "
-"automatick� p�evod dpkg-konfigura�n�ch soubor�, konverze mus� b�t ud�l�na "
-"ru�n�."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Skript convert-console-log.conf je p�ipraven s t�m pomoci. Pro detaily se "
-"pod�vejte na convert-console-log.conf(8)."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Jestli�e nepovol�te dpkg nahradit v�� konfigura�n� soubor nov�m "
-"konfigura�n�m souborem z bal��ku, V�� bal��ek p�estane pracovat."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Uv�domte si, �e bal��ek console-log p�estane pracovat jestli�e zkus�te "
-"spustit novou verzi se star�m-stylem konfigura�n�ho souboru."
diff -Nru console-log-1.0.old/debian/po/da.po
console-log-1.0.new/debian/po/da.po
--- console-log-1.0.old/debian/po/da.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/da.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,74 +0,0 @@
-# translation of console-log_1.0-3_templates.po to Danish
-#
-# 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.
-# Claus Hindsgaul <[email protected]>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log_1.0-3_templates\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2004-03-08 18:47+0100\n"
-"Last-Translator: Claus Hindsgaul <[email protected]>\n"
-"Language-Team: Danish <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3.1\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Ny opsætningsfil for /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"console-log's opsætningsfilformat er blevet ændret til et meget mere "
-"fleksibelt format. Da Debians retningslinjer udtrykkeligt forbyder "
-"automatisk konvertering af dpkg-opsætningsfiler, må konverteringen gøres "
-"manuelt."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Skriptet convert-console-log.conf kan bruges til at hjælpe med dette. Se "
-"manualsiden convert-console-log.conf(8) for detaljer."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Hvis du ikke tillod dpkg at erstatte din opsætningsfil med den nye fra "
-"pakken, vil pakken holde op med at virke."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Vær opmærksom på at din console-log-pakke vil holde op med at virke, hvis du "
-"prøver at starte den nye version med en opsætningsfil i det gamle format."
diff -Nru console-log-1.0.old/debian/po/de.po
console-log-1.0.new/debian/po/de.po
--- console-log-1.0.old/debian/po/de.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/de.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,77 +0,0 @@
-#
-# 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.
-# Erik Schanze <[email protected]>, 2004.
-# Marc Haber <[email protected]>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log_1.0-7_templates\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2004-05-26 22:47+0200\n"
-"Last-Translator: Erik Schanze <[email protected]>, Marc Haber <mh+debian-"
-"[email protected]>\n"
-"Language-Team: German <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3.1\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr ""
-"Das Format der Konfigurationsdatei /etc/console-log.conf hat sich geändert"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"Das Format der Konfigurationsdatei von console-log ist flexibler geworden. "
-"Da die Debian-Policy die automatische Konvertierung von dpkg-"
-"conffilesausdrücklich verbietet, muss sie manuell vorgenommen werden."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Das Skript convert-console-log.conf kann Ihnen dabei helfen. Einzelheiten "
-"können Sie in der Manpage convert-console-log.conf(8) nachlesen."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Wenn Sie Ihre Konfigurationsdatei nicht durch diejenige aus diesem Paket "
-"ersetzen lassen, wird console-log nicht mehr funktionieren."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Bitte beachten Sie, dass console-log nicht mehr korrekt arbeiten wird, wenn "
-"Sie versuchen die neue Version mit einer Konfigurationsdatei in der alten "
-"Syntax zu starten."
diff -Nru console-log-1.0.old/debian/po/es.po
console-log-1.0.new/debian/po/es.po
--- console-log-1.0.old/debian/po/es.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/es.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,88 +0,0 @@
-# console-log po-debconf translation to Spanish
-# Copyright (C) 2005 Software in the Public Interest
-# This file is distributed under the same license as the console-log package.
-#
-# Changes:
-# - Initial translation
-# César Gómez Martín <[email protected]>
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Equipo de traducción al español, por favor, lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2005-10-10 16:24+0100\n"
-"Last-Translator: César Gómez Martín <[email protected]>\n"
-"Language-Team: Debian l10n spanish <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Spanish\n"
-"X-Poedit-Country: SPAIN\n"
-"X-Poedit-SourceCharset: utf-8\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Nuevo formato de fichero de configuración para /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"El formato del fichero de configuración de console-log se ha cambiado a un "
-"formato que es mucho más flexible. Puesto que las normas de Debian prohiben "
-"explícitamente la conversión automática de dpkg-conffiles, la conversión ha "
-"de hacerse manualmente."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Para ayudar en la conversión se proporciona el guión convert-console-log."
-"conf. Consulte convert-console-log.conf(8) para más información."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"El paquete dejará de funcionar si no permitió a dpkg reemplazar el fichero "
-"de configuración por el nuevo fichero de configuración del paquete."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Tenga en cuenta que el paquete console-log dejará de funcionar si intenta "
-"invocar a la nueva versión con un fichero de configuración antiguo."
diff -Nru console-log-1.0.old/debian/po/fr.po
console-log-1.0.new/debian/po/fr.po
--- console-log-1.0.old/debian/po/fr.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/fr.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,74 +0,0 @@
-#
-# 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.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log (1.0-1)\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2003-08-14 08:07+0100\n"
-"Last-Translator: Christian Perrier <[email protected]>\n"
-"Language-Team: French <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Nouveau format du fichier de configuration /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"Le format du fichier de configuration de console-log a chang� pour un format "
-"plus souple. Comme la charte Debian interdit explicitement la conversion "
-"automatique des fichiers de configuration g�r�s par dpkg, celle-ci doit �tre "
-"faite s�par�ment."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Le script convert-console-log.conf a �t� inclus � cet effet. Veuillez "
-"consulter la page de manuel convert-console-log.conf(8) pour plus "
-"d'informations."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Si vous n'autorisez pas dpkg � remplacer votre fichier de configuration par "
-"le nouveau fichier fourni avec le paquet, le logiciel ne fonctionnera plus."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Console-log cessera de fonctionner si vous cherchez � utiliser la nouvelle "
-"version avec un fichier de configuration utilisant l'ancien format."
diff -Nru console-log-1.0.old/debian/po/it.po
console-log-1.0.new/debian/po/it.po
--- console-log-1.0.old/debian/po/it.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/it.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,65 +0,0 @@
-# Italian (it) translation of debconf templates for console-log
-# Copyright (C) 2004 Free Software Foundation, Inc.
-# This file is distributed under the same license as the console-log package.
-# Luca Monducci <[email protected]>, 2004.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log 1.0-9 debconf templates\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2004-10-19 14:25+0200\n"
-"Last-Translator: Luca Monducci <[email protected]>\n"
-"Language-Team: Italian <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Nuovo formato del file di configurazione /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"Il formato del file di configurazione di console-log è stato cambiato con "
-"uno molto più flessibile. Dato che la policy Debian proibisce esplicitamente "
-"la conversione automatica dei file dpkg-conf il passaggio alla nuova "
-"versione deve essere fatto manualmente."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Lo script convert-console-log.conf è fornito proprio per semplificare questa "
-"conversione. Per i dettagli vedere convert-console-log.conf(8)."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Se non si permette a dpkg di sostituire l'attuale file di configurazione con "
-"il nuovo presente nel pacchetto il programma smetterà di funzionare."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Attenzione il pacchetto console-log non funziona se si tenta di usare la "
-"nuova versione del programma con un vecchio file di configurazione."
diff -Nru console-log-1.0.old/debian/po/ja.po
console-log-1.0.new/debian/po/ja.po
--- console-log-1.0.old/debian/po/ja.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/ja.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,73 +0,0 @@
-#
-# 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: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2003-12-23 00:02+0900\n"
-"Last-Translator: Hideki Yamane <[email protected]>\n"
-"Language-Team: Japanese <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=EUC-JP\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "/etc/console-log.conf �ο����������ե����������ˤĤ���"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"console-log �������ե����������Ϥ��������ʤ��Τ��Ѥ����ޤ�����Debian �ݥꥷ��"
-"�Ǥ� dpkg-conffiles �μ�ư�Ѵ�������Ū�˶ػߤ��Ƥ��뤿�ᡢ�����Ѵ��ϼ�ư�ǹ�"
-"���ͤФʤ��ޤ�����"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"convert-console-log.conf �������ץȤ����μ���Ƥ����ޤ����ܺ٤� "
-"convert-console-log.conf(8) �Ȥ��Ƥ���������"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"dpkg �Ǥ��������˥ѥå����������������������������ե��������֤������ʤ����硢"
-"���Υѥå�������ư��ʤ��ʤ��ޤ���"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"console-log �ѥå������ϡ��������С��������ǵ������������ե����������Ѥ��Ƶ�"
-"ư���褦�Ȥ��Ƥ�ư��ʤ��������դ��Ƥ���������"
diff -Nru console-log-1.0.old/debian/po/nl.po
console-log-1.0.new/debian/po/nl.po
--- console-log-1.0.old/debian/po/nl.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/nl.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,73 +0,0 @@
-#
-# 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.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log 1.0-3\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2004-03-29 10:54+0100\n"
-"Last-Translator: Luk Claes <[email protected]>\n"
-"Language-Team: Debian l10n Dutch <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Nieuw configuratie-bestandsformaat voor /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"Het bestandsformaat voor het configuratiebestand van console-log is "
-"gewijzigd in een formaat dat veel flexibeler is. Omdat de Debian-policy "
-"expliciet automatische conversie van dpkg-conffiles verbiedt, moet de "
-"conversie handmatig gebeuren."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Het script convert-console-log.conf wordt aangeboden om hiermee te helpen. "
-"Zie convert-console-log.conf(8) voor details."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Als u dpkg niet toestond uw configuratiebestand te vervangen met het nieuwe "
-"configuratiebestand van het pakket, dan zal uw pakket haar werking staken."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Wees u ervan bewust dat uw console-log-pakket zal stoppen met werken als u "
-"probeert de nieuwe versie te starten met een configuratiebestand oude-stijl."
diff -Nru console-log-1.0.old/debian/po/POTFILES.in
console-log-1.0.new/debian/po/POTFILES.in
--- console-log-1.0.old/debian/po/POTFILES.in 2010-04-13 22:38:45.583459971
+0200
+++ console-log-1.0.new/debian/po/POTFILES.in 1970-01-01 01:00:00.000000000
+0100
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] console-log.templates
diff -Nru console-log-1.0.old/debian/po/pt_BR.po
console-log-1.0.new/debian/po/pt_BR.po
--- console-log-1.0.old/debian/po/pt_BR.po 2010-04-13 22:38:45.583459971
+0200
+++ console-log-1.0.new/debian/po/pt_BR.po 1970-01-01 01:00:00.000000000
+0100
@@ -1,67 +0,0 @@
-# console-log Brazilian Portuguese translation
-# Copyright (C) 2009 THE console-log'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the console-log package.
-# Flamarion Jorge <[email protected]>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log 1.0-15\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2009-01-08 04:00-0200\n"
-"Last-Translator: Flamarion Jorge <[email protected]>\n"
-"Language-Team: Brazilian Portuguese <[email protected]."
-"org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"pt_BR utf-8\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Novo formato do arquivo de configuração para /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"O formato do arquivo de configuração do console-log foi modificado para um "
-"formato muito mais flexível. Como a política de empacotamento Debian proíbe "
-"explicitamente a conversão automática de dpkg-conffiles, a conversão deve "
-"ser feita manualmente."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"O script convert-console-log.conf é fornecido para ajudar nisso. Veja "
-"convert-console-log.conf(8) para detalhes."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Se você não permitir que o dpkg substitua seu arquivo de configuração com o "
-"novo arquivo de configuração do pacote, seu pacote deixará de funcionar."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Esteja ciente que seu pacote console-log deixará de funcionar se você tentar "
-"invocar a nova versão com o arquivo de configuração antigo."
diff -Nru console-log-1.0.old/debian/po/pt.po
console-log-1.0.new/debian/po/pt.po
--- console-log-1.0.old/debian/po/pt.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/pt.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,64 +0,0 @@
-# Portuguese translation of console-log.
-# Joao Estevao <[email protected]>, 2006.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log 1.0-12\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2006-07-19 14:12+0100\n"
-"Last-Translator: Joao Estevao <[email protected]>\n"
-"Language-Team: Native Portuguese <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Novo formato de ficheiro de configuração para /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"O formato de configuração do console-log foi alterado para um formato mais "
-"flexível. Dado que não é permitido efectuar alterações aos ficheiros de "
-"configuração do dpkg de forma automática por política da Debian, a conversão "
-"necessita de ser efectuada manualmente."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"O script convert-console-log.conf é providenciado para auxiliar essa tarefa. "
-"Veja convert-console-log.conf(8) para mais informações."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Se não permitiu o dpkg substituir o seus ficheiro de configuração pela nova "
-"versão proveniente do pacote a aplicação irá deixar de funcionar."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Tome nota: o pacote console-log irá deixar de funcionar se tentar invocar a "
-"nova versão com um ficheiro de configuração com formato antigo."
diff -Nru console-log-1.0.old/debian/po/sv.po
console-log-1.0.new/debian/po/sv.po
--- console-log-1.0.old/debian/po/sv.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/sv.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,71 +0,0 @@
-# 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: console-log 1.0-10\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2005-10-13 08:32+0200\n"
-"Last-Translator: Daniel Nylander <[email protected]>\n"
-"Language-Team: Swedish <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Nytt forma f�r konfigurationsfilen /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"Formatet f�r console-log's konfigurationfil har �ndrats till ett format som "
-"�r mycket mer flexibel. Eftersom Debian's policy f�rbjuder automatisk "
-"upparbetning av dpkg-conffiler m�ste upparbetningen g�ras manuellt."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Skriptet convert-console-log.conf skickas med f�r att hj�lpa till med detta. "
-"Se convert-console-log.conf(8) f�r detaljer."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Om du inte till�ter dpkg att byta din konfigurationsfil med en ny "
-"konfigurationsfil fr�n paketet kommer din paket att sluta fungera."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"T�nk p� att ditt console-log paket kommer att sluta fungera om du f�rs�ker "
-"att starta den nya versionen med en �ldre konfigurationsfil."
diff -Nru console-log-1.0.old/debian/po/templates.pot
console-log-1.0.new/debian/po/templates.pot
--- console-log-1.0.old/debian/po/templates.pot 2010-04-13 22:38:45.583459971
+0200
+++ console-log-1.0.new/debian/po/templates.pot 1970-01-01 01:00:00.000000000
+0100
@@ -1,56 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <em...@address>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <em...@address>\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: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
diff -Nru console-log-1.0.old/debian/po/vi.po
console-log-1.0.new/debian/po/vi.po
--- console-log-1.0.old/debian/po/vi.po 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/po/vi.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,66 +0,0 @@
-# Vietnamese Translation for console-log.
-# Copyright © 2005 Free Software Foundation, Inc.
-# Clytie Siddall <[email protected]>, 2005.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: console-log 1.0-10\n"
-"Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2006-10-01 20:10+0000\n"
-"PO-Revision-Date: 2005-05-21 21:19+0930\n"
-"Last-Translator: Clytie Siddall <[email protected]>\n"
-"Language-Team: Vietnamese <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid "New config file format for /etc/console-log.conf"
-msgstr "Danh thức tập tin cấu hình mới cho /etc/console-log.conf"
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"console-log's config file format has been changed to a format that is much "
-"more flexible. Since Debian policy explicitly forbids automatic conversion "
-"of dpkg-conffiles, the conversion must be done manually."
-msgstr ""
-"Dang thức tập tin cấu hình của console-log (bản ghi của bàn giao tiếp) đã "
-"được thay đổi thành một dang thức nhiều dẻo hơn. Vì chính thức Debian cấm "
-"dứt khoát việc tự động chuyển đổi tập tin cấu hình dpkg thì cần phải tự "
-"chuyển đổi."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"The script convert-console-log.conf is provided to help with that. See "
-"convert-console-log.conf(8) for details."
-msgstr ""
-"Đã cung cấp tập lệnh convert-console-log.conf để giúp đỡ bạn thực hiện tiến "
-"trình này. Hãy xem trang hướng dấn convert-console-log.conf(8) để tìm chi "
-"tiết."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"If you didn't allow dpkg to replace your config file with the new config "
-"file from the package, your package will stop working."
-msgstr ""
-"Nếu bạn chưa cho phép trình dpkg thay thế tập tin cấu hình bạn bằng tập tin "
-"cấu hình mới thì gói tin của sẽ ngừng hoạt động."
-
-#. Type: note
-#. Description
-#: ../console-log.templates:1001
-msgid ""
-"Be aware that your console-log package will stop working if you try to "
-"invoke the new version with and old-style config file."
-msgstr ""
-"Cảnh báo: gói bản ghi bàn giao tiếp (console-log) sẽ ngừng hoạt động nếu bạn "
-"cố dùng phiên bản mới với một tập tin cấu hình dạng cũ."
diff -Nru console-log-1.0.old/debian/rules console-log-1.0.new/debian/rules
--- console-log-1.0.old/debian/rules 2010-04-13 22:38:45.583459971 +0200
+++ console-log-1.0.new/debian/rules 2010-04-18 15:56:33.776371964 +0200
@@ -19,7 +19,6 @@
dh_testdir
dh_testroot
rm -f build-stamp install-stamp
- debconf-updatepo
# Add here commands to clean up after the build process.
@@ -60,7 +59,7 @@
dh_testdir
dh_testroot
dh_install
- dh_installdebconf
+# dh_installdebconf
dh_installdocs
dh_installinit defaults 99
dh_installexamples
signature.asc
Description: Digital signature

