Dear Debian maintainer, On Sunday, May 02, 2010, I sent you a notification about the beginning of a review action on debconf templates for rinputd.
Then, I sent you a bug report with rewritten templates and announcing the beginning of the second phase of this action: call for translation updates. Translators have been working hard and here is now the result of their efforts. Please consider using it EVEN if you committed files to your development tree as long as they were reported. The attached tarball contains: - debian/changelog with the list of changes - debian/control with rewrites of packages' descriptions - debian/<templates> with all the rewritten templates file(s) - debian/po/*.po with all PO files (existing ones and new ones) As said, please use *at least* the PO files as provided here, preferrably over those sent by translators in their bug reports. All of them have been checked and reformatted. In some cases, formatting errors have been corrected. The patch.rfr file contains a patch for the templates and control file(s) alone. Please note that this patch applies to the templates and control file(s) of your package as of Sunday, May 02, 2010. If your package was updated in the meantime, I may have updated my reference copy....but I also may have missed that. This is indeed why I suggested you do not modified such files while the review process was running, remember..:-) It is now safe to upload a new package version with these changes. Please notify me of your intents with regards to this. There is of course no hurry to update your package but feel free to contact me in case you would need sponsoring or any other action to fix this. --
patch.tar.gz
Description: Binary data
--- rinputd.old/debian/templates 2010-04-28 22:27:59.571513752 +0200 +++ rinputd/debian/templates 2010-05-20 07:16:41.270938796 +0200 @@ -1,24 +1,29 @@ -Template: rinputd/about -Type: text -_Description: Configure the rinputd sasl username and password - The following two prompts will help you set up a new sasl user account and - password. This allows for remote access to this computer. +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-engl...@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. Template: rinputd/username Type: string Default: rinput -_Description: Username: - This is the user account name for the SASL rinputd login. This has no bearing - on the local login, and will not create a local user account, nor conflict - with the local user namespace. +_Description: Remote input username: + Please enter a username for the remote input login. + . + This account will not be created as a local user with shell access. + Instead it will allow control of the keyboard and mouse through the + remote input daemon. Template: rinputd/passwd Type: password -_Description: Password: - Password for the rinputd sasl user account. This password is not related to - shell level login, but will allow control of the keyboard and mouse through - the rinputd daemon. +_Description: Remote input password: + Please enter a password for the remote input login. Template: rinputd/invalid -Type: text -_Description: Error: Invalid username or password +Type: error +_Description: Invalid username or password + Neither the remote input username nor the password can be empty. + Please correct them. --- rinputd.old/debian/control 2010-04-28 22:27:59.571513752 +0200 +++ rinputd/debian/control 2010-05-17 07:10:16.178167723 +0200 @@ -12,13 +12,13 @@ Architecture: i386 ia64 alpha amd64 armel hppa mips mipsel powerpc s390 sparc Depends: sasl2-bin, ${shlibs:Depends}, ${misc:Depends} Conflicts: rinputd -Description: A server daemon for receiving user input events - rinputd is a server daemon which listens for remote input clients. Clients - connect over a secure SSL socket and authenticate with the server through the - Cyrus SASL password database /etc/sasldb2. The client may then initialize an - input device through the uinput user input event interface. After - initialization, the client may send input events such as key presses or mouse - movements. +Description: server daemon for receiving user input events + This package provides a remote input server daemon which listens for + connections from rinput clients (such as mobile phone applications). These + authenticate via a secure SSL socket through the Cyrus SASL password + database, /etc/sasldb2. The uinput user input event interface can + then create virtual devices such as a keyboard and mouse under the + remote control of the client. Package: rinputd-dbg Section: debug @@ -26,13 +26,13 @@ Priority: extra Depends: rinputd (= ${binary:Version}), ${misc:Depends} Conflicts: rinputd-dbg -Description: A server daemon for receiving user input events - rinputd is a server daemon which listens for remote input clients. Clients - connect over a secure SSL socket and authenticate with the server through the - Cyrus SASL password database /etc/sasldb2. The client may then initialize an - input device through the uinput user input event interface. After - initialization, the client may send input events such as key presses or mouse - movements. +Description: server daemon for receiving user input events - debug symbols + This package provides a remote input server daemon which listens for + connections from rinput clients (such as mobile phone applications). These + authenticate via a secure SSL socket through the Cyrus SASL password + database, /etc/sasldb2. The uinput user input event interface can + then create virtual devices such as a keyboard and mouse under the + remote control of the client. . This package contains debug symbols. @@ -41,12 +41,12 @@ Architecture: all Depends: ${misc:Depends} Conflicts: rinput-dev -Description: A server daemon for receiving user input events - rinputd is a server daemon which listens for remote input clients. Clients - connect over a secure SSL socket and authenticate with the server through the - Cyrus SASL password database /etc/sasldb2. The client may then initialize an - input device through the uinput user input event interface. After - initialization, the client may send input events such as key presses or mouse - movements. +Description: server daemon for receiving user input events - development files + This package provides a remote input server daemon which listens for + connections from rinput clients (such as mobile phone applications). These + authenticate via a secure SSL socket through the Cyrus SASL password + database, /etc/sasldb2. The uinput user input event interface can + then create virtual devices such as a keyboard and mouse under the + remote control of the client. . - This package contains a header defining rinput protocol values + This package contains a header defining rinput protocol values. --- rinputd.old/debian/changelog 2010-04-28 22:27:59.571513752 +0200 +++ rinputd/debian/changelog 2010-06-04 06:40:37.898108737 +0200 @@ -1,3 +1,19 @@ +rinputd (1.0.3-3) UNRELEASED; urgency=low + + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #582382 + * [Debconf translation updates] + * Russian (Yuri Kozlov). Closes: #583123 + * Czech (Michal Simunek). Closes: #583135 + * Danish (Joe Hansen). Closes: #583145 + * Swedish (Martin Bagge). Closes: #583158 + * Portuguese (Rui Branco). Closes: #583308 + * German (Chris Leick). Closes: #583932 + * French (Steve Petruzzello). Closes: #584320 + * Spanish (Camaleón). Closes: #584449 + + -- Christian Perrier <bubu...@debian.org> Fri, 21 May 2010 07:36:55 +0200 + rinputd (1.0.3-2) unstable; urgency=low * Use debconf to configure an authorized user
signature.asc
Description: Digital signature