Import Debian changes 1.0.10-1
tinc (1.0.10-1) unstable; urgency=low * New upstream release. * Include Russian debconf translation. Closes: #548759
This commit is contained in:
commit
445df16805
164 changed files with 15549 additions and 28950 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,3 +1,10 @@
|
|||
tinc (1.0.10-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Include Russian debconf translation. Closes: #548759
|
||||
|
||||
-- Guus Sliepen <guus@debian.org> Sun, 18 Oct 2009 16:31:49 +0200
|
||||
|
||||
tinc (1.0.9-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
|
|
|||
2
debian/compat
vendored
2
debian/compat
vendored
|
|
@ -1 +1 @@
|
|||
4
|
||||
7
|
||||
|
|
|
|||
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -2,8 +2,8 @@ Source: tinc
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Guus Sliepen <guus@debian.org>
|
||||
Standards-Version: 3.8.0
|
||||
Build-Depends: libssl-dev, debhelper (>= 4.1.16), gettext, texi2html, texinfo, zlib1g-dev, cdbs, liblzo2-dev
|
||||
Standards-Version: 3.8.3
|
||||
Build-Depends: libssl-dev, debhelper (>= 7), gettext, texi2html, texinfo, zlib1g-dev, cdbs, liblzo2-dev
|
||||
Homepage: http://www.tinc-vpn.org/
|
||||
|
||||
Package: tinc
|
||||
|
|
|
|||
58
debian/po/ru.po
vendored
Normal file
58
debian/po/ru.po
vendored
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
# translation of tinc_1.0.9-1_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 <yuray@komyakino.ru>, 2009.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: tinc 1.0.9-1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-12-27 10:27+0100\n"
|
||||
"PO-Revision-Date: 2009-09-13 09:42+0400\n"
|
||||
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
|
||||
"Language-Team: Russian <debian-l10n-russian@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
|
||||
#: ../tinc.templates:1001
|
||||
msgid "Restart tinc on each upgrade?"
|
||||
msgstr "Перезапускать tinc после каждого обновления?"
|
||||
|
||||
#. Type: boolean
|
||||
#. Description
|
||||
#: ../tinc.templates:1001
|
||||
msgid ""
|
||||
"You may choose if you want me to restart the tinc daemon every time you "
|
||||
"install a new version of this package."
|
||||
msgstr ""
|
||||
"Вы можете указать, что нужно перезапускать службу tinc каждый раз при "
|
||||
"установке новой версии данного пакета."
|
||||
|
||||
#. Type: boolean
|
||||
#. Description
|
||||
#: ../tinc.templates:1001
|
||||
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 ""
|
||||
"Иногда вы не хотели бы это делать, например, если вы производите "
|
||||
"обновление через туннель, созданный с помощью tinc. Остановка службы, "
|
||||
"скорее всего, приведёт к повисшему соединению, и tinc не сможет запуститься "
|
||||
"снова."
|
||||
|
||||
#. Type: boolean
|
||||
#. Description
|
||||
#: ../tinc.templates:1001
|
||||
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 ""
|
||||
"Если ответите отрицательно, то вам нужно перезапустить tinc вручную с помощью "
|
||||
"команды `invoke-rc.d tinc restart' в более удобное время."
|
||||
|
||||
5
debian/rules
vendored
5
debian/rules
vendored
|
|
@ -4,16 +4,15 @@ include /usr/share/cdbs/1/rules/debhelper.mk
|
|||
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS = --enable-tracing
|
||||
|
||||
# A bit of a kludge, we have our own init.d handling in postinst, but
|
||||
# cdbs calls dh_installinit anyway.
|
||||
DEB_DH_INSTALLINIT_ARGS = -n
|
||||
|
||||
clean::
|
||||
rm -f src/device.c
|
||||
rm -rf src/device.c doc/tinc
|
||||
build/tinc::
|
||||
cd doc && $(MAKE) texi2html
|
||||
binary-post-install/tinc::
|
||||
mv -v doc/tinc/*.html debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/
|
||||
rm -f debian/$(cdbs_curpkg)/usr/share/info/dir*
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue