[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

freeze exception for lurker/2.1-12



hello,

i just uploaded lurker/2.1-12 to unstable. only changes are an additional
debconf template translation (russian) and paths removed from invokation
of programs in postinst and postrm.
please consider unblocking this upload for migration to lenny.

changelog:

lurker (2.1-12) unstable; urgency=low

  * add russian debconf translation, thanks to Yuri Kozlov (closes: #494451)
  * remove paths from invokation of programs in $PATH in postinst and postrm.

 -- Jonas Meurer <mejo@debian.org>  Thu, 14 Aug 2008 16:01:24 +0200

debdiff is attached.

greetings,
 jonas
diff -u lurker-2.1/debian/postinst lurker-2.1/debian/postinst
--- lurker-2.1/debian/postinst
+++ lurker-2.1/debian/postinst
@@ -74,14 +74,14 @@
     	< /usr/share/lurker/lurker.conf.template > $tempfile
     
     # ucf section
-    /usr/bin/ucf --three-way $tempfile /etc/lurker/lurker.conf
+    ucf --three-way $tempfile /etc/lurker/lurker.conf
 
     # remove tempfile
     rm -f $tempfile
 
     # set the lurker system group password
     db_get lurker/group_passwd
-    echo "lurker:$RET" | /usr/sbin/chgpasswd
+    echo "lurker:$RET" | chgpasswd
     RET=""
 
     db_stop
diff -u lurker-2.1/debian/changelog lurker-2.1/debian/changelog
--- lurker-2.1/debian/changelog
+++ lurker-2.1/debian/changelog
@@ -1,3 +1,10 @@
+lurker (2.1-12) unstable; urgency=low
+
+  * add russian debconf translation, thanks to Yuri Kozlov (closes: #494451)
+  * remove paths from invokation of programs in $PATH in postinst and postrm.
+
+ -- Jonas Meurer <mejo@debian.org>  Thu, 14 Aug 2008 16:01:24 +0200
+
 lurker (2.1-11) unstable; urgency=low
 
   * update portuguese debconf translation, thanks to Luis Matos and Ricardo
diff -u lurker-2.1/debian/postrm lurker-2.1/debian/postrm
--- lurker-2.1/debian/postrm
+++ lurker-2.1/debian/postrm
@@ -40,7 +40,7 @@
 
     # and finally clear it out from the ucf database
     if [ -x /usr/bin/ucf ]; then
-      /usr/bin/ucf --purge /etc/lurker/lurker.conf
+      ucf --purge /etc/lurker/lurker.conf
     fi
     
     rm -rf /var/lib/lurker
only in patch2:
unchanged:
--- lurker-2.1.orig/debian/po/ru.po
+++ lurker-2.1/debian/po/ru.po
@@ -0,0 +1,111 @@
+# translation of 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@gmail.com>, 2008.
+msgid ""
+msgstr ""
+"Project-Id-Version: ru\n"
+"Report-Msgid-Bugs-To: lurker@packages.debian.org\n"
+"POT-Creation-Date: 2008-02-05 11:15+0100\n"
+"PO-Revision-Date: 2008-08-09 19:02+0400\n"
+"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\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
+#: ../templates:1001
+msgid "Configure apache2 automatically for lurker?"
+msgstr "Настроить apache2 под lurker автоматически?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid ""
+"It is possible to configure your apache2 webserver automatically in the way "
+"that lurker archive pages are directly available at http://localhost/lurker. "
+"This requires apache2 to provide an include dir in /etc/apache2/conf.d, like "
+"the debian apache2 package does."
+msgstr ""
+"Возможно автоматически провести настройку веб-сервера apache2 для того, "
+"чтобы архивные страницы lurker были доступны по адресу http://localhost/lurker. "
+"Для этого требуется apache2, который предоставляет каталог подключаемых "
+"файлов настроек /etc/apache2/conf.d, например, из debian-пакета apache2."
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid "No webserver will be configured automatically"
+msgstr "Ни один веб-сервер не был настроен автоматически"
+
+#. Type: note
+#. Description
+#: ../templates:2001
+msgid ""
+"It seems like you have not installed a supported webserver. The script did "
+"not detect an apache2 include directory at /etc/apache2/conf.d. Therefore, "
+"the script did not configure a webserver, and you have to configure manually "
+"any webserver that you want to use with lurker."
+msgstr ""
+"Кажется, что у вас не установлено поддерживаемых веб-серверов. Сценарий "
+"не обнаружил apache2 с каталогом подключаемых файлов настроек "
+"/etc/apache2/conf.d. Поэтому сценарий не выполнил настройку веб-сервера, "
+"и для использования веб-сервера с lurker, вам нужно настроить его вручную."
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid "Archive Name:"
+msgstr "Имя архива:"
+
+#. Type: string
+#. Description
+#: ../templates:3001
+msgid "The name that lurker uses to refer to the archive."
+msgstr "Имя, которое lurker будет использовать для архива."
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid "Admin Name:"
+msgstr "Имя администратора:"
+
+#. Type: string
+#. Description
+#: ../templates:4001
+msgid ""
+"This is the administrative contact information displayed at the bottom-right "
+"of generated pages. You should probably set it to something useful."
+msgstr ""
+"Эта информация об администраторе отображается справа внизу каждой "
+"генерируемой страницы. Лучше указать здесь что-нибудь полезное."
+
+#. Type: string
+#. Description
+#: ../templates:5001
+msgid "Admin Address:"
+msgstr "Адрес администратора:"
+
+#. Type: password
+#. Description
+#: ../templates:6001
+msgid "Password for the lurker system group:"
+msgstr "Пароль для системной группы lurker:"
+
+#. Type: password
+#. Description
+#: ../templates:6001
+msgid ""
+"A password for the lurker system group needs to be set. It is requested when "
+"deleting mail from archive through the web button. You can change the "
+"password later by running 'gpasswd lurker'."
+msgstr ""
+"Требуется установить пароль для системной группы lurker. Он запрашивается "
+"при удалении почты из архива через веб. Позже вы можете изменить пароль "
+"выполнив 'gpasswd lurker'."
+

Attachment: signature.asc
Description: Digital signature


Reply to: