From 458d509a4fbbfacda4871062628ac55714604866 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 16 Jul 2005 11:42:04 +0200 Subject: [PATCH] Import Debian changes 1.0.4-2 tinc (1.0.4-2) unstable; urgency=low * Compensate for change in texinfo's output directory. Closes: #318562 * Include Czech translation of the debconf questions. Closes: #312982 --- debian/changelog | 7 ++++++ debian/control | 2 +- debian/po/cs.po | 63 ++++++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 2 +- 4 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 debian/po/cs.po diff --git a/debian/changelog b/debian/changelog index 9624302..4653767 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +tinc (1.0.4-2) unstable; urgency=low + + * Compensate for change in texinfo's output directory. Closes: #318562 + * Include Czech translation of the debconf questions. Closes: #312982 + + -- Guus Sliepen Sat, 16 Jul 2005 11:42:04 +0200 + tinc (1.0.4-1) unstable; urgency=low * New upstream release. Closes: #294819 diff --git a/debian/control b/debian/control index dd7acdd..067f4ea 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: tinc Section: net Priority: optional Maintainer: Guus Sliepen -Standards-Version: 3.6.1 +Standards-Version: 3.6.2 Build-Depends: libssl-dev, debhelper (>= 4.1.16), gettext, texi2html, zlib1g-dev, cdbs, liblzo-dev Package: tinc diff --git a/debian/po/cs.po b/debian/po/cs.po new file mode 100644 index 0000000..6316375 --- /dev/null +++ b/debian/po/cs.po @@ -0,0 +1,63 @@ +# +# 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: tinc 1.0.4-1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-11-11 20:06+0000\n" +"PO-Revision-Date: 2005-06-10 22:44+0200\n" +"Last-Translator: Martin Sin \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../tinc.templates:4 +msgid "Restart tinc on each upgrade?" +msgstr "Restartovat tinc při každé aktualizaci?" + +#. 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 "" +"Můžete zvolit, zda restartovat tinc daemona pokaždé, když je instalována " +"nová verze tohoto balíčku." + +#. 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 "" +"Někdy tuto možnost nepotřebujete, například pokud provádíte aktualizaci " +"přes tunel, který je vytvořen pomocí tinc. Zastavení tohoto daemona " +"vám pravděpodobně zanechá \"mrtvé připojení\" a navíc se tinc nemusí znovu " +"spustit." + +#. 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 "" +"Pokud zamítnete, musíte po aktualizaci restartovat tinc ručně, zadáním " +"příkazu `invoke-rc.d tinc restart' kdykoliv se vám to hodí." diff --git a/debian/rules b/debian/rules index 7a87cc8..1dd4fc6 100755 --- a/debian/rules +++ b/debian/rules @@ -15,5 +15,5 @@ clean:: build/tinc:: cd doc && $(MAKE) texi2html binary-post-install/tinc:: - mv -v doc/*.html debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/ + mv -v doc/tinc/*.html debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/ cd debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/ && tar xzf ../../../../../../doc/sample-config.tar.gz && mv sample-config examples && rm -rf examples/CVS examples/hosts/CVS