[Pkg-jed-commit] [SCM] Debian packaging of JED branch, master, updated. 1%3A0.99.18+dfsg.1-10-291-ga668a94

Jörg Sommer joerg at alea.gnuu.de
Sat Nov 28 23:10:48 UTC 2009


The following commit has been merged in the master branch:
commit 1628a3552cf2677ac69f3fcb5cca10bef019cd2c
Author: Jörg Sommer <joerg at alea.gnuu.de>
Date:   Sat Nov 21 18:10:06 2009 +0100

    jed-common,install: Remove workaround for stale config files
    
    Due to bug #108587 in dpkg, obsolate config files in /etc were not
    removed on package upgrades, i.e. config files dropped or renamed were
    not removed by dpkg. This workaround in jed-common took care of old files
    and removed them. Maybe the user was prompted, if the config file looked
    modified.
    
    Because the package jed-common in lenny contains the same config files as
    the current package, an upgrade would not suffer from this bug. And
    because we only support upgrades from the last stable version, we can
    drop this stuff, including the debconf question and all its translations.

diff --git a/debian/changelog b/debian/changelog
index 5f3e015..95bd2c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,12 @@ jed (1:0.99.19~pre210-1) UNRELEASED; urgency=low
     Because development of the 0.99.18 branch ended, 1:0.99.18+dfsg.1-13
     stays unreleased.
 
+  * Dropped the workaround for stale config files left in /etc by dpkg
+    (#108587) on an upgrade from older version of jed-common. As the
+    version in lenny doesn't contain any of these old config files, we
+    don't need this fix anymore. This made also the debconf question
+    obsolate.
+
  -- Jörg Sommer <joerg at alea.gnuu.de>  Thu, 01 Jan 1970 00:00:00 +0000
 
 jed (1:0.99.19~pre175-1) experimental; urgency=low
diff --git a/debian/jed-common.config b/debian/jed-common.config
deleted file mode 100644
index adf8ec0..0000000
--- a/debian/jed-common.config
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# md5sums from jed-0.99.9 (potato)
-file_1=38af7aa6498bfd7be927aa52c6c46585:/etc/jed-init.d/00site.sl
-file_2=91a5aee61e23906dcfffd24904d7ef62:/etc/jed-init.d/99default.sl
-
-# md5sums from jed-0.99.15-5 (woody)
-file_3=ce466753801194229b9b78f0b3b7e28c:/etc/jed-init.d/00site.sl
-file_4=5f0954b045b6b81f1ef0ba545d42c000:/etc/jed.conf
-
-# md5sums from SVN revisions 2 to 35
-file_5=5bf498a3703c5330e3acea00d0fa7a87:/etc/jed-init.d/00debian.sl
-
-# md5sums from SVN revisions 36 to 41
-file_6=28962c5ff0ff7cfcc58a22394599967e:/etc/jed-init.d/00debian.sl
-
-# md5sums from SVN revisions 42 to 55
-file_7=472a1d8dbdc16496ba51334f62366466:/etc/jed-init.d/00debian.sl
-
-# md5sums from SVN revisions 50 to 56
-file_8=da918de66b912df0205c5b38401b09b6:/etc/jed.conf
-
-# md5sums from SVN revisions 57
-file_9=fc2b1e847dd08da8b338a50ab04d1eb0:/etc/jed.conf
-
-# md5sums from SVN revisions 58
-file_10=3b919dbba6a2656a926f818344a60552:/etc/jed.conf
-
-# (starting at SVN revision 59, the /etc/jed-init.d/ was not used anymore)
-
-changed=false
-
-for n in `seq 1 10` ; do
-    eval "tmp=\$file_$n"
-    md5sum=${tmp%%:*}
-    file=${tmp##*:}
-    if [ -e $file ] ; then
-        if echo "$md5sum  $file" | md5sum -c >/dev/null 2>&1 ; then
-	    # The configuration file was not changed by the user: remove it
-	    # silently
-	    rm -f $file
-	else
-	    changed=true
-	fi
-    fi
-done
-
-if $changed; then
-    . /usr/share/debconf/confmodule
-
-    db_input medium jed-common/rm-site-defaults || true
-    db_go
-    db_get jed-common/rm-site-defaults
-    if [ "$RET" = true ] ; then
-        for n in `seq 1 10` ; do
-            eval "rm -f \${file_$n##*:}"
-	done
-    fi
-fi
diff --git a/debian/jed-common.templates b/debian/jed-common.templates
deleted file mode 100644
index 134d467..0000000
--- a/debian/jed-common.templates
+++ /dev/null
@@ -1,10 +0,0 @@
-Template: jed-common/rm-site-defaults
-Type: boolean
-Default: false
-_Description: Remove old files in /etc/?
- Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and
- 99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after
- an upgrade to 0.99.15-1 or higher.
- .
- It seems you have modified one of these files, because their md5 sums
- differ from the originals.
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
deleted file mode 100644
index c7faaa3..0000000
--- a/debian/po/POTFILES.in
+++ /dev/null
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] jed-common.templates
diff --git a/debian/po/cs.po b/debian/po/cs.po
deleted file mode 100644
index 5f7d013..0000000
--- a/debian/po/cs.po
+++ /dev/null
@@ -1,52 +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: jed\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2006-08-26 11:46+0200\n"
-"Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
-"Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Odstranit staré soubory v /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"Kvůli chybě v dpkg (#108587) nejsou po aktualizaci na verzi 0.99.15-1 a "
-"vyšší odstraněny z /etc/jed-init.d/ konfigurační soubory 00site.sl, "
-"00debian.sl a 99defaults.sl a ani konfigurační soubor /etc/jed.conf."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Jelikož se md5 součty těchto souborů liší od originálů, zdá se, že jste je "
-"upravovali."
diff --git a/debian/po/de.po b/debian/po/de.po
deleted file mode 100644
index dc0b53a..0000000
--- a/debian/po/de.po
+++ /dev/null
@@ -1,53 +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: jed 0.99.18\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2006-08-26 20:23+0200\n"
-"Last-Translator: Jörg Sommer <joerg at alea.gnuu.de>\n"
-"Language-Team: German <debian-l10n-german at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Veraltete Dateien in /etc/ entfernen?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"Aufgrund eines Fehlers in dpkg (#108587) wurden die Konfigurationsdateien "
-"00site.sl, 00debian.sl und 99defaults.sl in /etc/jed-init.d/ und "
-"/etc/jed.conf nach der Aktualisierung auf die Version 0.99.15-1 oder neuer "
-"nicht gelöscht."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Es scheint, dass eine der Dateien verändert wurde, da sie nicht mit dem "
-"Original übereinstimmt."
diff --git a/debian/po/es.po b/debian/po/es.po
deleted file mode 100644
index dd843da..0000000
--- a/debian/po/es.po
+++ /dev/null
@@ -1,69 +0,0 @@
-# jed po-debconf translation to spanish
-# Copyright (C) 2006 Software in the Public Interest, SPI Inc.
-# This file is distributed under the same license as the jed package.
-# 
-# Changes:
-# - Initial translation
-# 	Steve Lord Flaubert <stonescenter at gmail.com> , 2007
-# 
-#
-# 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 y normas 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
-# 
-# Si tiene dudas o consultas sobre esta traducción consulte con el último
-# traductor (campo Last-Translator) y ponga en copia a la lista de
-# traducción de Debian al español (<debian-l10n-spanish at lists.debian.org>)
-# 
-# 
-msgid ""
-msgstr ""
-"Project-Id-Version: jed 0.99.18-6\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2007-02-04 08:07-0500\n"
-"Last-Translator: Steve Lord Flaubert <stonescenter at gmail.com>\n"
-"Language-Team: Spanish <debian-l10n-spanish at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "¿Borrar los ficheros antiguos en «/etc/»?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr "Debido a un fallo en dpkg (#108587) la configuración de los ficheros 00site.sl, 00debian.sl "
-"y 99defaults.sl en «/etc/jed-init.d/» y «/etc/jed.conf» no se borraron después de una "
-"actualización a la versión 0.99.15-1 o superior."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr "Parece que modificó uno de estos ficheros, porque difiere la suma de comprobación "
-"md5 de los originales."
-
diff --git a/debian/po/fi.po b/debian/po/fi.po
deleted file mode 100644
index df89f06..0000000
--- a/debian/po/fi.po
+++ /dev/null
@@ -1,33 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: jed\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2008-04-18 08:41+0200\n"
-"Last-Translator: Esko Arajärvi <edu at iki.fi>\n"
-"Language-Team: Finnish <debian-l10n-finnish at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: Finnish\n"
-"X-Poedit-Country: FINLAND\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Poistetaanko vanhat tiedostot hakemistosta /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and 99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an upgrade to 0.99.15-1 or higher."
-msgstr "Ohjelmassa dpkg olevan virheen takia (#108587) hakemistoissa /etc/jed-init.d/ ja /etc/jed.conf olevia asetustiedostoja 00site.sl, 00debian.sl ja 99defaults.sl ei poisteta päivitettäessä versioon 0.99.15-1 tai uudempaan."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "It seems you have modified one of these files, because their md5 sums differ from the originals."
-msgstr "Näyttää siltä, että jotain näistä tiedostoista on muokattu, koska niiden md5-summat poikkeavat alkuperäisistä."
-
diff --git a/debian/po/fr.po b/debian/po/fr.po
deleted file mode 100644
index 7145543..0000000
--- a/debian/po/fr.po
+++ /dev/null
@@ -1,53 +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: jed 0.99.18\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2006-08-21 19:36+0200\n"
-"Last-Translator: Thomas Huriaux <thomas.huriaux at gmail.com>\n"
-"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Faut-il effacer les anciens fichiers dans le répertoire /etc/ ?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"En raison d'un bogue de dpkg (n° 108587), les fichiers de configuration "
-"00site.sl, 00debian.sl et 99defaults.sl dans /etc/jed-init.d/ et /etc/jed."
-"conf ne sont pas effacés après la mise à niveau vers les versions 0.99.15-1 "
-"et supérieures."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Un de ces fichiers semble avoir été modifié, car leurs sommes MD5 sont "
-"différentes de celles des fichiers originaux."
diff --git a/debian/po/gl.po b/debian/po/gl.po
deleted file mode 100644
index 6172676..0000000
--- a/debian/po/gl.po
+++ /dev/null
@@ -1,43 +0,0 @@
-# Galician translation of jed's debconf templates
-# This file is distributed under the same license as the jed package.
-# Jacobo Tarrio <jtarrio at debian.org>, 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: jed\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2007-02-26 16:46+0100\n"
-"Last-Translator: Jacobo Tarrio <jtarrio at debian.org>\n"
-"Language-Team: Galician <proxecto at trasno.net>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "¿Eliminar os ficheiros antigos de /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"Debido a un fallo en dpkg (#108587), os ficheiros de configuración 00site."
-"sl, 00debian.sl e 99defaults.sl de /etc/jed-init.d/ e /etc/jed.conf non se "
-"eliminan despois dunha actualización a 0.99.15-1 ou superior."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Semella que modificou un deses ficheiros, porque as súas sumas md5 son "
-"diferentes das orixinais."
diff --git a/debian/po/it.po b/debian/po/it.po
deleted file mode 100644
index 4b0fb40..0000000
--- a/debian/po/it.po
+++ /dev/null
@@ -1,44 +0,0 @@
-# jed po-debconf translation to italian
-# Copyright (C) 2004 Software in the Public Interest
-# This file is distributed under the same license as the jed package.
-# Luca Monducci <luca.mo at tiscali.it>, 2008.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: jed 0.99.18 debconf templates\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2008-11-08 13:00+0100\n"
-"Last-Translator: Luca Monducci <luca.mo at tiscali.it>\n"
-"Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Eliminare i vecchi file in /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"A causa di un bug in dpkg (#108587) i file di configurazione 00site.sl, "
-"00debian.sl e 99defaults.sl in /etc/jed-init.d/ e /etc/jed.conf non stati "
-"rimossi dopo l'aggiornamento alla versione 0.99.15-1 o successiva."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Sembra che almeno uno di questi file sia stato modificato, dato che la somma "
-"md5 è diversa da quella degli originali."
diff --git a/debian/po/ja.po b/debian/po/ja.po
deleted file mode 100644
index cff4031..0000000
--- a/debian/po/ja.po
+++ /dev/null
@@ -1,43 +0,0 @@
-# Japanese debconf templates translation for jed.
-# Copyright (C) 2007 Noritada Kobayashi
-# This file is distributed under the same license as the jed package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: jed (debconf) 0.99.18-8.etch.3\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2007-03-03 16:51+0900\n"
-"Last-Translator: Noritada Kobayashi <nori1 at dolphin.c.u-tokyo.ac.jp>\n"
-"Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "/etc/ 内の古いファイルを削除しますか?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"dpkg のバグ (#108587) のため、/etc/jed-init.d/ 内の設定ファイル 00site.sl、"
-"00debian.sl、99defaults.sl や /etc/jed.conf は、0.99.15-1 以降へのアップグ"
-"レード後に削除されません。"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"これらのファイルの一部が変更されているようです。md5sum が元々の値と異なりま"
-"す。"
diff --git a/debian/po/nl.po b/debian/po/nl.po
deleted file mode 100644
index 3d9525d..0000000
--- a/debian/po/nl.po
+++ /dev/null
@@ -1,45 +0,0 @@
-# Debian jed po-debconf translation,
-# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the jed package.
-# Vincent Zweije <zweije at xs4all.nl>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: jed 0.99.18-5\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2006-10-10 19:56+0000\n"
-"Last-Translator: Vincent Zweije <zweije at xs4all.nl>\n"
-"Language-Team: Debian-Dutch <debian-l10n-dutch at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr ""
-"Oude bestanden in /etc/ verwijderen?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"Door een fout in dpkg (#108587) worden de configbestanden 00site.sl, "
-"00debian.sl en 99defaults.sl in /etc/jed-init.d/ en /etc/jed.conf niet "
-"verwijderd na een opwaardering naar versie 0.99.15-1 of hoger."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"U heeft waarschijnlijk een van deze bestanden gewijzigd, want hun md5 "
-"controlesommen verschillen van die van de originele bestanden."
diff --git a/debian/po/pt.po b/debian/po/pt.po
deleted file mode 100644
index cf59d66..0000000
--- a/debian/po/pt.po
+++ /dev/null
@@ -1,48 +0,0 @@
-# Portuguese translation for jed debconf messages.
-# Copyright (C) Tiago Fernandes <tjg.fernandes at gmail.com>, 2006
-# This file is distributed under the same license as the Jed package.
-# Tiago Fernandes <tjg.fernandes at gmail.com>, 2006
-# Rafael Laboissiere <rafael at debian.org> has added the lacking last string
-# translation, waiting for the official version from Tiago Fernandes.
-# We are trying to get this version into etch.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: jed 0.99.18-6\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2007-01-11 23:08+0100\n"
-"Last-Translator: Rafael Laboissiere <rafael at debian.org>\n"
-"Language-Team: Portuguese <traduz at debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Portuguese\n"
-"X-Poedit-Country: PORTUGAL\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Remover os ficheiros antigos de /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr "Devido a um bug no dpkg (#108587) os ficheiros de configuração "
-"00site.sl, 00debian.sl e 99defaults.sl em /etc/jed-init.d/ e /etc/jed.conf "
-"não são removidos na actualização para a versão 0.99.15-1 ou superior."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Aparentemente, um destes ficheiros foi modificado por você, porque o "
-"valor de sua soma md5 é diferente do original."
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
deleted file mode 100644
index b4e674c..0000000
--- a/debian/po/pt_BR.po
+++ /dev/null
@@ -1,45 +0,0 @@
-# Brazilian Portuguese translation for jed debconf messages.
-# Copyright (C) Rafael Laboissiere <rafael at debian.org>, 2006
-# This file is distributed under the same license as the Jed package.
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: jed 0.99.18-7\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2007-01-12 09:22+0100\n"
-"Last-Translator: Rafael Laboissiere <rafael at debian.org>\n"
-"Language-Team: Debian-BR Project <debian-l10n-portuguese at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Remover os arquivos antigos de /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"Devido a um bug no dpkg (#108587) os arquivos de configuração "
-"00site.sl, 00debian.sl e 99defaults.sl em /etc/jed-init.d/ e "
-"/etc/jed.conf não são removidos na atualização para a versão 0.99.15-1 "
-"ou superior."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Aparentemente, um destes arquivos foi modificado por você, porque o "
-"valor de sua soma md5 é diferente do original."
diff --git a/debian/po/ru.po b/debian/po/ru.po
deleted file mode 100644
index 6cc964b..0000000
--- a/debian/po/ru.po
+++ /dev/null
@@ -1,47 +0,0 @@
-# translation of jed_0.99.18-6_debconf_ru.po to Russian
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-#
-# Yuri Kozlov <kozlov.y at gmail.com>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: 0.99.18-6\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2007-01-05 23:46+0300\n"
-"Last-Translator: Yuri Kozlov <kozlov.y at gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Удалить старые файлы из /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-"Из-за ошибки в dpkg (#108587) конфигурационные файлы 00site.sl, 00debian.sl и "
-"99defaults.sl в /etc/jed-init.d/ и /etc/jed.conf не удалились после "
-"обновления до версии 0.99.15-1 или более новой."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""
-"Кажется, что вы изменили один из этих файлов, так как их md5 суммы "
-"отличаются от оригинальных."
-
diff --git a/debian/po/sv.po b/debian/po/sv.po
deleted file mode 100644
index e8186c0..0000000
--- a/debian/po/sv.po
+++ /dev/null
@@ -1,40 +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 <EMAIL at ADDRESS>, YEAR.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: jed 0.99.18-4\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: 2006-09-14 21:43+0100\n"
-"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
-"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr "Ta bort gamla filer under /etc/?"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr "På grund av ett fel i dpkg (#108587) tas konfigurationsfilerna 00site.sl, 00debian.sl och 99defaults.sl under /etc/jed-init.d/ och /etc/jed.conf inte bort efter en uppgradering till 0.99.15-1 eller högre."
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr "Det verkar som om du har ändrat en av dessa filer därför att deras md5-kontrollsummor skiljer sig från originalen."
-
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
deleted file mode 100644
index c01ac4d..0000000
--- a/debian/po/templates.pot
+++ /dev/null
@@ -1,40 +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 <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: pkg-jed-devel at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2006-08-11 00:49+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid "Remove old files in /etc/?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"Due to a bug in dpkg (#108587) the config files 00site.sl, 00debian.sl and "
-"99defaults.sl in /etc/jed-init.d/ and /etc/jed.conf aren't removed after an "
-"upgrade to 0.99.15-1 or higher."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../jed-common.templates:1001
-msgid ""
-"It seems you have modified one of these files, because their md5 sums differ "
-"from the originals."
-msgstr ""

-- 
Debian packaging of JED



More information about the Pkg-jed-commit mailing list