IMPORTANT: please *really* use the patch attached to this mail and
*not only* the PO files sent in bug reports. The same stands for
rewritten debconf templates: please use the ones attcahed in this mail
(in the .tar.gz file) and NOT those originally sent in #461546. I
discovered a small glitch in them (extra space) and I unfuzzied all
incoming PO files.

Dear Debian maintainer,

On Saturday, January 05, 2008, I sent you a notification about the beginning of 
a review
action on debconf templates for tipcutils.

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 Saturday, January 05, 2008. 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.



-- 



Attachment: patch.tar.gz
Description: Binary data

--- tipcutils.old/debian/templates      2008-01-01 12:48:57.719332464 +0100
+++ tipcutils/debian/templates  2008-01-19 14:08:41.712400356 +0100
@@ -1,52 +1,61 @@
+# 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: tipcutils/configure
 Type: boolean
 Default: true
-_Description: Configure this TIPC node now?
- In case you don't know what TIPC is you most probably installed
- the package "tipcutils" by accident. As it is a very special network protocol
- you most probably don't need you might want to consider uninstalling it.
- .
- If you don't want to configure TIPC now, you can edit the configuration file 
- /etc/default/tipc later.
+_Description: Should this TIPC node be configured automatically now?
+ If you do not choose this option, you can edit '/etc/default/tipc' or use
+ the command line tool 'tipc-config'.
 
 Template: tipcutils/address
 Type: string
 Default: 1.1.1
-_Description: The TIPC address of this node:
- The TIPC address is written in Z.C.N (Zone.Cluster.Node) notation.
+_Description: TIPC address of this node:
+ Please enter the TIPC address of this node, in Z.C.N (Zone.Cluster.Node)
+ notation.
  .
- Make sure all nodes in your network have different addresses!
+ Each node in a network should have a unique address.
 
 Template: tipcutils/netid
 Type: string
 Default: 4711
-_Description: The Network ID of the TIPC Network this node shall join:
- In case there is just one TIPC Network, keep the default!
+_Description: Network ID of the TIPC network to join:
+ The default setting should be appropriate when there is only
+ one local TIPC network.
 
 Template: tipcutils/remote_management
-Type: string
-Default: disable
-_Description: Enable/disable TIPC remote management for this node:
- In case you don't know what this is keep it disabled!
+Type: boolean
+Default: false
+_Description: Enable TIPC remote management?
+ Please choose this option if you are sure that network
+ management should be enabled for this node.
 
 Template: tipcutils/default_ndd
 Type: string
 Default: 0.0.0
-_Description: The default Neighbour Detection Domain for this TIPC node:
- If there is no setting for a specific bearer this will be used as the 
Neighbour
- Detection Domain. Setting a NDD for a specific bearer is not yet possible in
- this package version.
+_Description: Default neighbor detection domain for this TIPC node:
+ This setting will define the neighbor detection domain (NDD) if there is
+ no setting for a specific bearer.
  .
- In case you don't know what this is keep the default!
+ Setting the NDD for a specific bearer is not yet possible in
+ this package version.
 
 Template: tipcutils/interfaces
 Type: string
 Default: eth0
-_Description: The interfaces to use for TIPC:
- A space separated list of the interfaces to be used for TIPC.
+_Description: Interfaces to use for TIPC:
+ Please enter a space-separated list of interfaces to be used for TIPC.
 
 Template: tipcutils/script_verbosity
 Type: string
 Default: 0
-_Description: The verbosity to use for TIPC scripts:
- Defines the verbosity of the init, if-up and if-down scripts.
+_Description: Verbosity to use for TIPC scripts:
+ This setting defines the verbosity of the TIPC init, if-up and if-down
+ scripts.
--- tipcutils.old/debian/control        2008-01-01 12:48:57.719332464 +0100
+++ tipcutils/debian/control    2008-01-11 06:38:14.184012234 +0100
@@ -9,6 +9,15 @@
 Package: tipcutils
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, ifupdown, net-tools
-Description: TIPC utilities package
- Configures and manages the TIPC 1.6 (Transparent Inter Process Communication) 
+Description: TIPC utilities
+ This package provides tools and scripts to configure and manage
+ version 1.6 of the TIPC (Transparent Inter Process Communication)
  kernel module.
+ .
+ TIPC is designed for use in clustered computer environments, allowing
+ the creation of applications that can communicate with one another
+ quickly and reliably regardless of their location within the cluster.
+ .
+ The TIPC 1.6 kernel module is included in the official Linux kernel since
+ version 2.6.16. Please note that this version is not compatible with
+ TIPC 1.7.
--- tipcutils.old/debian/changelog      2008-01-01 12:48:57.719332464 +0100
+++ tipcutils/debian/changelog  2008-02-11 18:23:08.094015470 +0100
@@ -1,3 +1,21 @@
+tipcutils (1.0.4-4) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+    english team as part of the Smith review project. Closes: #461546
+  * [Debconf translation updates]
+  * Portuguese. Closes: #462442
+  * Vietnamese. Closes: #462911
+  * Galician. Closes: #462993
+  * Norwegian Bokmål. Closes: #463009
+  * German. Closes: #463428
+  * Finnish. Closes: #463933
+  * Russian. Closes: #464406
+  * Czech. Closes: #464425
+  * Dutch. Closes: #464538
+  * French. Closes: #465244
+
+ -- Christian Perrier <[EMAIL PROTECTED]>  Mon, 11 Feb 2008 18:23:08 +0100
+
 tipcutils (1.0.4-3) unstable; urgency=low
 
   * [INTL:fr] French debconf templates translation (Closes: #434616)

Attachment: signature.asc
Description: Digital signature

Reply via email to