Dear maintainer of wzdftpd, On Wednesday, May 26, 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 Friday, May 21, 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: wzdftpd Version: 0.8.3-6.1 Distribution: unstable Urgency: low Maintainer: Christian Perrier <[email protected]> Date: Wed, 02 Jun 2010 07:39:10 +0200 Closes: 521334 553031 583963 Changes: wzdftpd (0.8.3-6.1) unstable; urgency=low . * Non-maintainer upload. * Correct versioned build dependency on debhelper > 5 as we're using compatibility level 5 * Add a boilerplate to all binary packages' descriptions and improve the synopsis of binary packages in debian/control Closes: #521334 * Move upstream web site mention to Homepage field in debian/control Closes: #521334 * Add $remote_fs to init script dependencies in Required-{Start|Stop} * Fix pending l10n issues. Debconf translations: - Japanese (Hideki Yamane (Debian-JP)). Closes: #553031 - Danish (Joe Hansen). Closes: #583963 --
diff -Nru wzdftpd-0.8.3.old/debian/changelog wzdftpd-0.8.3/debian/changelog
--- wzdftpd-0.8.3.old/debian/changelog 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/changelog 2010-06-03 22:40:08.000000000 +0200
@@ -1,3 +1,20 @@
+wzdftpd (0.8.3-6.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Correct versioned build dependency on debhelper > 5 as
+ we're using compatibility level 5
+ * Add a boilerplate to all binary packages' descriptions and
+ improve the synopsis of binary packages in debian/control
+ Closes: #521334
+ * Move upstream web site mention to Homepage field in debian/control
+ Closes: #521334
+ * Add $remote_fs to init script dependencies in Required-{Start|Stop}
+ * Fix pending l10n issues. Debconf translations:
+ - Japanese (Hideki Yamane (Debian-JP)). Closes: #553031
+ - Danish (Joe Hansen). Closes: #583963
+
+ -- Christian Perrier <[email protected]> Wed, 02 Jun 2010 07:39:10 +0200
+
wzdftpd (0.8.3-6) unstable; urgency=low
* Acknowledge NMU (thanks Christian) (Closes: #460996, #481773, #499773)
diff -Nru wzdftpd-0.8.3.old/debian/control wzdftpd-0.8.3/debian/control
--- wzdftpd-0.8.3.old/debian/control 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/control 2010-06-03 22:35:44.000000000 +0200
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Pierre Chifflier <[email protected]>
-Build-Depends: debhelper (>= 4.1.16),
+Build-Depends: debhelper (>= 5),
libgnutls-dev | libssl-dev,
zlib1g-dev, tcl8.4-dev,
libperl-dev,
@@ -14,13 +14,14 @@
libavahi-client-dev (>= 0.6.0),
cmake (>= 2.4.5)
Standards-Version: 3.8.0
+Homepage: http://www.wzdftpd.net/
Package: wzdftpd
Architecture: any
Depends: ${shlibs:Depends}, ucf, debconf (>= 0.2.26) | debconf-2.0, po-debconf, ${misc:Depends}
Provides: ftp-server
Conflicts: ftp-server
-Description: A portable, modular, small and efficient ftp server
+Description: modular, small and efficient ftp server - binaries
wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
is multithreaded. Server is fully configurable online using SITE commands, and
implements the lastest RFC extensions to FTP protocol.
@@ -31,41 +32,79 @@
.
It includes several authentication backends, is easily scriptable and provides
a powerful event-driven system to extend server.
- .
- For more informations, see http://www.wzdftpd.net/
Package: wzdftpd-back-mysql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: mysql-server
-Description: MySQL backend for wzdftpd
+Description: modular, small and efficient ftp server - MySQL backend
+ wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
+ is multithreaded. Server is fully configurable online using SITE commands, and
+ implements the lastest RFC extensions to FTP protocol.
+ .
+ Features are: flexible user management, acls, virtual users/groups, security,
+ speed, bandwith limitation, per command authorization, virtual directories,
+ dynamic ip changes auto-detection, etc.
+ .
This package provides the MySQL backend for wzdftpd.
Package: wzdftpd-back-pgsql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: postgresql
-Description: PostgreSQL backend for wzdftpd
+Description: modular, small and efficient ftp server - PostgreSQL backend
+ wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
+ is multithreaded. Server is fully configurable online using SITE commands, and
+ implements the lastest RFC extensions to FTP protocol.
+ .
+ Features are: flexible user management, acls, virtual users/groups, security,
+ speed, bandwith limitation, per command authorization, virtual directories,
+ dynamic ip changes auto-detection, etc.
+ .
This package provides the PostgreSQL backend for wzdftpd.
Package: wzdftpd-mod-avahi
Architecture: any
Depends: ${shlibs:Depends}, wzdftpd (= ${binary:Version}), ${misc:Depends}
-Description: Zeroconf module for wzdftpd
+Description: modular, small and efficient ftp server - zeroconf module
+ wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
+ is multithreaded. Server is fully configurable online using SITE commands, and
+ implements the lastest RFC extensions to FTP protocol.
+ .
+ Features are: flexible user management, acls, virtual users/groups, security,
+ speed, bandwith limitation, per command authorization, virtual directories,
+ dynamic ip changes auto-detection, etc.
+ .
This package provides the necessary files to enable zeroconf support in
wzdftpd, using the Avahi module.
Package: wzdftpd-mod-tcl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Tcl module for wzdftpd
+Description: modular, small and efficient ftp server - Tcl module
+ wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
+ is multithreaded. Server is fully configurable online using SITE commands, and
+ implements the lastest RFC extensions to FTP protocol.
+ .
+ Features are: flexible user management, acls, virtual users/groups, security,
+ speed, bandwith limitation, per command authorization, virtual directories,
+ dynamic ip changes auto-detection, etc.
+ .
This package provides the necessary files to run Tcl plugins in wzdftpd,
in the Tcl module.
Package: wzdftpd-mod-perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Perl module for wzdftpd
+Description: modular, small and efficient ftp server - Perl module
+ wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
+ is multithreaded. Server is fully configurable online using SITE commands, and
+ implements the lastest RFC extensions to FTP protocol.
+ .
+ Features are: flexible user management, acls, virtual users/groups, security,
+ speed, bandwith limitation, per command authorization, virtual directories,
+ dynamic ip changes auto-detection, etc.
+ .
This package provides the necessary files to run Perl plugins in wzdftpd,
in the Perl module.
@@ -73,6 +112,14 @@
Architecture: any
Depends: ${shlibs:Depends}, wzdftpd (= ${binary:Version}), ${misc:Depends}
Section: libdevel
-Description: Development files for wzdftpd
+Description: modular, small and efficient ftp server - development files
+ wzdftpd is designed to be run as root or non-root, It supports IPv6, SSL, and
+ is multithreaded. Server is fully configurable online using SITE commands, and
+ implements the lastest RFC extensions to FTP protocol.
+ .
+ Features are: flexible user management, acls, virtual users/groups, security,
+ speed, bandwith limitation, per command authorization, virtual directories,
+ dynamic ip changes auto-detection, etc.
+ .
This package provides all needed files to develop extensions for wzdftpd.
diff -Nru wzdftpd-0.8.3.old/debian/init.d wzdftpd-0.8.3/debian/init.d
--- wzdftpd-0.8.3.old/debian/init.d 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/init.d 2010-06-03 22:30:51.000000000 +0200
@@ -2,8 +2,8 @@
### BEGIN INIT INFO
# Provides: wzdftpd
-# Required-Start: $syslog
-# Required-Stop: $syslog
+# Required-Start: $syslog $remote_fs
+# Required-Stop: $syslog $remote_fs
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
diff -Nru wzdftpd-0.8.3.old/debian/po/cs.po wzdftpd-0.8.3/debian/po/cs.po
--- wzdftpd-0.8.3.old/debian/po/cs.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/cs.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: 2006-02-17 18:38+0100\n"
"Last-Translator: Miroslav Kure <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
+"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff -Nru wzdftpd-0.8.3.old/debian/po/da.po wzdftpd-0.8.3/debian/po/da.po
--- wzdftpd-0.8.3.old/debian/po/da.po 1970-01-01 01:00:00.000000000 +0100
+++ wzdftpd-0.8.3/debian/po/da.po 2010-06-01 07:34:00.000000000 +0200
@@ -0,0 +1,43 @@
+# Danish translation wzdftpd.
+# Copyright (C) 2010 wzdftpd & nedenst??ende overs??ttere.
+# This file is distributed under the same license as the wzdftpd package.
+# Joe Hansen <[email protected]>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wzdftpd\n"
+"Report-Msgid-Bugs-To: [email protected]\n"
+"POT-Creation-Date: 2006-09-28 09:26+0200\n"
+"PO-Revision-Date: 2010-05-31 17:30+01:00\n"
+"Last-Translator: Joe Hansen <[email protected]>\n"
+"Language-Team: Danish <[email protected]> \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../wzdftpd.templates:1001
+msgid "Upgrading"
+msgstr "Opgraderer"
+
+#. Type: note
+#. Description
+#: ../wzdftpd.templates:1001
+msgid ""
+"The format of the config file has changed in version 0.6.0, and is not "
+"compatible with previous version."
+msgstr ""
+"Formatet p?? konfigurationsfilen har ??ndret sig i version 0.6.0, og er ikke "
+"kompatibel med den forrige version."
+
+#. Type: note
+#. Description
+#: ../wzdftpd.templates:1001
+msgid ""
+"You must create a new config file. See /usr/share/doc/wzdftpd/examples for "
+"an example."
+msgstr ""
+"Du skal oprette en ny konfigurationsfil. Se /usr/share/doc/wzdftpd/examples "
+"for et eksempel."
diff -Nru wzdftpd-0.8.3.old/debian/po/de.po wzdftpd-0.8.3/debian/po/de.po
--- wzdftpd-0.8.3.old/debian/po/de.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/de.po 2010-05-26 11:54:08.000000000 +0200
@@ -10,6 +10,7 @@
"PO-Revision-Date: 2007-02-10 14:53+0100\n"
"Last-Translator: Helge Kreutzmann <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
+"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -27,8 +28,8 @@
"The format of the config file has changed in version 0.6.0, and is not "
"compatible with previous version."
msgstr ""
-"Das Format der Konfigurationsdatei hat sich in Version 0.6.0 ge�ndert und ist "
-"zu vorhergehenden Versionen nicht kompatibel."
+"Das Format der Konfigurationsdatei hat sich in Version 0.6.0 ge�ndert und "
+"ist zu vorhergehenden Versionen nicht kompatibel."
#. Type: note
#. Description
diff -Nru wzdftpd-0.8.3.old/debian/po/es.po wzdftpd-0.8.3/debian/po/es.po
--- wzdftpd-0.8.3.old/debian/po/es.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/es.po 2010-05-26 11:54:08.000000000 +0200
@@ -33,6 +33,7 @@
"PO-Revision-Date: 2008-02-10 19:27-0500\n"
"Last-Translator: Enrique Matias Sanchez <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff -Nru wzdftpd-0.8.3.old/debian/po/eu.po wzdftpd-0.8.3/debian/po/eu.po
--- wzdftpd-0.8.3.old/debian/po/eu.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/eu.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: 2008-09-22 10:45+0200\n"
"Last-Translator: Piarres Beobide <[email protected]>\n"
"Language-Team: Euskara <[email protected]>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff -Nru wzdftpd-0.8.3.old/debian/po/fr.po wzdftpd-0.8.3/debian/po/fr.po
--- wzdftpd-0.8.3.old/debian/po/fr.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/fr.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: 2006-01-15 16:18+0100\n"
"Last-Translator: Steve Petruzzello <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
diff -Nru wzdftpd-0.8.3.old/debian/po/it.po wzdftpd-0.8.3/debian/po/it.po
--- wzdftpd-0.8.3.old/debian/po/it.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/it.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: 2008-09-21 10:02+0100\n"
"Last-Translator: Vincenzo Campanella <[email protected]>\n"
"Language-Team: \n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff -Nru wzdftpd-0.8.3.old/debian/po/ja.po wzdftpd-0.8.3/debian/po/ja.po
--- wzdftpd-0.8.3.old/debian/po/ja.po 1970-01-01 01:00:00.000000000 +0100
+++ wzdftpd-0.8.3/debian/po/ja.po 2010-05-21 07:42:51.000000000 +0200
@@ -0,0 +1,42 @@
+# Copyright (C) 2009 Pierre Chifflier <[email protected]>
+# This file is distributed under the same license as wzdftpd package.
+# Hideki Yamane <[email protected]>, 2009
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wzdftpd 0.8.3-6+b1\n"
+"Report-Msgid-Bugs-To: [email protected]\n"
+"POT-Creation-Date: 2006-09-28 09:26+0200\n"
+"PO-Revision-Date: 2009-10-25 06:52+0900\n"
+"Last-Translator: Hideki Yamane (Debian-JP) <[email protected]>\n"
+"Language-Team: Japanese <[email protected]>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: note
+#. Description
+#: ../wzdftpd.templates:1001
+msgid "Upgrading"
+msgstr "アップグレード"
+
+#. Type: note
+#. Description
+#: ../wzdftpd.templates:1001
+msgid ""
+"The format of the config file has changed in version 0.6.0, and is not "
+"compatible with previous version."
+msgstr ""
+"バージョン 0.6.0 で設定ファイルの形式が変更され、以前のバージョンと互換性がな"
+"くなっています。"
+
+#. Type: note
+#. Description
+#: ../wzdftpd.templates:1001
+msgid ""
+"You must create a new config file. See /usr/share/doc/wzdftpd/examples for "
+"an example."
+msgstr ""
+"新しい設定ファイルを作成する必要があります。例として/usr/share/doc/wzdftpd/"
+"examples を参照してください。"
diff -Nru wzdftpd-0.8.3.old/debian/po/nl.po wzdftpd-0.8.3/debian/po/nl.po
--- wzdftpd-0.8.3.old/debian/po/nl.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/nl.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: 2007-10-26 13:26+0100\n"
"Last-Translator: Bart Cornelis <[email protected]>\n"
"Language-Team: debian-l10n-dutch <[email protected]>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -25,12 +26,19 @@
#. Type: note
#. Description
#: ../wzdftpd.templates:1001
-msgid "The format of the config file has changed in version 0.6.0, and is not compatible with previous version."
-msgstr "Het formaat van het configuratiebestand is veranderd in versie 0.6.0, en is niet compatibel met de vorige versie."
+msgid ""
+"The format of the config file has changed in version 0.6.0, and is not "
+"compatible with previous version."
+msgstr ""
+"Het formaat van het configuratiebestand is veranderd in versie 0.6.0, en is "
+"niet compatibel met de vorige versie."
#. Type: note
#. Description
#: ../wzdftpd.templates:1001
-msgid "You must create a new config file. See /usr/share/doc/wzdftpd/examples for an example."
-msgstr "Er dient een nieuw configuratiebestand aangemaakt te worden. Een voorbeeld vindt u in /usr/share/doc/wzdftpd/examples ."
-
+msgid ""
+"You must create a new config file. See /usr/share/doc/wzdftpd/examples for "
+"an example."
+msgstr ""
+"Er dient een nieuw configuratiebestand aangemaakt te worden. Een voorbeeld "
+"vindt u in /usr/share/doc/wzdftpd/examples ."
diff -Nru wzdftpd-0.8.3.old/debian/po/pt.po wzdftpd-0.8.3/debian/po/pt.po
--- wzdftpd-0.8.3.old/debian/po/pt.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/pt.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Luísa Lourenço <[email protected]>\n"
"Language-Team: Native Portuguese <[email protected]>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff -Nru wzdftpd-0.8.3.old/debian/po/ru.po wzdftpd-0.8.3/debian/po/ru.po
--- wzdftpd-0.8.3.old/debian/po/ru.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/ru.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: 2008-05-18 18:07+0500\n"
"Last-Translator: Pavel Vinogradov <[email protected]>\n"
"Language-Team: Russian\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff -Nru wzdftpd-0.8.3.old/debian/po/sv.po wzdftpd-0.8.3/debian/po/sv.po
--- wzdftpd-0.8.3.old/debian/po/sv.po 2010-05-18 22:03:20.000000000 +0200
+++ wzdftpd-0.8.3/debian/po/sv.po 2010-05-26 11:54:08.000000000 +0200
@@ -11,6 +11,7 @@
"PO-Revision-Date: 2006-09-14 21:08+0100\n"
"Last-Translator: Daniel Nylander <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
+"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
signature.asc
Description: Digital signature

