Dear maintainer of mod-mono, On Monday, June 21, 2010 I sent you a notice announcing my intent to upload a NMU of your package to fix its pending l10n issues, after an initial notice sent on Wednesday, June 16, 2010.
You either agreed for this NMU or did not respond to my notices. I will now upload this NMU to DELAYED/7-DAY. The NMU patch is attached to this mail. The NMU changelog is: Source: mod-mono Version: 2.4.3-1.1 Distribution: unstable Urgency: low Maintainer: Christian Perrier <bubu...@debian.org> Date: Mon, 28 Jun 2010 07:39:27 +0200 Closes: 569657 586630 586711 Changes: mod-mono (2.4.3-1.1) unstable; urgency=low . * Non-maintainer upload. * No longer hardcode call to "tempfile" in config script * No longer hardcode call to "a2enmod" in postinst and prerm scripts * Fix pending l10n issues. Debconf translations: - Vietnamese (Clytie Siddall). Closes: #569657 - Simplified Chinese (syq). Closes: #586630 - German (Chris Leick). Closes: #586711 - Danish (Joe Hansen). Closes: #586711 --
diff -Nru mod-mono-2.4.3.old/debian/changelog mod-mono-2.4.3/debian/changelog --- mod-mono-2.4.3.old/debian/changelog 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/changelog 2010-06-29 22:14:25.000000000 +0200 @@ -1,3 +1,16 @@ +mod-mono (2.4.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * No longer hardcode call to "tempfile" in config script + * No longer hardcode call to "a2enmod" in postinst and prerm scripts + * Fix pending l10n issues. Debconf translations: + - Vietnamese (Clytie Siddall). Closes: #569657 + - Simplified Chinese (syq). Closes: #586630 + - German (Chris Leick). Closes: #586711 + - Danish (Joe Hansen). Closes: #586711 + + -- Christian Perrier <bubu...@debian.org> Mon, 28 Jun 2010 07:39:27 +0200 + mod-mono (2.4.3-1) unstable; urgency=low * New upstream release diff -Nru mod-mono-2.4.3.old/debian/libapache2-mod-mono.config mod-mono-2.4.3/debian/libapache2-mod-mono.config --- mod-mono-2.4.3.old/debian/libapache2-mod-mono.config 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/libapache2-mod-mono.config 2010-06-29 22:13:12.000000000 +0200 @@ -5,7 +5,7 @@ db_capb backup db_title Apache 2.2 mod-mono -tempfile=`/bin/tempfile` +tempfile=`tempfile` # Figure out which module we want to connect to USE_MONO_SERVER=none diff -Nru mod-mono-2.4.3.old/debian/libapache2-mod-mono.postinst mod-mono-2.4.3/debian/libapache2-mod-mono.postinst --- mod-mono-2.4.3.old/debian/libapache2-mod-mono.postinst 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/libapache2-mod-mono.postinst 2010-06-29 22:13:28.000000000 +0200 @@ -19,7 +19,7 @@ fi if [ -e /etc/apache2/apache2.conf ]; then - /usr/sbin/a2enmod mod_mono || true + a2enmod mod_mono || true fi exit 0 diff -Nru mod-mono-2.4.3.old/debian/libapache2-mod-mono.prerm mod-mono-2.4.3/debian/libapache2-mod-mono.prerm --- mod-mono-2.4.3.old/debian/libapache2-mod-mono.prerm 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/libapache2-mod-mono.prerm 2010-06-29 22:13:20.000000000 +0200 @@ -9,7 +9,7 @@ fi if [ -e /etc/apache2/apache2.conf ]; then - /usr/sbin/a2dismod mod_mono || true + a2dismod mod_mono || true fi exit 0 diff -Nru mod-mono-2.4.3.old/debian/po/cs.po mod-mono-2.4.3/debian/po/cs.po --- mod-mono-2.4.3.old/debian/po/cs.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/cs.po 2010-06-29 21:30:30.000000000 +0200 @@ -22,6 +22,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" #. Type: select #. Description diff -Nru mod-mono-2.4.3.old/debian/po/da.po mod-mono-2.4.3/debian/po/da.po --- mod-mono-2.4.3.old/debian/po/da.po 1970-01-01 01:00:00.000000000 +0100 +++ mod-mono-2.4.3/debian/po/da.po 2010-06-29 21:30:30.000000000 +0200 @@ -0,0 +1,37 @@ +# Danish translation mod-mono. +# Copyright (C) 2010 mod-mono & nedenst??ende overs??ttere. +# This file is distributed under the same license as the mod-mono package. +# Joe Hansen <joedalt...@yahoo.dk>, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: mod-mono\n" +"Report-Msgid-Bugs-To: mod-m...@packages.debian.org\n" +"POT-Creation-Date: 2009-07-16 15:24+0100\n" +"PO-Revision-Date: 2010-06-21 17:30+01:00\n" +"Last-Translator: Joe Hansen <joedalt...@yahoo.dk>\n" +"Language-Team: Danish <debian-l10n-dan...@lists.debian.org> \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: \n" + +#. Type: select +#. Description +#: ../libapache2-mod-mono.templates:2001 +msgid "Mono server to use:" +msgstr "Monoserver der skal bruges:" + +#. Type: select +#. Description +#: ../libapache2-mod-mono.templates:2001 +msgid "" +"The libapache2-mod-mono module can be used with one of two different Mono " +"ASP.NET backends:\n" +" - mod-mono-server1: implements ASP.NET 1.1 features;\n" +" - mod-mono-server2: implements ASP.NET 2.0 features." +msgstr "" +"Modulet libapache2-mod-mono kan bruges med en af to forskellige Mono ASP.NET-" +"motorer:\n" +" - mod-mono-server1: Implementerer ASP.NET 1.1-funktioner;\n" +" - mod-mono-server2: Implementerer ASP.NET 2.0-funktioner." diff -Nru mod-mono-2.4.3.old/debian/po/es.po mod-mono-2.4.3/debian/po/es.po --- mod-mono-2.4.3.old/debian/po/es.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/es.po 2010-06-29 21:30:30.000000000 +0200 @@ -38,6 +38,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" #. Type: select #. Description diff -Nru mod-mono-2.4.3.old/debian/po/fi.po mod-mono-2.4.3/debian/po/fi.po --- mod-mono-2.4.3.old/debian/po/fi.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/fi.po 2010-06-29 21:30:30.000000000 +0200 @@ -9,6 +9,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fi\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: Finland\n" diff -Nru mod-mono-2.4.3.old/debian/po/fr.po mod-mono-2.4.3/debian/po/fr.po --- mod-mono-2.4.3.old/debian/po/fr.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/fr.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" "X-Generator: Lokalize 0.3\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" diff -Nru mod-mono-2.4.3.old/debian/po/gl.po mod-mono-2.4.3/debian/po/gl.po --- mod-mono-2.4.3.old/debian/po/gl.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/gl.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: gl\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" diff -Nru mod-mono-2.4.3.old/debian/po/it.po mod-mono-2.4.3/debian/po/it.po --- mod-mono-2.4.3.old/debian/po/it.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/it.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" #. Type: select #. Description diff -Nru mod-mono-2.4.3.old/debian/po/ja.po mod-mono-2.4.3/debian/po/ja.po --- mod-mono-2.4.3.old/debian/po/ja.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/ja.po 2010-06-29 21:30:30.000000000 +0200 @@ -13,6 +13,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ja\n" #. Type: select #. Description diff -Nru mod-mono-2.4.3.old/debian/po/nl.po mod-mono-2.4.3/debian/po/nl.po --- mod-mono-2.4.3.old/debian/po/nl.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/nl.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Poedit-Language: Dutch\n" #. Type: select diff -Nru mod-mono-2.4.3.old/debian/po/pt.po mod-mono-2.4.3/debian/po/pt.po --- mod-mono-2.4.3.old/debian/po/pt.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/pt.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: pt\n" #. Type: select #. Description diff -Nru mod-mono-2.4.3.old/debian/po/ru.po mod-mono-2.4.3/debian/po/ru.po --- mod-mono-2.4.3.old/debian/po/ru.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/ru.po 2010-06-29 21:30:30.000000000 +0200 @@ -15,6 +15,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: ru\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" diff -Nru mod-mono-2.4.3.old/debian/po/sv.po mod-mono-2.4.3/debian/po/sv.po --- mod-mono-2.4.3.old/debian/po/sv.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/sv.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: SWEDEN\n" diff -Nru mod-mono-2.4.3.old/debian/po/ta.po mod-mono-2.4.3/debian/po/ta.po --- mod-mono-2.4.3.old/debian/po/ta.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/ta.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Generator: KBabel 1.11.4\n" #. Type: select diff -Nru mod-mono-2.4.3.old/debian/po/tr.po mod-mono-2.4.3/debian/po/tr.po --- mod-mono-2.4.3.old/debian/po/tr.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/tr.po 2010-06-29 21:30:30.000000000 +0200 @@ -14,6 +14,7 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: \n" "X-Poedit-Language: Turkish\n" #. Type: select diff -Nru mod-mono-2.4.3.old/debian/po/vi.po mod-mono-2.4.3/debian/po/vi.po --- mod-mono-2.4.3.old/debian/po/vi.po 2010-06-12 20:22:03.000000000 +0200 +++ mod-mono-2.4.3/debian/po/vi.po 2010-06-29 21:30:30.000000000 +0200 @@ -1,20 +1,21 @@ # Vietnamese translation for Mod-Mono. -# Copyright © 2007 Free Software Foundation, Inc. -# Clytie Siddall <cly...@riverland.net.au>, 2007 +# Copyright © 2010 Free Software Foundation, Inc. +# Clytie Siddall <cly...@riverland.net.au>, 2007-2010. # msgid "" msgstr "" -"Project-Id-Version: mod-mono\n" +"Project-Id-Version: mod-mono 2.4.2-1.1\n" "Report-Msgid-Bugs-To: mod-m...@packages.debian.org\n" "POT-Creation-Date: 2009-07-16 15:24+0100\n" -"PO-Revision-Date: 2007-07-26 23:31+0930\n" +"PO-Revision-Date: 2010-02-13 19:09+0930\n" "Last-Translator: Clytie Siddall <cly...@riverland.net.au>\n" "Language-Team: Vietnamese <vi...@googlegroups.com>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: LocFactoryEditor 1.7.1b\n" +"X-Generator: LocFactoryEditor 1.8\n" #. Type: select #. Description @@ -25,12 +26,6 @@ #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 -#, fuzzy -#| msgid "" -#| "The libapache2-mod-mono module can be used with one of two different Mono " -#| "ASP.NET backends:\n" -#| " - mod-mono-server : implements ASP.NET 1.1 features;\n" -#| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" diff -Nru mod-mono-2.4.3.old/debian/po/zh_CN.po mod-mono-2.4.3/debian/po/zh_CN.po --- mod-mono-2.4.3.old/debian/po/zh_CN.po 1970-01-01 01:00:00.000000000 +0100 +++ mod-mono-2.4.3/debian/po/zh_CN.po 2010-06-29 21:30:30.000000000 +0200 @@ -0,0 +1,37 @@ +# Chinese translations for PACKAGE package +# PACKAGE 软件包的简体中文翻译. +# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# syq <wzss...@gmail.com>, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: mod-mono VERSION\n" +"Report-Msgid-Bugs-To: mod-m...@packages.debian.org\n" +"POT-Creation-Date: 2009-07-16 15:24+0100\n" +"PO-Revision-Date: 2010-06-21 14:31+0800\n" +"Last-Translator: syq <wzss...@gmail.com>\n" +"Language-Team: Chinese (simplified) <>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh_CN\n" + +#. Type: select +#. Description +#: ../libapache2-mod-mono.templates:2001 +msgid "Mono server to use:" +msgstr "要使用的 Mono 服务器" + +#. Type: select +#. Description +#: ../libapache2-mod-mono.templates:2001 +msgid "" +"The libapache2-mod-mono module can be used with one of two different Mono " +"ASP.NET backends:\n" +" - mod-mono-server1: implements ASP.NET 1.1 features;\n" +" - mod-mono-server2: implements ASP.NET 2.0 features." +msgstr "" +"libapache2-mod-mono 模块可以和如下两种 Mono ASP.NET 后台配合使用:\n" +" - mod-mono-server1:实现了 ASP.NET 1.1 功能;\n" +" - mod-mono-server2:实现了 ASP.NET 2.0 功能。"
signature.asc
Description: Digital signature