From 2cb318558230afc45b433f3e453b5dbc6e419a36 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 17 Oct 2005 12:34:32 +0200 Subject: [PATCH] Import Debian changes 1.0.4-4 tinc (1.0.4-4) unstable; urgency=low * Include swedish debconf translation. Closes: #332963 * Remove nets.boot on purge. Closes: #333303 --- debian/changelog | 7 ++++++ debian/po/sv.po | 62 ++++++++++++++++++++++++++++++++++++++++++++++++ debian/postrm | 1 + 3 files changed, 70 insertions(+) create mode 100644 debian/po/sv.po diff --git a/debian/changelog b/debian/changelog index 64e6c7b..c999c42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tinc (1.0.4-4) unstable; urgency=low + + * Include swedish debconf translation. Closes: #332963 + * Remove nets.boot on purge. Closes: #333303 + + -- Guus Sliepen Mon, 17 Oct 2005 12:34:32 +0200 + tinc (1.0.4-3) unstable; urgency=low * Depend on debconf | debconf-2.0. diff --git a/debian/po/sv.po b/debian/po/sv.po new file mode 100644 index 0000000..aaa7347 --- /dev/null +++ b/debian/po/sv.po @@ -0,0 +1,62 @@ +# 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: tinc 1.0.4-3\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-11-11 20:06+0000\n" +"PO-Revision-Date: 2005-10-10 22:06+0200\n" +"Last-Translator: Daniel Nylander \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit" + +#. Type: boolean +#. Description +#: ../tinc.templates:4 +msgid "Restart tinc on each upgrade?" +msgstr "Starta om tinc vid varje uppgradering?" + +#. Type: boolean +#. Description +#: ../tinc.templates:4 +msgid "" +"You may choose if you want me to restart the tinc daemon every time you " +"install a new version of this package." +msgstr "" +"Du kan välja om du vill att jag startar om tinc-daemonen varje gång du installerar en " +"ny version av detta paket." + +#. Type: boolean +#. Description +#: ../tinc.templates:4 +msgid "" +"Sometimes you don't want to do this, for example if you are doing the " +"upgrade over a tunnel that is created with tinc. Stopping the daemon would " +"probably leave you with a dead connection, and tinc may not be started again." +msgstr "" +"Ibland vill du kanske inte göra detta, till exempel om du gör en uppgradering " +"via en tunnel som är skapad med tinc. Stoppa daemonen skulle antagligen koppla ner " +"förbindelsen och tinc kan inte startas igen." + +#. Type: boolean +#. Description +#: ../tinc.templates:4 +msgid "" +"If you refuse, you have to restart tinc yourself if you upgraded, by typing " +"`invoke-rc.d tinc restart' whenever it suits you." +msgstr "" +"Om du vägrar måste du starta om tinc själv om du uppgraderat, genom att skriva " +"'invoke-rc.d tinc restart' när det passar dig." + diff --git a/debian/postrm b/debian/postrm index 8b30ded..e4fbf15 100644 --- a/debian/postrm +++ b/debian/postrm @@ -2,6 +2,7 @@ set -e # Automatically added by package maintainer if [ "$1" = purge ]; then + rm -f /etc/tinc/nets.boot update-rc.d tinc remove >/dev/null 2>/dev/null fi # End automatically added section