[Debian-ha-maintainers] Bug#553452: redhat-cluster: General update after the debconf review process
Christian Perrier
bubulle at debian.org
Fri Nov 20 05:39:07 UTC 2009
Dear Debian maintainer,
On Tuesday, October 13, 2009, I sent you a notification about the beginning of a review
action on debconf templates for redhat-cluster.
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 Tuesday, October 13, 2009. 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.
--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.tar.gz
Type: application/octet-stream
Size: 19997 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-ha-maintainers/attachments/20091120/8a12eb9f/attachment-0001.obj>
-------------- next part --------------
--- redhat-cluster.old/debian/cman.templates 2009-10-10 07:38:21.000000000 +0200
+++ redhat-cluster/debian/cman.templates 2009-11-02 18:22:37.838177844 +0100
@@ -1,14 +1,17 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
Template: cman/upgrade-warning
Type: boolean
Default: false
-_Description: Do you want to abort now?
- The new version 2.0 of the Red Hat Cluster Suite is not compatible with
- the currently installed one. Upgrading these packages without stopping
- the complete cluster can cause filesystem corruption on shared storage
+_Description: Do you want to abort the Red Hat Cluster Suite upgrade?
+ The new version 3 of the Red Hat Cluster Suite is not compatible with
+ the currently installed one. Upgrading these packages without stopping
+ the complete cluster can cause file system corruption on shared storage
devices.
- .
- For instructions on how to safely upgrade the Red Hat Cluster Suite to
- version 2.0, please refer to the following document:
- .
- http://wiki.debian.org/UpgradeRHCSV1toV2
- .
--- redhat-cluster.old/debian/control 2009-10-10 07:38:21.000000000 +0200
+++ redhat-cluster/debian/control 2009-10-28 20:49:13.246465605 +0100
@@ -12,9 +12,13 @@
Priority: optional
Architecture: all
Depends: ${misc:Depends}, cman, gfs-tools, gfs2-tools, rgmanager, clvm
-Description: Red Hat cluster suite (metapackage)
+Description: Red Hat cluster suite - metapackage
+ RHCS is a cluster management infrastructure, for building
+ high-availability multi-node clusters with service and IP failover on
+ top of shared Fibre Channel/iSCSI storage devices.
+ .
The only scope for this package is to install the full Red Hat Cluster Suite
- in one shot. It is safe to remove it.
+ in one operation. It is safe to remove it.
Package: cman
Architecture: any
@@ -25,23 +29,28 @@
libnet-snmp-perl, libnet-telnet-perl, snmp, telnet, openssh-client,
python-openssl
Conflicts: libdlm-dev (<= 2.20090112-0ubuntu3)
-Description: cluster manager
- CMAN is a symmetric general-purpose cluster manager. It consists of
- a connection manager that handles cluster membership management,
- messaging among the cluster nodes, event notification, quorum and
- state transitions. Another part of CMAN is a service manager that
- handles service groups.
+Description: Red Hat cluster suite - cluster manager
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ CMAN is a symmetric general-purpose cluster manager. It provides a
+ service manager that handles service groups, plus a connection
+ manager that handles cluster membership management, messaging among
+ the cluster nodes, event notification, quorum and state transitions.
.
- This package contains only userspace tools for controlling the actual
- cluster manager.
+ This package contains only tools for controlling the cluster manager
+ itself.
Package: liblogthread3
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: cluster logging - libraries
- this library provides a simple logging API designed for cluster
- applications.
+Description: Red Hat cluster suite - cluster logging libraries
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ The logthread library provides a simple logging API designed for
+ cluster applications.
.
This package contains the client libraries.
@@ -49,9 +58,12 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, liblogthread3 (= ${binary:Version})
-Description: cluster logging - development files
- this library provides a simple logging API designed for cluster
- applications.
+Description: Red Hat cluster suite - cluster logging development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ The logthread library provides a simple logging API designed for
+ cluster applications.
.
This package contains the files needed for developing applications.
@@ -59,12 +71,13 @@
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: cluster configuration - libraries
- this library provides a simplified xpath implementation to access
- cman/corosync configuration objdb retaining the same API as the old
- and deprecated libccs provided by ccsd.
- .
- brand new applications should use libconfdb from corosync.
+Description: Red Hat cluster suite - cluster configuration libraries
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ The ccs library provides a simplified XPath implementation to access
+ CMAN/Corosync configuration data via the same API as the old and
+ deprecated libccs provided by ccsd.
.
This package contains the client libraries.
@@ -72,28 +85,42 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libccs3 (= ${binary:Version})
-Description: cluster manager - development files
- this library provides a simplified xpath implementation to access
- cman/corosync configuration objdb retaining the same API as the old
- and deprecated libccs provided by ccsd.
- .
- brand new applications should use libconfdb from corosync.
+Description: Red Hat cluster suite - cluster manager development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ The ccs library provides a simplified XPath implementation to access
+ CMAN/Corosync configuration data via the same API as the old and
+ deprecated libccs provided by ccsd.
.
- This package contains the files needed for developing applications.
+ It shouldn't be used for new development. Use libconfdb from
+ corosync instead.
Package: libccs-perl
Section: perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: Perl module for using the libccs2 library
- This modules implements a Perl interface to the Cluster libccs library.
+Description: Red Hat cluster suite - cluster configuration module
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ The ccs library provides a simplified XPath implementation to access
+ CMAN/Corosync configuration data via the same API as the old and
+ deprecated libccs provided by ccsd.
+ .
+ This module implements a Perl interface to the libccs library.
+ It shouldn't be used for new development. Use libconfdb from
+ corosync instead.
Package: libcman3
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: cluster manager - libraries
- cman provides a general purpose, corosync/openais based, cluster manager.
+Description: Red Hat cluster suite - cluster manager libraries
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ CMAN provides a general-purpose Corosync/OpenAIS-based cluster manager.
.
This package contains the client libraries.
@@ -101,8 +128,11 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libcman3 (= ${binary:Version})
-Description: cluster manager - development files
- cman provides a general purpose, corosync/openais based, cluster manager.
+Description: Red Hat cluster suite - cluster manager development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ CMAN provides a general-purpose Corosync/OpenAIS-based cluster manager.
.
This package contains the files needed for developing applications.
@@ -111,7 +141,10 @@
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: udev (<< 0.136-1)
-Description: distributed lock manager - library
+Description: Red Hat cluster suite - distributed lock manager library
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
DLM is a symmetric general-purpose distributed lock manager. It is
used for example by GFS and the distributed volume manager.
.
@@ -122,7 +155,10 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libdlm3 (= ${binary:Version})
-Description: distributed lock manager - development files
+Description: Red Hat cluster suite - distributed lock manager development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
DLM is a symmetric general-purpose distributed lock manager. It is
used for example by GFS and the distributed volume manager.
.
@@ -133,7 +169,10 @@
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: distributed lock manager - library
+Description: Red Hat cluster suite - distributed lock manager library
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
DLM is a symmetric general-purpose distributed lock manager. It is
used for example by GFS and the distributed volume manager.
.
@@ -144,7 +183,10 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libdlmcontrol3 (= ${binary:Version})
-Description: distributed lock manager - development files
+Description: Red Hat cluster suite - distributed lock manager development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
DLM is a symmetric general-purpose distributed lock manager. It is
used for example by GFS and the distributed volume manager.
.
@@ -155,7 +197,10 @@
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: fence client - library
+Description: Red Hat cluster suite - fence client library
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
fenced is the daemon in charge of controlling cluster node fencing.
.
This is the client library for requesting node fencing.
@@ -164,7 +209,10 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libfence4 (= ${binary:Version})
-Description: fenced - development files
+Description: Red Hat cluster suite - fence server development files
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
fenced is the daemon in charge of controlling cluster node fencing.
.
This package contains the files needed for developing applications
@@ -175,33 +223,40 @@
Depends: ${misc:Depends}, ${shlibs:Depends}, gfs2-tools
Recommends: redhat-cluster-modules
Section: admin
-Description: global file system tools
+Description: Red Hat cluster suite - global file system tools
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
The Global File System allows a cluster of machines to concurrently access
shared storage hardware like SANs or iSCSI and network block devices. GFS
- can be deployed to build high available services without the single point
- of failure a file server would be.
+ can be deployed to build high-availability services without the single point
+ of failure of a file server.
.
- This package contains userspace tools for creating and managing global
- file systems. GFS itself is a set of kernel modules.
+ This package contains tools for creating and managing global file systems.
+ GFS itself is a set of kernel modules.
.
- Note: the package requires gfs2-tools installed and it's known to work fine
- even if GFS2 is highly experimental and *MUST NOT* be used in production
- environment yet.
+ Note: the package requires gfs2-tools installed; this is known to be
+ reliable even though the GFS2 kernel modules themselves are highly
+ experimental and *MUST NOT* be used in a production environment yet.
Package: gfs2-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, psmisc
Section: admin
-Description: global file system 2 tools (EXPERIMENTAL)
- The Global File System 2 allows a cluster of machines to concurrently access
+Description: Red Hat cluster suite - global file system 2 tools
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
+ The Global File System allows a cluster of machines to concurrently access
shared storage hardware like SANs or iSCSI and network block devices. GFS
- can be deployed to build high available services without the single point
- of failure a file server would be.
+ can be deployed to build high-availability services without the single point
+ of failure of a file server.
.
- This package contains userspace tools for creating and managing global
- file systems. GFS2 itself is a set of kernel modules.
+ This package contains tools for creating and managing global file systems.
+ GFS itself is a set of kernel modules.
.
- GFS2 *MUST NOT* be used in production environment yet.
+ The GFS2 kernel modules themselves are highly experimental and *MUST NOT*
+ be used in a production environment yet.
Package: rgmanager
Architecture: any
@@ -209,7 +264,10 @@
iproute, iputils-arping, iputils-ping, nfs-kernel-server, nfs-common,
perl, gawk, net-tools
Conflicts: nfs-user-server
-Description: clustered resource group manager
+Description: Red Hat cluster suite - clustered resource group manager
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
Resource Group Manager provides high availability of critical server
applications in the event of planned or unplanned system downtime.
@@ -217,6 +275,9 @@
Architecture: all
Depends: ${misc:Depends}, bzip2
Description: Red Hat cluster suite - kernel module source
+ This package is part of the Red Hat Cluster Suite, a complete
+ high-availability solution.
+ .
This package contains the source necessary for compiling the Red Hat
- cluster suite out-of-tree kernel module gfs against the
- Linux tree.
+ Cluster Suite out-of-tree kernel module gfs against the Linux kernel
+ source tree.
--- redhat-cluster.old/debian/changelog 2009-10-10 07:38:21.000000000 +0200
+++ redhat-cluster/debian/changelog 2009-11-14 13:56:05.836401557 +0100
@@ -1,3 +1,21 @@
+redhat-cluster (3.0.2-5) UNRELEASED; urgency=low
+
+ * Debconf templates and debian/control reviewed by the debian-l10n-
+ english team as part of the Smith review project. Closes: #553452
+ * [Debconf translation updates]
+ * Swedish (Martin ?gren). Closes: #554027
+ * Portuguese (Am?rico Monteiro). Closes: #554288
+ * Finnish (Esko Araj?rvi). Closes: #554477
+ * Basque (Piarres Beobide). Closes: #554539
+ * German (Helge Kreutzmann). Closes: #554813
+ * Japanese (Hideki Yamane (Debian-JP)). Closes: #554841
+ * Czech (Michal Simunek). Closes: #554958
+ * Spanish (Francisco Javier Cuadrado). Closes: #556033
+ * Italian (Vincenzo Campanella). Closes: #556041
+ * Russian (Yuri Kozlov). Closes: #556190
+
+ -- Christian Perrier <bubulle at debian.org> Sat, 31 Oct 2009 17:39:24 +0100
+
redhat-cluster (3.0.2-4) unstable; urgency=low
* fix gfs module build (Closes: #502401)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/debian-ha-maintainers/attachments/20091120/8a12eb9f/attachment-0001.pgp>
More information about the Debian-ha-maintainers
mailing list