Package: rinputd Version: N/A Severity: normal Tags: patch Dear Debian maintainer,
On Sunday, May 02, 2010, I notified you of the beginning of a review process concerning debconf templates for rinputd. The debian-l10n-english contributors have now reviewed these templates, and the proposed changes are attached to this bug report. Please review the suggested changes, and if you have any objections, let me know in the next 3 days. However, please try to avoid uploading rinputd with these changes right now. The second phase of this process will begin on Sunday, May 23, 2010, when I will coordinate updates to translations of debconf templates. The existing translators will be notified of the changes: they will receive an updated PO file for their language. Simultaneously, a general call for new translations will be sent to the debian-i18n mailing list. Both these calls for translations will request updates to be sent as individual bug reports. That will probably trigger a lot of bug reports against your package, but these should be easier to deal with. The call for translation updates and new translations will run until about Sunday, June 13, 2010. Please avoid uploading a package with fixed or changed debconf templates and/or translation updates in the meantime. Of course, other changes are safe. Please note that this is an approximative delay, which depends on my own availability to process this work and is influenced by the fact that I simultaneously work on many packages. Around Monday, June 14, 2010, I will contact you again and will send a final patch summarizing all the updates (changes to debconf templates, updates to debconf translations and new debconf translations). Again, thanks for your attention and cooperation. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- 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 +# [email protected] 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.

